NFS Installation Guide

From PREX Wiki
Revision as of 23:44, 24 May 2018 by Cameronc (talk | contribs) (Created page with "=== Install NFS server and client on DAQ laptop or computer === == Example: == https://www.howtoforge.com/setting-up-an-nfs-server-and-client-on-scientific-linux-6.3 Have N...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Install NFS server and client on DAQ laptop or computer

Example:

https://www.howtoforge.com/setting-up-an-nfs-server-and-client-on-scientific-linux-6.3

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


Contact Chandan Ghosh or Bryan Moffit for help