42
Create a mount point for the remote resource using the mkdir command:
# mkdir –p /local/directory
Figure 100 Establish the local mount point using the mkdir command.
Mount share of NSA310S:
# mount –t nfs ServerName:/remote/directory /local/directory
Figure 101 where ServerName is the name of the NFS server, /remote/directory is the directory
on the NFS server you want to mount, and /local/directory is the mount point on the NFS client.
To check the amount of disk space for each mount you have:
Figure 102