From owner-freebsd-questions Wed Jan 23 7:35:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20001.mail.yahoo.com (web20001.mail.yahoo.com [216.136.225.46]) by hub.freebsd.org (Postfix) with SMTP id 71B5D37B416 for ; Wed, 23 Jan 2002 07:35:15 -0800 (PST) Message-ID: <20020123153513.88573.qmail@web20001.mail.yahoo.com> Received: from [193.123.204.66] by web20001.mail.yahoo.com via HTTP; Wed, 23 Jan 2002 15:35:13 GMT Date: Wed, 23 Jan 2002 15:35:13 +0000 (GMT) From: =?iso-8859-1?q?Gavin=20Kenny?= Subject: Re: NFS exports file To: C J Michaels Cc: questions@freebsd.org In-Reply-To: <1689.216.153.202.2.1011797504.squirrel@www1.27in.tv> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That did the trick! I just wanted a single host to have access and was getting confused. Many thanks for your help. Gavin > > Thanks, I've changed my exports line to: > > > > /usr -alldirs -maproot=0 -network 123.456.789.123 > ^^^^^ > That's not a network ID, that's a host. If you want > the whole network use: > > /usr -alldirs -maproot=0 -network 123.456.789 -mask > 255.255.255.0 > > If you want just the host use, > > /usr -alldirs -maproot=0 123.456.789.123 > > > > > and this loads ok. showmount -e now gives: > > > > /usr 123.456.789.123 > > > > however I am still getting permision denied when I > try > > to mount it from the client. > > > > I am trying to mount it as root. Is this a > permissions > > error? I've tried adding the client to the > hosts.equiv > > file but that does not seem to make any > difference. > > > > Any more clues? > > > > Gavin > > > > --- C J Michaels wrote: > You > > can only export mount points. Not > >> subdirectory's of mount points. > >> > >> Despite the lack of df output here, I would > assume > >> you have a situation > >> where /home is a symlink to /usr/home and /usr is > >> the mount point. > >> > >> In this case you need to export /usr > >> > >> --Chris > >> > >> Gavin Kenny said: > >> > Hi Guys, > >> > > >> > I'm trying my hand at setting up NFS. I have > >> followed > >> > the handbook and all the deamons seem to > startup > >> OK > >> > > >> > but when I edit my /etc/exports file and load > it > >> via: > >> > kill -HUP `cat /var/run/mountd.pid` > >> > > >> > I get the following message: > >> > "bad exports list line /home " > >> > > >> > I have one line in my exports file and have > tried > >> the > >> > following combinations without success; (Note I > >> don't > >> > have DNS so I am using IP addresses) > >> > > >> > /home -alldirs 123.456.789.123 > >> > or > >> > /home 123.456.789.123 > >> > or > >> > /home -alldirs -network 123.456.789.123 > >> > or > >> > /usr/home -network 123.456.789.123 > >> > > >> > and all stations south. > >> > > >> > When I try to mount from the client I get > >> "Permission > >> > denied", which I am assuming is because the > >> exports > >> > list is not loading. > >> > > >> > so what am I doing wrong? > >> > > >> > cheers > >> > > >> > Gavin > >> > > >> > > __________________________________________________ > >> > Do You Yahoo!? > >> > Everything you'll ever need on one web page > >> > from News and Sport to Email and Music Charts > >> > http://uk.my.yahoo.com > >> > > >> > To Unsubscribe: send mail to > majordomo@FreeBSD.org > >> > with "unsubscribe freebsd-questions" in the > body > >> of the message > >> > >> > >> -- > >> Chris > >> > >> "I'll defend to the death your right to say that, > >> but I never said I'd > >> listen to it!" > >> -- Tom Galloway with apologies to Voltaire > >> > >> > > > > __________________________________________________ > > Do You Yahoo!? > > Everything you'll ever need on one web page > > from News and Sport to Email and Music Charts > > http://uk.my.yahoo.com > > > -- > Chris > > "I'll defend to the death your right to say that, > but I never said I'd > listen to it!" > -- Tom Galloway with apologies to Voltaire > > __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message