Configure nfs server – Avalue BFC-10R1 User Manual
Page 47
User
’s Manual
RSC-IMX51 User
’s Manual
47
4.5 Configure NFS Server
1) Install NFS required packages
$ sudo apt-get install nfs-common
$ sudo apt-get install nfs-kernel-server
2) Edit /etc/exports:
$ sudo vi /etc/exports
Add following line in the file
/home/user/nfs *(rw,sync,no_root_squash)
home/user/nfs is the path of your nfs folder.
Reset nfs server
$ sudo /etc/init.d/nfs-kernel-server start
Check nfs status
$ showmount -e localhost
If the setting works, then you show be to see the message below:
Export list for localhost:
/home/user/nfs