Linux manual: "To mount an export using NFS version 2, use the nfs file system type and specify the nfsvers=2 mount option. To mount using NFS version 3, use the nfs file system type and specify the nfsvers=3 mount option. To mount using NFS version 4, use either the nfs file system type, with the nfsvers=4 mount option, or the nfs4 file system type."
Maybe you should give a try to add nfsvers=4 to your fstab. For instance: ubuntuserver:/media/huge /media/huge nfs rsize=16384,wsize=16384,rw,nfsvers=4,auto,nolock or something like this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/891825 Title: NFS client doesn't mount or mounts slow on startup on 11.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/891825/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
