Technical data

NFS Client
21.4 Mounting Files and Directories
TCPIP> MOUNT DNFS2:[USERS.SPARROW.MNT] /HOST="birdy" /PATH="/usr"
%DNFS-S-MOUNTED, /usr mounted on _DNFS2:[USERS.SPARROW.MNT]
TCPIP> MOUNT DNFS2:[USERS.SPARROW] /HOST="birdy" /PATH="/usr" /FORCE
%DNFS-S-MOUNTED, /usr mounted on _DNFS2:[USERS.SPARROW]
-TCPIP-I-OCCLUDED, previous contents of _DNFS2:[USERS.SPARROW] occluded
The following example shows a mount of UNIX directory
/usr
to the OpenVMS
device and directory DNFS3:[0,0].
On the UNIX host, the directory listing looks like this:
unix% ls
grebe wings pratincole
To do the mount, enter:
$ TCPIP MOUNT DNFS3: /HOST="unix" /PATH="/usr"
To check that the mount succeeded, enter:
$ TCPIP SHOW MOUNT DNFS3: /FULL
.
.
.
On the OpenVMS host, the directory listing looks like this:
$ DIRECTORY [0,0]
Directory DNFS3:[000,000]
GREBE.DIR;1 WINGS.DIR;1 PRATINCOLE.DIR;1
Total of 3 files.
21–12 NFS Client