(Setup NFS Server for Root NFS)
(Setup NFS Server for Root NFS)
Line 1: Line 1:
  
== Setup NFS Server for Root NFS ==
 
  
 
Bootstrapping your embedded target to boot from RootNFS can significantly speed up and enhance your development environment.
 
Bootstrapping your embedded target to boot from RootNFS can significantly speed up and enhance your development environment.

Revision as of 11:14, 3 August 2013


Bootstrapping your embedded target to boot from RootNFS can significantly speed up and enhance your development environment.

To export a directory by NFS (Network File System) as your root filesystem, edit your /etc/exports configuration file and add:

/home/<homedir>/export 192.168.0.0/255.255.255.0(rw,no_root_squash,no_all_squash,sync,no_subtree_check)

To apply the changes, execute:

sudo service nfs-kernel-server restart