Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2010 15:54:12 -0500 (EST)
From:      Rick Macklem <rmacklem@uoguelph.ca>
To:        "Zane C.B." <v.velox@vvelox.net>
Cc:        freebsd-fs@FreeBSD.org
Subject:   Re: odd NFS issues
Message-ID:  <Pine.GSO.4.63.1001171548400.706@muncher.cs.uoguelph.ca>
In-Reply-To: <20100116235857.6f126ad0@vixen42.vulpes>
References:  <20100116235857.6f126ad0@vixen42.vulpes>

next in thread | previous in thread | raw e-mail | index | archive | help


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.63.1001171548400.706>