On Sep 11, 2007, at 7:40 AM, David Baron wrote:
Thanks for reply. Can you illustrate me please that how i should mount NFS means do i need to run any extra command after monut.
Pretty much exactly the same way you do it in Solaris - in fact, some of my CentOS boxes use the same automounter map (delivered via NIS) as the Sun boxes.
Make sure the linux NFS clients are listed in /etc/dfs/dfstab on the Sun NFS server (don't forget to re-export if changes are made to dfstab), then issue a standard NFS mount command on the linux side. Mounts can be triggered by automounter, /etc/fstab, or at the command line:
# mount -t nfs zeus.cluster:/h4 /mnt -Jason ---------------------------------------- Jason Winningham Computer Systems Engineer College of Engineering The University of Alabama in Huntsville http://support.eng.uah.edu/ http://www.eng.uah.edu/~jdw _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
