Hello, I have been having issues where when I just boot my system nfs share takes up to a whole minute to mount, this problem doesn’t exist when I manually run command:
sudo mount -t nfs -o vers=4 192.168.0.4:/mnt/nfs /mnt/nfs
It mounts in max 2 seconds, after a fresh boot with fstab entry removed.
The fstab entry look’s like this:
192.168.0.4:/mnt/nfs /mnt/nfs nfs4 _netdev,noauto,x-systemd.automount,x-systemd.mount-timeout=10,timeo=14,x-systemd.idle-timeout=1min 0 0
Is there any way to fix this?
I have tried looking into the arch forums related to this issues and tried to do things like change nfs versions, adding _netdev, even backlisting module rpcsec_gss_krb5
.
You must log in or register to comment.