Skip to content

Simple, Spanned, Striped, or Mirrored Volume: How They Are Different?

A disk volume is the storage unit created when a disk is formatted or partitioned with a desired file system. It is the point where the storage device is ready to store the data. It can combine multiple disks and is managed by the operating system. Volumes can be restored to defaults or formatted with multiple file systems such as exFAT, FAT3,2, or NTFS. An NTFS volume type is the one accepted by Windows, while others, such as exFAT or FAT32, are universal allocation types. 

A volume can be created in multiple ways. How the volume is created in itself is a very big topic to talk about. Volumes play a very crucial role in data optimization, and their efficient access ensures that the system runs smoothly. 

This article will provide you with the basic knowledge about different types of disk volumes and how they are different from each other by their functions. The article will also guide you through the advantages, disadvantages, and ideal cases where these types should be used.

Also Read: What is RAID?

1. Simple Volume 

A simple volume is what people consider most of the time. A single dynamic drive is occupied to create a simple volume. The space taken from the drive can be continuous or non-continuous. For instance, if the memory location 452 is allocated, the next location allocated does not necessarily need to be 454; it can take any other memory location from the disk. More partitions can be created to organize the data in a much better way.

Advantage: On a simple volume, it is easy to create and manage the data. Simple volume is optimized and efficient for a system with a single disk. 

Disadvantage: The main disadvantage of simple volume is that it is limited by the capacity of a single disk. 

Ideal use case: It is good for the storage of operating systems. It can also be used in gaming consoles as game storage. 

2. Spanned Volume

A spanned volume is a dynamic volume allocation where the volume created is the combined storage rack of multiple disks (two or more). These disks are required to lie in a contiguous disk region. It is the work of the array manager to sequentially allocate space on multiple disks. Once the current disk is full, the allocation further continues to the next disk and so on until the volume size required is fulfilled. 

Advantage: A major advantage of the spanned disk is that it can be extended if required. 

Disadvantage: The major drawback of the spanned disk is the continuous disk allocation. If one disk fails, the entire data is lost, even if a portion of it is stored on the other disk. The head pointer deletes the entire data. Apart from that, there is no performance improvement in considering the Scanned volume. 

Ideal use case: Spanned volume is ideal when the user needs a larger storage pool for their data without requiring redundancy. 

Note: To protect the spanned volume against disk failure, you can mirror the entire spanned volume onto another storage. It heps the original spanned volume recall the data from the mirrored volume whenever it fails. 

3. Striped Volume 

Striped volumes (Raid 0) are logical unit spaces created by taking free spaces from multiple disks. While the idea is similar to spanned volume, a striped volume writes data in all disks simultaneously, providing the maximum speed. When the data arrives to be saved in a striped volume, it is divided into small chunks known as data blocks. These blocks are evenly distributed across all the disks in the striped volume. Unlike spanned where data was saved one after another, in striped volumes, all the data blocks are written to the disk in parallel at the same time. This allows for the parallel execution of tasks, eventually leading to faster performance. 

Advantage

Due to parallel reading and writing, a striped volume increases efficiency for others.

It also utilized the full capacity of the disk. 

Disadvantage: Since the data is written to multiple disks similar to spanned volumes, there is no fault tolerance. i.e., if one disk fails, the entire data is lost. 

Ideal use case: Spanned volumes are mostly used in high-performance tasks like gaming or video editing that require high-speed data access. 

4. Mirrored Volume

The mirrored volume, also known as (RAID 1), is a storage setup where data is duplicated across multiple disks. It is a fault-tolerant storage setup. In case of a disk failure, the system won’t be interrupted and will continue running using the mirror copy. 

For instance, if there are two disks, disk A and disk B, and data arrives to be written in the, every file saved is copied to both disks. If disk A fails, the system will instantly switch to disk B. 

mirrored volume

Advantage: Since a mirror copy of data is created, mirrored volumes are fault-tolerant. The reading of data is faster since the system can take the data from either disk. 

Disadvantage: The disadvantage of a mirrored disk is the slower write time since the data is required to be written twice. Another drawback of a mirrored disk is that it wastes 50% of the storage, hence a relatively costlier option to choose.

Ideal use case: The mirrored volume is used for OS installation, where there is no scope for downtime. It can also be used in the case of small servers that need some fault tolerance. 

Conclusion

The choice of the right disks always depends on the specific needs of the user. Some users aim for maximized storage, while some ensure data safety first. A normal user who needs the disk for day-to-day storage can go with the simple volume since it is best for standalone use. Spanned volumes offer more flexibility as the storage is expandable. Striped volume is efficient, and mirrored volume makes sure that there is no data loss. An understanding of these differences can help you make a better decision in choosing a volume type for your needs.

Subscribe
Notify of
guest
2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Jamie

It’s striped volume and not stripped volume. Otherwise, informational.