poofyhairguy
Lifer
- Nov 20, 2005
- 14,612
- 318
- 126
Using this as a guide for RAID-4/Unraid:
https://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_4
http://lime-technology.com/wiki/index.php/UnRAID_Manual_6#Add_One_or_More_New_Disks
Wouldn't it be impossible to stream the data off a single drive (and powering down all other drives), as RAID-4 is block level striping with a dedicated parity drive?
Unraid is basically non-striped RAID 4. So you can just use one disk at a time. That is basically what makes it so great for media server use (where the media file is only on one disk at a time). The trade off is write speeds are slower than a single drive.
Also your example of adding a 3TB drive to an array of 1.5/2TB drives seems inaccurate. As the parity drive must always be the largest. So if you only add a single 3TB drive in that example, you'd net no usable disk space.
Yeah as I said your parity drive has to be the biggest drive. The magic is you can upgrade the non-parity drives one at a time rather than having to buy either the exact same sized disk to grow the array (like normal Linux software raid) or having to buy an entire new pool of disks and migrate the data over manually (most hardware RAID and zfs).
Last edited: