Comment on What is easiest solution to automatically resolve missing mounts due to e.g. a power outage?
grayaytrox@lemmy.world 9 months ago
It’s been a while since I set it up, but from memory my mount point was set to be owned by root and immutable. That stopped any of my docker containers making new files and folders if the mounted drive or network location was not mounted or unavailable.
sylverstream@lemmy.nz 9 months ago
Yeah I used /etc/fstab which are static mounts.
I switched to autofs and that seems to be much better, as it does the mounts “at runtime”, ie when requested.