<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<p>Is anyone else having this kind of problem with NFS mounts in
/etc/fstab on Ubuntu Lucid A3?</p>
<p>with /etc/fstab containing;</p>
<p>n2:/db /db nfs auto,nfsvers=3 0 0</p>
<p>OR containing</p>
<p>n2:/db /db nfs auto 0 0</p>
<p># mount /db</p>
<p>fails with message "mount.nfs: an incorrect mount option was
specified"</p>
<p># mount n2:/db /db</p>
<p>also fails with the same message</p>
<p>BUT the following succeeds despite the "Operation not supported"
message</p>
<p># mount n2:/db /db -v<br>
mount: no type was given - I'll assume nfs because of the colon<br>
mount.nfs: timeout set for Thu Mar 11 15:14:50 2010<br>
mount.nfs: text-based options: 'addr=63.<wbr>227.222.<wbr>65'<br>
mount.nfs: mount(2): Operation not supported<br>
mount.nfs: trying 63.227.222.65 prog 100003 vers 3 prot UDP port 2049<br>
mount.nfs: trying 63.227.222.65 prog 100005 vers 3 prot UDP port 32767<br>
mount.nfs: text-based options (retry): 'addr=63.<wbr>227.222.<wbr>65,vers=<wbr>3,proto=<wbr>udp,mountvers=<wbr>3,mountproto=<wbr>udp,mountport=<wbr>32767'<br>
n2:/db on /db type nfs (rw)</p>
<p>This system in question dual boots 10.04 and 8.04; under 8.04 ALL of
the above succeeds without error messages.</p>
<p>This error is preventing NFS mounts in /etc/fstab; without a
workaround or fix this prevents any deployment of Ubuntu 10.04 for us.<br>
</p>
<p>I filed a bug report but thought best to ask the list as well</p>
<p><a class="moz-txt-link-freetext" href="https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/537746">https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/537746</a><br>
</p>
<p>Thanks<br>
R.Parr, RHCE, Temporal Arts<br>
<br>
</p>
</body>
</html>