Comment on What is easiest solution to automatically resolve missing mounts due to e.g. a power outage?
monkeyman512@lemmy.world 10 months ago
Try looking into “autofs”.
Comment on What is easiest solution to automatically resolve missing mounts due to e.g. a power outage?
monkeyman512@lemmy.world 10 months ago
Try looking into “autofs”.
sylverstream@lemmy.nz 10 months ago
Thanks! I’ve just set that up. That would seem to solve the solution, right, without reboots?
monkeyman512@lemmy.world 10 months ago
Yes. The important detail is that it remounts the path once the path gets called. So I setup a cron job to “ls” the path every few minutes to make sure it’s always remounted quickly.