From owner-freebsd-questions Fri Sep 7 2:23:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (Postfix) with ESMTP id D6B7637B401 for ; Fri, 7 Sep 2001 02:23:33 -0700 (PDT) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailb.telia.com (8.11.6/8.11.6) with ESMTP id f879NVW09185 for ; Fri, 7 Sep 2001 11:23:31 +0200 (CEST) Received: from ertr1013.student.uu.se (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id LAA23183 for ; Fri, 7 Sep 2001 11:23:30 +0200 (CEST) Received: (qmail 31605 invoked by uid 1001); 7 Sep 2001 09:23:02 -0000 Date: Fri, 7 Sep 2001 11:23:02 +0200 From: Erik Trulsson To: ???? ??????? Cc: questions@FreeBSD.ORG Subject: Re: what's wrong with NFS ? Message-ID: <20010907112302.A31592@student.uu.se> Mail-Followup-To: ???? ??????? , questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.21i 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 On Fri, Sep 07, 2001 at 02:35:10PM +0600, ???? ??????? wrote: > Dear Sirs, > > what's wrong with that exports > ------------------------------- > /dir1 -ro apollo.chel.skbkontur.ru > /dir2 -ro apollo.chel.skbkontur.ru > ------------------------------- > > ??? > > $ mount > /dev/ad0s1a on / (ufs, asynchronous, NFS exported, local, with quotas) > procfs on /proc (procfs, local) > All directories that reside on the same filesystem must be on the same line in the exports file. So if you change your exports file to /dir1 /dir2 -ro apollo.chel.skbkontur.ru it should work better. (If /dir1 and /dir2 had been on different filesystems your original file would have been correct.) -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message