*BSD News Article 69202


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!asstdc.scgt.oz.au!nsw.news.telstra.net!act.news.telstra.net!imci3!newsfeed.internetmci.com!howland.reston.ans.net!math.ohio-state.edu!jussieu.fr!univ-lyon1.fr!ensta!not-for-mail
From: bouyer@chassiron.ensta.fr (Manuel Bouyer)
Newsgroups: comp.unix.bsd.netbsd.misc
Subject: Re: NFS problem
Date: 23 May 1996 11:14:41 GMT
Organization: Ecole Nationale Superieure de Techniques Avancees (ENSTA), Paris
Lines: 27
Message-ID: <4o1hb1$b6n@ici-paris.ensta.fr>
References: <48066@lyssa.owl.de>
NNTP-Posting-Host: chassiron.ensta.fr
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
To: tron@lyssa.owl.de
X-Newsreader: Newsview 0.38 (pre-beta)

Matthias Scheler (tron@lyssa.owl.de) wrote:
> 
> 	Hi,
> 
> my "/etc/exports" looks like this:
> 
> /volume/pubdir	-mapall=foo:bar -ro
> /volume		-maproot=root my2ndhost
> 
> The problem is that as soon as the second entry is "/etc/exports"
> "my2ndhost" is no more able to mount "/volume/pubdir". If I
> remove the second entry it works again.
> 
> Any sollutions?
> 

try:
/volume/pubdir    -mapall=foo:bar -ro
/volume -alldirs -maproot=root my2ndhost

By default (without alldirs), you can nfs mount a directory, but not his
subdirs.

-- 
Manuel Bouyer, Ecole Nationale Superieure de Techniques Avancees, Paris
email: bouyer@ensta.fr
--