Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Sep 2001 11:23:02 +0200
From:      Erik Trulsson <ertr1013@student.uu.se>
To:        ???? ??????? <ilia@chel.skbkontur.ru>
Cc:        questions@FreeBSD.ORG
Subject:   Re: what's wrong with NFS ?
Message-ID:  <20010907112302.A31592@student.uu.se>
In-Reply-To: <Pine.BSF.4.33.0109071432480.80418-100000@sol.chel.skbkontur.ru>
References:  <Pine.BSF.4.33.0109071432480.80418-100000@sol.chel.skbkontur.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 07, 2001 at 02:35:10PM +0600, ???? ??????? wrote:
> Dear Sirs,
> 
> what's wrong with that exports
> ---<cut here>----------------------------
> /dir1 -ro  apollo.chel.skbkontur.ru
> /dir2 -ro  apollo.chel.skbkontur.ru
> ---<cut here>----------------------------
> 
> ???
> 
> $ 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.)



-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013@student.uu.se


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010907112302.A31592>