Monday, September 14, 2009

NFS Server Configuration

Red Hat Linux AS/ES

export file(/ext/exports)
/bb_data 173.18.1.10(async,no_subtree_check,rw,all_squash,anonuid=501,anongid=0) 173.18.1.11(async,no_subtree_check,rw,all_squash,anonuid=501,anongid=0)

Restart NFS

/etc/init.d/nfs restart

NFS Client.

umount /bb_contents

mount -t nfs 173.18.1.9:/bb_data /bb_contents

Note:501 is the uid for bbuser and 0 is the uid for root.

No comments:

Post a Comment