steve,
yes it does exist. i am running karmic upgraded all the way back from hardy 
heron and my nfs mounts not longer auto mount. here are my fstab entries

192.168.0.5:/var/lib/mythtv /var/lib/mythtv nfs 
rsize=8192,wsize=8192,timeo=14,intr
192.168.0.5:/media/500gb /media/500gb nfs rsize=8192,wsize=8192,timeo=14,intr
192.168.0.5:/media/500gb1 /media/500gb1 nfs rsize=8192,wsize=8192,timeo=14,intr

although from reading above i noticed that my interfaces file may be
jacked up. this is what it looks like

auto lo
iface lo inet loopback

# The primary network interface


iface eth0 inet static
address 192.168.0.3
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 208.67.222.222 208.67.220.220

iface bnep0 inet dhcp


auto eth0

i changed it to look like this
auto lo
iface lo inet loopback

# The primary network interface

auto eth0
iface eth0 inet static
address 192.168.0.3
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 208.67.222.222 208.67.220.220

#iface bnep0 inet dhcp


#auto eth0

so the next reboot i hope they automount. either way i'll be back to let
everyone know

-- 
not automount by fstab in Jaunty
https://bugs.launchpad.net/bugs/367675
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