From owner-freebsd-questions Fri Mar 30 7:35:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.realtime.co.uk (simian.realtime.co.uk [194.205.134.131]) by hub.freebsd.org (Postfix) with ESMTP id 87EC137B71C for ; Fri, 30 Mar 2001 07:35:12 -0800 (PST) (envelope-from waynep@zaphod.realtime.co.uk) Received: from zaphod.realtime.co.uk ([194.205.134.208]) by clientmail.realtime.co.uk with esmtp (Exim 3.20 #1) id 14j0vf-000605-01 for freebsd-questions@freebsd.org; Fri, 30 Mar 2001 16:35:11 +0100 Received: from waynep by zaphod.realtime.co.uk with local (Exim 3.20 #1) id 14j0vg-0003DL-00 for freebsd-questions@freebsd.org; Fri, 30 Mar 2001 16:35:12 +0100 From: Wayne Pascoe To: freebsd-questions@freebsd.org Subject: exports file format Reply-To: wayne.pascoe@realtime.co.uk Date: 30 Mar 2001 16:35:12 +0100 Message-ID: Lines: 26 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry for the stupid question, but I'm used to dealing with the format of NFS exports on Linux systems. If I try and put multiple paths that I want exported in my exports file on different lines, I get errors when I try and start nfs. An example of these errors is as follows : Mar 30 16:31:27 dozer mountd[16649]: can't change attributes for /web/VIRTUALHOSTS/asite Mar 30 16:31:27 dozer mountd[16649]: bad exports list line /web/VIRTUALHOSTS/asite -mapall Mar 30 16:31:27 dozer mountd[16649]: can't change attributes for /web/VIRTUALHOSTS/anothersite Mar 30 16:31:27 dozer mountd[16649]: bad exports list line /web/VIRTUALHOSTS/anothersite -mapall The exports file that generated this is as follows : /web/VIRTUALHOSTS/asite -mapall=web 194.205.134.19 /web/VIRTUALHOSTS/anothersite -mapall=web 194.205.134.19 What is the correct way to export multiple directories? TIA, -- - Wayne Pascoe E-mail: wayne.pascoe@realtime.co.uk Phone : +44 (0) 20 7544 4668 Mobile: +44 (0) 788 431 1675 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message