New install on laptop, KDE. Seven NFS entries in fstab:
192.168.1.1:/home/shares/Gravados/Publico /home/laptop/Shares/Publico nfs noauto,users 0 0
192.168.1.1:/home/shares/Gravados/Desenhos /home/laptop/Shares/Desenhos nfs noauto,users 0 0
192.168.1.1:/home/shares/Gravados/Series /home/laptop/Shares/Series nfs noauto,users 0 0
192.168.1.1:/home/shares/Gravados/Filmes /home/laptop/Shares/Filmes nfs noauto,users 0 0
192.168.1.1:/home/shares/Gravados/Filmes_2 /home/laptop/Shares/Filmes_2 nfs noauto,users 0 0
192.168.1.1:/home/shares/Gravados/Shows /home/laptop/Shares/Shows nfs noauto,users 0 0
192.168.1.1:/home/shares/Gravados/Series_2 /home/laptop/Shares/Series_2 nfs noauto,users 0 0
On wired connection shutdown is normal. With wireless connection there’s a 1m30s stop job delay for the /home/laptop/Shares/Series NFS share, although probably it’s also waiting for the other shares timeout.
So apparently wireless is shut down before shares, but not ethernet.
FWIW, there are other four wired boxes accessing these shares that shut down normally.
In one of them I have used the following nfs options, the others are the same as the laptop:
soft,noauto,rw,users,timeo=100,retrans=2 0 0
This should reduce the delay if the server is down, but as it runs practically 24 x 7 it’s been a long time and I don’t recall the circumstances. I’ve also read that using the timeout/retrans options with soft may lead to corruption, but only Publico is rw (and only occasionally used ), all others are ro.
Any idea on how to fix this shutdown delay?
Thanks