Difference between revisions of "NFS Installation Guide"

From PREX Wiki
Jump to navigationJump to search
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
=== Example: ===
 
=== Example: ===
https://www.howtoforge.com/setting-up-an-nfs-server-and-client-on-scientific-linux-6.3
+
[https://www.howtoforge.com/setting-up-an-nfs-server-and-client-on-scientific-linux-6.3 How To Forge - NFS Guide]
  
 
Have NFS serve the CODA 2.6.2 directory to localhost (127.0.0.1).
 
Have NFS serve the CODA 2.6.2 directory to localhost (127.0.0.1).
Line 19: Line 19:
 
=== DAQ Documentaion ===
 
=== DAQ Documentaion ===
  
[DAQ_Doc_Portal#FAQ_and_common_problems_and_solutions|DAQ Documentation]
+
[[DAQ_Doc_Portal|DAQ Documentation]], See also [[DAQ_Networking#NFS_Network_File_System|NFS Documentation and FAQ]]
 +
 
 
Contact Chandan Ghosh or Bryan Moffit for help
 
Contact Chandan Ghosh or Bryan Moffit for help
 +
 +
[[Category:DAQ]][[Category:GEM]]

Latest revision as of 23:12, 29 July 2018

Install NFS server and client on DAQ laptop or computer

Example:

How To Forge - NFS Guide

Have NFS serve the CODA 2.6.2 directory to localhost (127.0.0.1).

Mount it, in a different location (pretending to me the VME controller):

example /etc/exports:

  /coda/2.6.2/    localhost(rw,sync,no_root_squash,no_subtree_check)
  mount it /somewhere_else

(as root)

  mkdir /somewhere_else 
  mount localhost:/coda/2.6.2 /somewhere_else


DAQ Documentaion

DAQ Documentation, See also NFS Documentation and FAQ

Contact Chandan Ghosh or Bryan Moffit for help