You are not logged in.
Pages: 1
Hello,
I want to store a large amount of data (as much as possible, at least around 10TiB), cost-efficiency and space are priorities over reliability. Still, I want to minimize risk of (complete) data loss. The disk array should appear as a single large volume.
First thing that comes to mind is a RAID 0. Major drawback is that if one drive fails, the entire RAID is blown.
Other RAID levels offer less than n times capacity.
My own idea: A kind of JBOD, the block layer ensures that no file is written on more that one disk. If one disks fails, only data on this disk is lost. (if the filesystem could handle that event)
Is something like that possible?
Thanks!
Offline
Offline
Mirroring some university network content for the time after graduation.
Offline
Pages: 1