rud...@manuel-desktop:~$ grep nfs /etc/fstab
192.168.2.254:/var/shared/Entertainment/Music            /media/music   nfs     
  ro,bg,soft  0 0

fails to mount on boot.

the trick is to KILL networkmanager and let the default system
networking init.d script take over.  if networkmanager is the one
bringing up the network interface, the mountnfs.sh script never gets
run.

sudo update-rc.d -f NetworkManager remove
sudo update.rc-d -f networking remove
sudo update.rc-d -f networking defaults

then reboot.  or service stop networkmnager and service start
networking.  presto, filesystem is automounted.

this is a bug in the networkmanager package, it's not picking up system
ifup / ifdown hooks.  that's it.

-- 
nfs mounts specified in fstab is not mounted on boot. 
https://bugs.launchpad.net/bugs/275451
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to