Tips to mount NFS volume under Linux.
還是乖乖的用setup吧
Client View
OS: RHEL5
Storage: Data OnTAP7.3.2
service nfs start
showmount -e {NFS_IP_addr}
mount -t nfs {server}:{path} {mount_point}
umount {mount_point}
/etc/fstab
{server}:{path} {mount_point} defaults 0 0