Linux mount NFS volume

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

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *