You are not logged in.
After updating my system including nfs-utils I can't mount an NFS share anymore from my shell.
sudo mount -t nfs4 -v -o nfsvers=4 server:/srv/nfs/share /mnt/share
mount.nfs4: timeout set for Tue Mar 3 19:21:15 2015
mount.nfs4: trying text-based options 'addr=10.1.10.102,clientaddr=10.1.10.101'
mount.nfs4: mount(2): No such file or directory
mount.nfs4: mounting server:/srv/nfs/share failed, reason given by server: No such file or directory
The directory is present on the sever and I can ls it to prove it
I haven't made any changes to /etc/exports or anything and NFS was working before I updated. The wiki say to mount it as I have tried but I get that error.
Last edited by maggie (2015-03-04 00:28:00)
Offline
Have you updated nfs-utils on the server? If so, nfs-server has to be restarted.
Offline
Yes, I have rebooted the server.
Offline
Your problem is that you're following poor advice on the wiki. Try:
sudo mount server:/srv/nfs/share /mnt/share
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Your problem is that you're following poor advice on the wiki. Try:
sudo mount server:/srv/nfs/share /mnt/share
Yes thank you. It works now. Why does the wiki contain bad advice?
Offline
Yes thank you. It works now. Why does the wiki contain bad advice?
Users make the wiki what it is or what it isn't
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline