Post #996794
2026-04-07 13:32 UTC
Replies (3)
-
@Puffin@squawk.social 2026-04-07 13:42
@CheetahFluff mergeFS work by creating a virtual disk, so if a disk isn't there you will have some file/directory that might be missing but the rest will continue working. It very cool project use it personally with ssd/hdd combination for media as a form of manual tiered storage. from the doc of the project : - Ability to add or remove filesystems/paths without impacting the rest of the data - Unaffected by individual filesystem failure
-
@jackemled@furry.engineer 2026-04-07 15:48
@CheetahFluff You might like OpenZFS or BTRFS. You can really only do this kind of thing & have 100% of your data safe if a disk fails by having a RAID with parity or a mirror setup. Both BTRFS & OpenZFS make it very easy though. After that it should work on its own without you needing to touch it, except to use a command to make it accept a replacement disk when needed. Remember that a mirror or parity disk isn't equivalent to a backup though. It just makes it less likely that you'll need to restore a backup, so you still need a separate backup. Both BTRFS & OpenZFS have a "send" function that you can use to send a complete filesystem backup to a remote server or another pool on the same device, & it's good for backups.
-
@CheetahFluff@nyan.network 2026-04-07 17:30
I undid all the lvm stuff that I set up a few days ago. It took an hour to troubleshoot and take down. Set up mergerFS in five minutes and all my containers work with it without changing any configurations, and without any data loss or even data movement. 10 out of bloody 10, can recommend.