[embedded]How to install NFS on ubuntu

2017-5-12 写技术

1.Install.
sudo apt-get install nfs-kernel-server

2.Config.
vim /etc/exports
Add a line to the end of file.
/home/nicholas/.../busybox/busybox-1.13.3/_install *(rw,sync,no_root_squash,no_subtree_check)

3.Restart.
/etc/init.d/nfs-kernel-server restart

标签: embedded

评论:


2017-05-12 17:26
Set environment args in u-boot:
console=ttySAC0 root=/dev/nfs nfsroot=219.225.9.111:/home/xu/kernel/myrootfs/rootfs ip=219.225.9.110:219.225.9.111:219.225.9.111:255.255.255.0:xuliang:eth0:off

发表评论:

Powered by anycle 湘ICP备15001973号-1