I try to export a directory , for example /home/reza,
to be mounted in a Unix Digital machine.
The path /home/reza is exported by the my Linux 
machine (working as  a NFS server)

The mount succed unfortunaltely I cannot read the mounted directory,
because the mount command set the uid and the gid of
the mounted to those from the root .
In my previous Linux version (Redhat 5.2) , I dind't have
this pbs because the uid/guid  between the client and the
exporter path (on the Linux NFS server) was mapped by the
following configuration in the /etc/exports file such that :
# /etc/exports: the access control list for filesystems which may be exported
#               to NFS clients.  See exports(5).
/home/reza/  mesioq(map_static=/etc/nfs/mesioq.map)


there the file /etc/nfs/mesioq.map was created by self 
such that :
# /etc/nfs/mesioq.map 
uid 972 1001
gid 3100  0

Unfortunaltely the option 'map_static' does not exist any more 
Does any one  knows the solution ?

thanks.


Reza Samadi
-- 
Reza Samadi
______
Observatoire de Paris - section Meudon
Bat. 17 - 5 places Jules Janssen F-92195 Meudon
www    : http://www.micronet.fr/~samadi/
Tel    : 01 45 07 77 21

Reply via email to