Comment 13 for bug 46516

Revision history for this message
Thomas Ribbrock (emgaron+ubuntu) wrote :

I just wanted to add that I have this exact same problem with NFSv3 mounts on Feisty. *None* of the mounts listed in /etc/fstab get mounted during boot - I had to add additional mount commands to /etc/rc.local to get them mounted.

Example line from /etc/fstab:
192.168.1.1:/export/src /usr/local/src nfs nouser,wsize=8192,rsize=8192,atime,auto,rw,nodev,noexec,suid 0 0

This share will not get mounted during boot. It will, however, get mounted by the following command in rc.local:
mount /usr/local/src
which means that the fstab entry *as such* works.

The client is Kubuntu 7.04 'Feisty' AMD64 (nfs-common is installed and all updates are applied) and the server runs OpenBSD 3.8 on Sparc64. I've been using the same server set-up (OpenBSD on Sparc) for years now with varying Linux clients (Red Hat, Fedora, Mandrake, SuSE, Aurora) and never had any issues, so I tend to assume that the server is ok... :-)