Comment 64 for bug 275451

Revision history for this message
dev001 (pgngw+dev001+launchpad-net-deactivatedaccount) wrote :

i just installed a Ubuntu 10 LTS instance in a Xen VM Guest.

i'm still seeing the same issue as reported here ... nfs4 mounts in /etc/fstab quietly hand the boot process, with no error messages.

manual mounts are fine.

if i change in /etc/fstab

  - nfs-server:/vm/test/ /mnt/test nfs4 _netdev,...,bg 0 0
  + nfs-server:/vm/test/ /mnt/test nfs4 noauto,_netdev,...,bg 0 0

and, in /etc/rc.local

 + mount /mnt/test

then boot completes, and mounts are made.