Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 1996 12:25:50 +0100 (MET)
From:      Thomas Graichen <graichen@omega.physik.fu-berlin.de>
To:        archie@tribe.com (Archie Cobbs)
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mountd question
Message-ID:  <199601131125.MAA00252@mordillo>
In-Reply-To: <199601112000.MAA25248@bubba.tribe.com> from "Archie Cobbs" at Jan 11, 96 12:00:03 pm

next in thread | previous in thread | raw e-mail | index | archive | help
hasn't Archie Cobbs said ? ...
> 
> 
> Hi,
> 
> I have a question about mountd: in /etc/exports, if I have this...
> 
>   /export/roots/bar       -maproot=root 205.144.307.79
>   /export/roots/foo       -maproot=root 205.144.307.79
> 
> mountd complains with this (always complaining about the *second* line)...
> 
>   mountd[13430]: Can't change attributes for /export/roots/foo. 
>   mountd[13430]: Bad exports list line /export/roots/foo   -maproot
> 
> But if I put a different IP addresses in each line, everything is OK...
> 
>   /export/roots/bar       -maproot=root 205.144.307.79
>   /export/roots/foo       -maproot=root 205.144.307.80
> 
> I don't understand why I can't do the former.
> 
you would have to write them both into the same line:

/export/roots/bar /export/roots/foo       -maproot=root 205.144.307.79

if they are on the same physicla partition and are exported to the
same host 

t
  _______________________________________________________||___________________
                                                   __||
  Perfection is reached, not when there is no  __||     thomas graichen
  longer anything to add, but when there   __||    freie universitaet berlin
  is no longer anything to take away   __||           fachbereich physik
                                   __||                      
  - Antoine de Saint-Exupery - __||        graichen@mail.physik.fu-berlin.de
  ___________________________||__________________graichen@FreeBSD.org_________



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