I'm seeing the same problem as well.  I started with the following line
in fstab:

<server>:/<dir> <localdir> nfs rsize=8192,wsize=8192,timeo=14,intr

I was having permissions problems, because the UIDs on the two machines
were not the same.  This resulted in an error of the form:

mount.nfs: access denied by server while mounting <server>:/<dir>

So, I created a map file, and changed the line to:

<server>:/<dir> <localdir> nfs rsize=8192,wsize=8192,timeo=14,intr,
map_static=/root/nfs_static.map

Then, a "sudo mount <localdir>" command results in:

mount.nfs: an incorrect mount option was specified

I'm looking for some sort of solution that doesn't involve changing the
UIDs on either of the two machines.

-- 
NFS mount in hardy does not recognise the option map_static
https://bugs.launchpad.net/bugs/247733
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