I'm running a Debian Server (6.0.3) and two Ubuntu 10.04 LTS clients with 
am-utils to mount the server shares. 
 On the 10.04 LTS, the output of 'mount' and '/proc/mounts' differ about the 
nfs-version and the used protocol type:

~$ mount | grep nfs | grep home
seth:(pid1718,port1022) on /home type nfs 
(intr,rw,port=1022,toplvl,nolock,map=amd.home,actimeo=0)
amun:/net/amun/fs1/home on /net/amun/fs1/home type nfs 
(rw,grpid,hard,intr,nodevs,nosuid,vers=3,proto=tcp)

~$ cat /proc/mounts | grep nfs | grep home
seth:(pid1718,port1022)/ /home nfs 
rw,relatime,vers=2,rsize=1024,wsize=1024,namlen=255,acregmin=0,acregmax=0,acdirmin=0,acdirmax=0,hard,proto=udp,port=65535,timeo=7,retrans=3,sec=sys,local_lock=none,addr=127.0.0.1
 0 0
amun:/net/amun/fs1/home/ /net/amun/fs1/home nfs 
rw,nosuid,relatime,vers=2,rsize=8192,wsize=8192,namlen=255,acregmin=0,acregmax=0,acdirmin=0,acdirmax=0,hard,proto=udp,port=65535,timeo=7,retrans=3,sec=sys,local_lock=none,addr=172.20.91.20
 0 0

On the 10.04 LTS client, in /etc/am-utils/amd.conf the following nfs
options are spezified:

~$ grep nfs /etc/am-utils/amd.conf  | grep -v "^\ *#"
  nfs_proto = tcp
  nfs_vers = 3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/680680

Title:
  mount picks the wrong version of NFS filesystem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/680680/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to