Old machine, runnung on Ubuntu 13.04 can mount NFS server just fine.
New machine, running 13.10, using identical /etc/fstab (or command line mount) gives the result "mount.nfs: Protocol not supported"
mount -v gives on both machine:
Old machine, that works, continues to mount anyway. New does not.Code:per@linus:/$ sudo mount -v -t nfs lagret:/home /mnt/lagret mount.nfs: timeout set for Sun Oct 20 20:29:33 2013 mount.nfs: trying text-based options 'vers=4,addr=192.168.1.201,clientaddr=192.168.1.127' mount.nfs: mount(2): No such file or directory mount.nfs: trying text-based options 'addr=192.168.1.201' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: trying 192.168.1.201 prog 100003 vers 3 prot TCP port 2049 mount.nfs: prog 100005, trying vers=3, prot=17 mount.nfs: trying 192.168.1.201 prog 100005 vers 3 prot UDP port 37918 mount.nfs: portmap query retrying: RPC: Program/version mismatch mount.nfs: prog 100005, trying vers=3, prot=6 mount.nfs: trying 192.168.1.201 prog 100005 vers 3 prot TCP port 43816 mount.nfs: portmap query failed: RPC: Program/version mismatch
Any hints?
Per.



Adv Reply



Bookmarks