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 Both sides next revision
hpc:installnfs [2020/01/29 10:03]
miriel@uclv
hpc:installnfs [2020/01/29 10:17]
miriel@uclv [Mouting NFS Share on the Client]
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
hpc/installnfs.txt ยท Last modified: 2020/04/10 17:38 (external edit)