*BSD News Article 64622


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.ecn.uoknor.edu!qns3.qns.com!imci4!newsfeed.internetmci.com!chi-news.cic.net!news1.io.org!van-bc!uniserve!usenet
From: tom@uniserve.com (Tom Samplonius)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: /etc/exports problem
Date: 1 Apr 1996 20:30:18 GMT
Organization: UNIServe Online
Lines: 20
Distribution: world
Message-ID: <4jpecq$57v@atlas.uniserve.com>
References: <4jnam2$f34@mark.ucdavis.edu>
NNTP-Posting-Host: pc.sdf.com
Mime-Version: 1.0
Content-Type: Text/Plain; charset=US-ASCII
X-Newsreader: WinVN 0.99.6

In article <4jnam2$f34@mark.ucdavis.edu>, obrien@Nuxi.coml says...

>I've changed the order around in the /etc/exports file, but that didn't
>help.  I've re-typed it in, that didn't help either.  If I remove the "-ro
>relay dragon...." from the exporting of /files/exports, then it exported
>just fine to everyone. :-(
>
>bash# cat /etc/exports
>/files/treats   -ro     relay dragon.nuxi.com marmot.cs.ucdavis.edu
>/usr                    -ro relay dragon.nuxi.com marmot.cs.ucdavis.edu
>/files/exports  -ro     relay dragon.nuxi.com marmot.cs.ucdavis.edu

  If you are going to export multiple directories out of a single filesystem
you need to list them all on one line:

/files/treats /files/exports -ro ...etc...


Tom