ESS Series User’s Manual
Figure 4-3
Go to local PC, double click My Computer, you can see an interface shown as in Figure 4-4.
Figure 4-4
4.3.2 Access NFS Share Directory
On Linux OS, use command to mount the NFS share directory to one of the directory and access
the directory.
Before the operation, please make sure the NFS service of the Linux user platform and the
ESS3166X series product are both enabled.
Please refer to the following contents for detailed mount command (Linux user-end):
mount –t nfs 10.12.5.14:/mnt/pool1/DVRch2/DVRch2 /home/user
10.12.5.14: ESS3116 series product IP address;
/mnt/pool1/DVRch2/DVRch2: ESS3116 series product NFS share
directory;/home/user: Mount directory of the Linux user-end.
After you complete the NFS mount, please use command to unmount.
umount /home/user
/home/user: Mount directory of the Linux user-end.