On Mon Aug 24 1998, ~* LZ *~ wrote:
> i want to mount the entire /usr from a master server. I already add t he
> entry to the master's /etc/exports . Now i want the clients to mount /usr
> automaticly when boot up. How to configure the clients part ???
Add something like this to /etc/fstab...
server:/path/to/usr /usr nfs defaults 0 0
Note:
1. You should really fine-tune the "defaults" options for your needs.
2. The "mount -t nfs -a" command should be executed automatically for
you by your rc bootup scripts (eg, /etc/rc.d/init.d/nfsfs).
Cheers
Tony