6. Accelerate Development with NFS

6.1. Ubuntu Server the corresponding contentSetDescription:

installnfs-kernel-server

sudo apt-get install nfs-kernel-server

the corresponding contentmount Filethe corresponding content

the corresponding content:mkdir /home/nfs_server

modify/etc/exports File,the corresponding contentas followsContent

/home/nfs_server \*(rw,sync,no_subtree_check,no_root_squash)

restart nfs service

/etc/init.d/rpcbind restart
/etc/init.d/nfs-kernel-server restart

6.2. EVB board sidemountDescription:

the corresponding content/mnt/data File Systemthe corresponding contentmount point

mkdir /mnt/data/nfs

mount nfs

mount -t nfs -o nolock 192.168.1.103:/home/nfs_server /mnt/data/nfs/

6.3. Precautions:

PCthe corresponding contentconnectionthe corresponding content。