NFS Mount Commands - 21102019

Breaking

Post Top Ad

Responsive Ads Here

Post Top Ad

Responsive Ads Here

Thursday, March 7, 2019

NFS Mount Commands


Enter the mount command to access the shared folder from the NFS client. The mount command depends on your operating system. The examples below assume that IP address of your TeraStation is 192.168.11.10, “/mnt/array1/share” is the desired NFS path, and “/mnt/nas” or drive letter “z” is the mount point.
For Linux:
mount -t nfs 192.168.11.10:/mnt/array1/share /mnt/nas
For Windows Service for Unix 3.5:
mount 192.168.11.10:/mnt/array1/share z:
For Solaris 10:
mount -F nfs 192.168.11.10:/mnt/array1/share /mnt/nas
For macOS (NFS is working in kernel mode):
mount -t nfs -o resvport 192.168.11.10:/mnt/array1/share /mnt/nas

No comments:

Post a Comment

Post Top Ad

Responsive Ads Here