Changes

Jump to navigation Jump to search
682 bytes added ,  15:41, 24 November 2014
Line 3: Line 3:  
This came from a [http://forums.contribs.org/index.php?topic=45385 dtech post]  
 
This came from a [http://forums.contribs.org/index.php?topic=45385 dtech post]  
 
about to use SME as a NFS server
 
about to use SME as a NFS server
 +
 +
{{Note box| you have some documentation available for [https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/ch-nfs.html CENTOS6] and [https://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-nfs-client-config.html CENTOS5]}}
    
1. Install the smeserver-nfs contrib like this:
 
1. Install the smeserver-nfs contrib like this:
Line 16: Line 18:     
  /home/e-smith/files    *.mydomain(rw,sync,no_wdelay,nohide,no_root_squash)
 
  /home/e-smith/files    *.mydomain(rw,sync,no_wdelay,nohide,no_root_squash)
 +
 +
/home/e-smith/files  – shared directory
 +
 +
192.168.1.0/24          – IP address range of clients
 +
or
 +
*.mydomain              – Domain's client allowed
 +
 +
rw                      – Writable permission to shared folder
 +
sync                    – Synchronize shared directory
 +
no_root_squash          – Enable root privilege
 +
no_all_squash            – Enable user’s authority
    
{{Warning box|
 
{{Warning box|

Navigation menu