From 587a345744a80528dd2c0e9577858798b701568e Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Tue, 25 Jul 2006 18:07:15 +0000 Subject: [PATCH] new beams path --- iocBoot/nfsCommands | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iocBoot/nfsCommands b/iocBoot/nfsCommands index a061d1c..044a3a0 100644 --- a/iocBoot/nfsCommands +++ b/iocBoot/nfsCommands @@ -14,11 +14,11 @@ routeShow # rather than FTP, for booting the VME crate, and generally for reading # and writing files on the server. # -hostAdd("beams","164.54.100.5") -nfsMount("beams","/export/homeb","/home/beams") +hostAdd("beams-nfs","164.54.100.202") +nfsMount("beams-nfs","/export/beams","/home/beams") hostAdd("oxygen","164.54.52.4") -nfsMount("oxygen","/home/oxygen","/home/oxygen") -nfsMount("oxygen","/home/oxygen4","/home/oxygen4") +nfsMount("oxygen","/export/oxygen","/home/oxygen") +nfsMount("oxygen","/export/oxygen4","/home/oxygen4") hostAdd("wheaties","164.54.53.101") nfsMount("wheaties","/local","/local") -- GitLab