Replies: 2 comments 3 replies
-
I'm not sure what you mean "without any form of RAID". That is the normal situation. The main usage of mergerfs is you are using instead of RAID0, RAID5, etc. I'm really not sure what you're asking. mergerfs works on paths. If the path disappears because it is unmounted then mergerfs will treat the underlying branch as it does normally. There is no special behavior. It would help if you described specific behavior. |
Beta Was this translation helpful? Give feedback.
-
That is the normal usage of mergerfs.
Nothing happens. This is why nothing is documented about it. mergerfs doesn't care. It is path based. Not mount based. mergerfs does not care in the least. The path happens to be something you mounted or it isn't. mergerfs behaves the same. That's the point of mergerfs. To be a thin proxy. A proxy doesn't actively care. https://trapexit.github.io/mergerfs/faq/usage_and_functionality/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am curious about the behaviour of MergerFS in case it runs on a server / NAS without any form of RAID at all (I know, it is an unusual particular case), in use by many users, and for some reason it is necessary to disable and may be replace the drive or one of its partition for some maintenance task.
Would it be possible to tell MergerFS to ignore some branches until they are ready to re-integrate the pool ?
How should it be done ?
(I read somewhere (man page, it seems) that it is possible to do something with 'mount' regarding MergerFS binary "upgrade", would this help ?? 🤔 )
Recently, I had to use
tune2fs -m 0
on Ext4 partitions to get rid of reserved blocks for 'root' user (and processes ran as 'root') on 3 different "disks" that I was sure were Not accessed by any client system while another drive still had active SSHFS mount(s) on it directly to the mount point of the drive itself, bypassing MergerFS mount point.The 4-drive NAS setup is as follow:
Thanks for your interest and reading.
Best regards,
HP_
Beta Was this translation helpful? Give feedback.
All reactions