TCPIP$UCP_HELP.HLB  —  MOUNT  Examples
    1.TCPIP> MOUNT DNFS2: /HOST="loon" /PATH="/usr/users/curlew"

      Mounts, on local device DNFS2:, the remote directory
      /usr/users/curlew, which resides on NFS server loon.

    2.TCPIP> MOUNT DNFS3: /HOST="sigma" -
      _TCPIP> /PATH="/usr" /AUTO=(INACT:00:10:00)

      Using automounting, this command mounts the /usr file system
      from sigma onto the OpenVMS mount point when it references the
      path name. The client keeps the path mounted for an inactive
      period of 10 minutes, after which it dismounts the path name.

    3.TCPIP> MOUNT DNFS4: /HOST="sigma" /PATH="/usr" -
      _TCPIP> /BACKGROUND=(DEL:00:01:00,RET:20) /RETRIES=4

      Attempts to mount the /usr file system. If it cannot, it waits
      1 minute and retries the connection up to 20 times.

    4.TCPIP> MOUNT DNFS5:[USERS.MNT] /HOST="sigma" /PATH="/usr"
      %DNFSMOUNT-S-MOUNTED, /usr mounted on _DNFS5:[USERS.MNT]

      TCPIP> MOUNT DNFS5:[USERS.MNT] /HOST="sigma" /PATH="/usr/users" /FORCE
      %DNFSMOUNT-S-REMOUNTED, _DNFS5:[USERS.MNT] remounted as /usr/users on SIGMA

      Specifies a lower level in the NFS server path with the second
      mount. This constitutes another path name and qualifies for an
      overmount.

    5.TCPIP> MOUNT DNFS22:[USERS.SMITH.MNT] /HOST="sigma" /PATH="/usr"
      %DNFSMOUNT-S-MOUNTED, /usr mounted on _DNFS22:[USERS.SMITH.MNT]

      TCPIP> MOUNT DNFS22:[USERS.SMITH] /HOST="sigma" /PATH="/usr" /FORCE
      %DNFSMOUNT-S-MOUNTED, /usr mounted on _DFS22:[USERS.SMITH]
      %TCPIP-I-OCCLUDED, previous contents of _DNFS22:[USERS.SMITH] occluded

      The /FORCE qualifier performs an occluded mount. If you issue
      the DIRECTORY command, the NFS client occludes (hides from
      view) the subdirectory dropped from the first MOUNT command.

      To make the directory visible again, either issue the SHOW
      MOUNT command (both mounts will be visible) or dismount
      DNFS22:[USERS.SMITH].

    6.TCPIP> MOUNT DNFS0: BOOK1 BEATRICE -
      _TCPIP> /PATH="/INFERNO" -
      _TCPIP> /HOST="FOO.BAR.EREWHON" -
      _TCPIP> /STRUCTURE=5 -
      _TCPIP> /SYSTEM

      Mounts path INFERNO with label BOOK1 and logical name BEATRICE.
      Specifies the volume structure as ODS-5.
Close Help