From owner-freebsd-questions Wed Feb 16 0:37: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from isy.liu.se (isy.liu.se [130.236.48.10]) by builder.freebsd.org (Postfix) with ESMTP id CC3F040DD for ; Wed, 16 Feb 2000 00:37:04 -0800 (PST) Received: from lagrange.isy.liu.se (lagrange.isy.liu.se [130.236.49.127]) by isy.liu.se (8.9.1/8.9.1) with ESMTP id JAA15463; Wed, 16 Feb 2000 09:37:13 +0100 (MET) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <38A97C9E.2F5925CF@math.udel.edu> Date: Wed, 16 Feb 2000 09:37:12 +0100 (CET) From: Micke Josefsson To: Peter Schwenk Subject: Re: /etc/exports quickie Cc: questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 15-Feb-00 Peter Schwenk wrote: > The man page for exports sez '-ro' exports read-only. This is a RTFM > situation if I've ever seen one. > Perhaps, but if you don't UNDERSTAND the intricacies of the manual? My original (non-functioning) exports was like this: /a -network blabla /b -network blabla /c -network blabla which did not work as they all have to be on the same line, like: /a /b /c -network blabla So, I thought, how do make one of the above readonly? If I did /a /b /c -ro -network blabla they all got read-only which I didn't want, and /a -ro /b /c -network blabla was definately not allowed. This caused me to post the original question. The solution, as suggested by Guy Helmer and Brian Anderson (thanks!), is that my first layout actually works if the line after the exported fs are not identical: /a /b -network blabla /c -ro -network blabla I would have found this eventually but at the time the solution did not dawn on me. And yes, I did read the man pages. Over and over again actually. ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 3.1 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message