Computer Science, asked by narendra856, 1 year ago

What is the combination of two or more disks called in azure

Answers

Answered by ankurbadani84
0

Answer:- Several disks combination to single disk is called single volume group.

Logical Volume Manager is used in azure to combine multiple disks into single storage. There are 2 types of Logical Volumes :-

a) Linear - Here read and write will be send to single disk

b) Striped  - Here read and write are distributed to multiple disks in volume group

Answered by Sidyandex
0

When there are many disks gathered as a single disk, it is known as single volume group.  

There is a logical volume manager is actually used in azure for combining several disks into the single storage spaces.

It is significant to know that you can find two kinds of logical volumes.  

It includes striped and linear.  

In linear volume, you can send write and read to a single disk.

Similar questions