Assume you are trying to mount and open your encrypted archive only when egressing or ingressing files for security.
Now assume your archive is very large and if you do a fsck it will take days or weeks.
While you are doing the fsck currently your archive is visible (and available) when doing a df for example:
/your/archive/location 100T 90T 10T 99% /tmp/gocryptfs.fsck.12345678
I dont have a solution, but if you could hide the mount from showing up in df that would be good. If you can do the fsck without making the entire volume available to processes other than the fsck process that would be even better.
Assume you are trying to mount and open your encrypted archive only when egressing or ingressing files for security.
Now assume your archive is very large and if you do a fsck it will take days or weeks.
While you are doing the fsck currently your archive is visible (and available) when doing a df for example:
/your/archive/location 100T 90T 10T 99% /tmp/gocryptfs.fsck.12345678
I dont have a solution, but if you could hide the mount from showing up in df that would be good. If you can do the fsck without making the entire volume available to processes other than the fsck process that would be even better.