Changes

Jump to navigation Jump to search
244 bytes added ,  12:09, 12 August 2018
Line 27: Line 27:  
== Install ==
 
== Install ==
 
  sudo apt install nfs-common
 
  sudo apt install nfs-common
 +
 +
== Mount nfs volume ==
 +
=== Create a directory to mount the volume ===
 +
mkdir -p /mnt/nfs/home/client1
 +
mkdir -p /var/www
 +
 +
=== Mount NFS Volume ===
 +
mount 192.168.0.100:/home/client1 /mnt/nfs/home/client1
 +
mount 192.168.0.100:/var/www /var/www

Navigation menu