Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2000 11:50:59 -0700
From:      "Crist J. Clark" <cjc@earthlink.net>
To:        Daniel Schrock <d_jab@anonymous-daemon.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: NFS problems
Message-ID:  <20000611115058.B179@dialin-client.earthlink.net>
In-Reply-To: <00b501bfd3d3$1af901f0$0271a8c0@anonymousdaemon.org>; from djab@enteract.com on Sun, Jun 11, 2000 at 01:30:23PM -0500
References:  <00b501bfd3d3$1af901f0$0271a8c0@anonymousdaemon.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 11, 2000 at 01:30:23PM -0500, Daniel Schrock wrote:

[snip]

> does anyone know what the problem might be and how i would go about fixing
> it?
> ---------------
> /etc/exports on gateway:
> /savedisk -alldirs -maproot=root webserv
> /usr/home -alldirs -maproot=root webserv

Is that the _entire_ exports file? Are /savedisk and /usr/home on
different filesystems? Why are you using -alldirs? Did you restart or
'kill -HUP' mountd(8) after making the changes? Did you check for
error messages from mountd in the logs?

> fstab on webserv- some content omitted due to irrelevance:
> /dev/ab0........
> .......
> /proc .......
> gateway:/usr/home    /usr/home    nfs    rw    0   0
> gateway:/savedisk     /savedisk     nfs    rw    0   0
> 
> error on webserv at boot:
> mounting nfs filesystemnfs: can't access /usr/home: Permission denied.
> 
> savedisk mounts fine....only /usr/home is causing problems

Are there other entries for the same filesystem on gateway? Is there a
newline on the /usr/home line in /etc/exports?
-- 
Crist J. Clark                           cjclark@alum.mit.edu


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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