diff --git a/iocBoot/nfsCommands b/iocBoot/nfsCommands
index a061d1ccdf0eeb593bc3ccbe7d6fb53e06eebb19..044a3a0cb022f6a1b15c48a8507af1d74ae7b84c 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")