There are several problems with trying to create a large filesystem to store important data:
- raid 5 isn’t expandable unless you find a harddrive that’s the same size as the others
- LVM (Linux Volume Management) isn’t fault tolerant by itself, so if you lose one drive, your data is lost.
One of the best solutions I’ve found in dealing with these problems involves combining LVM with the Linux software RAID. You can cut up your collection of harddrives into common sized partitions, raid them together into several RAID5 collections (or even RAID1 collections), and LVM the resulting RAIDs.





