How can I automatically have the system periodically retry a failed mount from fstab?
3
votes
5
answers
1067
views
I had an NFS share go down and backup due to power outage but the machine that mounts it in fstab just sees it goes down and doesn't try to remount it. I had to remount it manually with..
sudo systemctl daemon-reload
sudo mount -a
**Is there a way to have fstab automatically, periodically retry to mount it.**
This is my fstab entry..
mycomputer://home/myusername/share/media/ /mnt/media nfs rw,hard,intr,rsize=8192,wsize=8192,timeo=14 0 0
Asked by slowcoder
(71 rep)
Mar 3, 2025, 10:06 PM
Last activity: May 25, 2025, 08:14 PM
Last activity: May 25, 2025, 08:14 PM