Changes

From SME Server
Jump to navigationJump to search
23 bytes added ,  22:51, 14 October 2015
Line 224: Line 224:     
==Linux Client==
 
==Linux Client==
* nfs-utils
+
===nfs-utils===
 
yum install nfs-utils
 
yum install nfs-utils
   −
* mount the network share
+
===mount the network share===
 
  mkdir /mnt/partage
 
  mkdir /mnt/partage
 
  mount -t nfs 192.168.xx.xxx:/home/e-smith/files /mnt/partage
 
  mount -t nfs 192.168.xx.xxx:/home/e-smith/files /mnt/partage
 
  ll /mnt/partage
 
  ll /mnt/partage
   −
* mount the network share in the fstab
+
=== mount the network share in the fstab===
    
If you want to get mounted the NFS remote share at boot, you can add  it in your fstab<br />
 
If you want to get mounted the NFS remote share at boot, you can add  it in your fstab<br />
Line 239: Line 239:  
  192.168.XX.205:/mirror/mirror/smeserver-repo  /home/build/smeserver/ nfs rw  0 0
 
  192.168.XX.205:/mirror/mirror/smeserver-repo  /home/build/smeserver/ nfs rw  0 0
   −
* Timeout
+
=== NFS Timeout ===
    
Nfs can have a really long timeout, if you want to avoid it you can do
 
Nfs can have a really long timeout, if you want to avoid it you can do

Navigation menu