User Tools

Site Tools


hpc:installnfs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hpc:installnfs [2020/01/29 10:03]
miriel@uclv
hpc:installnfs [2020/04/10 17:38] (current)
Line 78: Line 78:
 </​code>​ </​code>​
 ===== Mouting NFS Share on the Client ===== ===== Mouting NFS Share on the Client =====
 +We need to create a folder on clients where we are going to mount the remote NFS folder
 +
 +<​code>​
 +mkdir /opt/apps
 +</​code> ​
 +
 <​code>​ <​code>​
 mount -t nfs -o nfsvers=4 10.10.2.242:/​opt/​apps /opt/apps mount -t nfs -o nfsvers=4 10.10.2.242:/​opt/​apps /opt/apps
Line 103: Line 109:
  
 <​code>​ <​code>​
-sudo umount /mnt +sudo umount /mnt 
-sudo mount -a +sudo mount -a 
-df -hT | grep /mnt+df -hT | grep /mnt
 </​code>​ </​code>​
  
  
hpc/installnfs.1580292212.txt.gz · Last modified: 2020/04/10 17:38 (external edit)