> I guess I should have known better. Ubuntu has had a nasty habit of breaking
> things for me lately.
>
> Now my nfs mounts aren't working anymore. No matter what I try I get
>
> mount.nfs: an incorrect mount option was specified
>
> I get that even if I don't specify ANY options.
>
> I updated both systems at the same time.
>
OK, it appears that the nfs-kernel-server init script on the system exporting
the filesystem has
$PREFIX/bin/rpcinfo -u localhost nfs 3 >/dev/null 2>&1 ||
RPCMOUNTDOPTS="$RPCMOUNTDOPTS --no-nfs-version 3"
rpcinfo isn't installed on either system.
If I comment those lines out then things works again. This is a kludge, though,
not a fix. I still want to know why things broke. I don't know why it's trying
to use nfs vers 3 in the first place.
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug