Results 1 to 3 of 3
hai,
i am running an NFS Server in my RHEL 3 ws box.i want to know the purposes of the following files
/var/lib/nfs/etab
/var/lib/nfs/rmtab
/var/lib/nfs/xtab...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-27-2005 #1Just Joined!
- Join Date
- Nov 2004
- Location
- salem
- Posts
- 33
Reg NFS server
hai,
i am running an NFS Server in my RHEL 3 ws box.i want to know the purposes of the following files
/var/lib/nfs/etab
/var/lib/nfs/rmtab
/var/lib/nfs/xtab
- 08-27-2005 #2Linux User
- Join Date
- Jan 2005
- Location
- Florida
- Posts
- 414
You really need to look to google for answers like this. Anyway,
The entire article by Frédéric Raynal seems to contain a lot of info about NFS.* /var/lib/nfs/rmtab : each line shows the client's name and the file system imported from this server;
* /var/lib/nfs/etab: the /etc/exports file only contains a wish list. etab is created by exportfs. It contains on each line detailed information about the options used when exporting a file system towards a single client. It's the reference file used by rpc.mountd when started
* /proc/fs/nfs/exports contains the clients list as known by the kernel
* /var/lib/nfs/xtab: Use for accuracy when etab holds client names and machines groups with wildcards. This file only contains explicit machine names.registered linux user: 387197
- 08-28-2005 #3Just Joined!
- Join Date
- Nov 2004
- Location
- salem
- Posts
- 33
thank u jimbaloo.
One more thing, u have told
/var/lib/nfs/rmtab : each line shows the client's name and the file system imported from this server;
i have seen this file contains some hexadecimal values.what could be this


Reply With Quote
