odd NFS issues
Rick Macklem
rmacklem at uoguelph.ca
Sun Jan 17 20:43:51 UTC 2010
On Sat, 16 Jan 2010, Zane C.B. wrote:
> Regardless of if I am mounting a NFS export remotely or locally, I
> get the error below if I do a ls or any thing.
>
> Any suggestions?
>
> Below is a example of what happens if I try it locally.
>
> # mount_nfs -o mntudp,ro 192.168.15.2:/arc /mnt/
Oh, and it's just a stab in the dark, but I think that "ro" is
handled by the generic mount command and that might be confusing
it so that it doesn't recognize "mntudp" and is trying to use TCP.
(which became the default somewhere along the way)
You might try:
mount -t nfs -o mntudp,ro ...
instead?
rick
More information about the freebsd-fs
mailing list