beautypg.com

How to use nfs – PLANET NAS-7202 User Manual

Page 35

background image

35

How to use NFS:

1. Enable the NFS server function in “service-

ÆLinux file service “on web.

2. On Linux OS, open terminal and change into root account as below

[steve@localhost ~]$ su

password:

3 .In Terminal, show the NAS server’s directory as below commands:

[root@localhost steve]#showmount -e xxx.xxx.xxx (NAS’s IP address)

Export list for xxxx.xxx.xxx.xxx:/data/HardDisk1/Volume1 *

4. In Terminal, restart the NFS server as below command:

[root@localhost steve]# service nfs restart

Shutting down NFS mountd: [ OK ]

Shutting down NFS daemon: [ OK ]

Shutting down NFS quotas: [ OK ]

Shutting down NFS services: [FAILED]

WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.

Starting NFS services: [ OK ]

Starting NFS quotas: [ OK ]

Starting NFS daemon: [ OK ]

Starting NFS mountd: [ OK ]

5. In Terminal, mount the NAS directory to Linux OS as below command:

[root@localhost steve]# mount -t nfs 192.168.7.186:/data/HardDisk1/Volume1/Share /mnt -o nolock

At last you can check that the NAS directories have been displayed in filesystem-(mnt on your Linux computer,

and you can do operation as it is in local.