Texas Instruments OMAP35 DVEVM Series Getting Started Manual page 37

Hide thumbs Also See for OMAP35 DVEVM Series:
Table of Contents

Advertisement

Document
OMAP35x DVEVM Getting Started Guide
Document Number
SPRUFZ7
Alternatively, if you want to have permissions to write or create folders within the target file system
that you want to export as NFS, perform the following command
host $ chown ‐R <useracct> /home/<useracct>/workdir/filesys 
 
6. Make sure the NFS server is configured and functioning properly. Add the following line to the
/etc/exports file of the server. Ensure you have root permission before editing this file.
/home/<useracct>/workdir/filesys  
NOTE: On some systems you may wish to add the no_subtree_check option to avoid warnings like:
exportfs:  /etc/exports  [3]:  Neither  'subtree_check'  or  'no_subtree_check'  specified  for  export  <export  listed 
here>. 
Assuming default behaviour ('no_subtree_check').
NOTE: this default has changed since nfs-utils version 1.0.x
7. Then issue the following command to notify the NFS server about the new exported directory.
host $ /usr/sbin/exportfs –a 
host $ /sbin/service nfs restart
8. Verify that the server firewall is turned off:
host $ /etc/init.d/iptables status 
If the firewall is running, disable it:
host $ /etc/init.d/iptables stop 
9. Make sure you exit from having the root permissions after completing all the above steps
 
host $ exit 
*(rw,no_root_squash,no_all_squash,sync) 
37
Rev
3.0
Date
Sept 23, 2009

Advertisement

Table of Contents
loading

Table of Contents