I have a Linux Mint 18 PC (mini i7) and a Western Digital My Cloud NAS server (Debian). I mount the NAS folders with the fstab entries:
Quote:
192.168.0.36:/mnt/HD/HD_a2/shared /mnt/NAS/shared nfs rw,udp,users,vers=3,soft,intr,rsize=8192,wsize=8192 0 0
192.168.0.36:/mnt/HD/HD_a2/matthew /mnt/NAS/user nfs rw,udp,users,vers=3,soft,intr,rsize=8192,wsize=8192 0 0
|
If I just shut down my PC it shuts down quickly.
If I shut down the NAS server first with:
Quote:
ssh -t root@192.168.0.36 'sudo /usr/local/modules/script/shutdown.sh -h now'
|
and then try and shutdown my PC the PC hangs. I've tried unmounting my NAS mounts and then shutting down my PC without shutting down the NAS. It shuts down fine. It seems the distinguishing step is shutting down the NAS server with ssh. If I do that it hangs when I then try to shut down my PC. Any ideas? Thx,