Comment 6 for bug 117957

Revision history for this message
Noel J. Bergman (noeljb) wrote : Re: (gutsy)Need to modprobe nfs module before mounting nfs4 export

Debian claims to have fixed it. Please note the following, which suggests otherwise:

root@noel-intrepid:~# /etc/init.d/nfs-common restart
 * Stopping NFS common utilities [ OK ]
 * Starting NFS common utilities [ OK ]
root@noel-intrepid:~# lsmod | grep nfs
root@noel-intrepid:~# mkdir /tmp/AMITOWER
root@noel-intrepid:~# mount -t nfs4 -orsize=32768,wsize=32768 amitower.local:/ /tmp/AMITOWER
mount.nfs4: No such device
root@noel-intrepid:~# lsmod | grep nfs
root@noel-intrepid:~# mount -t nfs -orsize=32768,wsize=32768 amitower.local:/ /tmp/AMITOWER
root@noel-intrepid:~# lsmod | grep nfs
nfs 308272 1
lockd 81232 1 nfs
nfs_acl 11776 1 nfs
sunrpc 229608 11 nfs,lockd,nfs_acl
root@noel-intrepid:~# umount /tmp/AMITOWER/
root@noel-intrepid:~# mount -t nfs4 -orsize=32768,wsize=32768 amitower.local:/ /tmp/AMITOWER
root@noel-intrepid:~#

I believe that is sufficient to document that the bug is either back or still present.