Date: Fri, 7 Oct 2005 10:09:11 -0700 From: David Kirchner <dpk@dpk.net> To: Garrett Cooper <youshi10@u.washington.edu> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: NFS no longer works? Message-ID: <35c231bf0510071009k25911b2egb0b0305287191e4a@mail.gmail.com> In-Reply-To: <33A628DF-E7C6-4649-81A6-1ED3B9562681@u.washington.edu> References: <EEE9C06A-B2C1-4D42-A94C-7DAD71D48687@u.washington.edu> <35c231bf0510070917m7d751ad8h92d9a8a18cbad5f3@mail.gmail.com> <33A628DF-E7C6-4649-81A6-1ED3B9562681@u.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On 10/7/05, Garrett Cooper <youshi10@u.washington.edu> wrote: > No dice, but thanks for trying =3D). > -Garrett Some other questions then: Is rpcbind running? Does it show mountd registered? Try "rpcinfo p" to check. You should see something like: 100005 1 udp 1022 mountd 100005 3 udp 1022 mountd 100005 1 tcp 1023 mountd 100005 3 tcp 1023 mountd along with others. Is /store its own partition? mountd will only export filesystems. You can NFS mount specific directories if you have the -alldirs flag in /etc/exports, but you can't prevent them from NFS mounting other directories. (You can, however, use permissions to prevent them from viewing/writing to directories you don't want them to). Try running mountd with the flags "-d -l". It will stay attached to your terminal. Does it show the line being processed properly? Note when you ^C this, it will still show up in rpcinfo -p .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35c231bf0510071009k25911b2egb0b0305287191e4a>