• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

pseudo/overlay filesystem

Haden

Senior member
I'm searching for a pseudo filesystem to use instead of raid/lvm on a bunch of disks.
The problem is, that one is either waisting some space (for ex. raid5) or is reducing fault tolerance (loose one disk in JBOD setup, loose all data).
In situations where contents aren't critical, elegant solution seems to be overlay filesystem:
any number of disks (or partitions, each one already has fs (xfs, ext2 etc.)) would be "gathered" in one virtual, so that directory structure is identical on all of them, but files are distributed.

Anyone heard of such thing implemented (it seems rather trivial to code) or has comments?
 
Thanks.

n0c, I'm reading ccd manuals and it seems to interleave blocks rather than files, can any disk be removed from ccd array loosing only some files?
 
Originally posted by: Haden
Thanks.

n0c, I'm reading ccd manuals and it seems to interleave blocks rather than files, can any disk be removed from ccd array loosing only some files?

Doesn't look like it. Bad suggestion on my part, I should read the manpages fully next time. 🙁
 
Back
Top