Subject: Re: Help! with NFS
To: None <paul@whooppee.com>
From: Aymeric Vincent <xmimic@free.fr>
List: current-users
Date: 08/16/2001 11:19:28
Hi,
NFS exported options (like -maproot, -ro, ...) are stored only for
each mount point.
This makes it impossible to have for example:
/usr/home
/usr/src -ro
if home and src are just subdirectories of /usr (which would be a
mount point). The options must be the same for all the subdirectories
of a mount point.
Paul Goyette <paul@whooppee.com> writes:
> Yes, on the server, /usr is indeed a mount point.
>
> Things used to work with /etc/exports having
>
> /usr/home -maproot=root
> /usr/src -maproot=root
> .
> .
> .
Are you sure you didn't add some different option to one of those
lines, thus hitting the problem/feature ;-) I describe?
Aymeric