Mounting a CMS minidisk on Microsoft Windows®
- Optionally create an alias.
- Go to NFS Servers I Have Configured, as you did when you configured the NFS server.
- Select the host, and click on the right mouse button to obtain a list.
- Select Create Alias.
- Fill in the alias name that you want to use.
- Fill in the Path, specifying the mount operands, as shown in the examples below.
- Select OK to create the alias.
Once created, aliases are not easy to change. Make a note of the alias name and parameters you have specified. Sometimes changes are necessary, such as when you change your password. - When PCNFSD
is not available on your NFS server,
optionally enter information such as your user ID, password, and
accounting information using the MOUNTPW command.
This is discarded if not followed by a MOUNT request within 5 minutes.
- Issue the "mount".
- Go to Windows Explorer.
- On the menu bar, select Tools.
- Select Map Network Drive.
- Select or
fill in hostname\alias. (Note the backslash following
hostname.)
(If you did NOT create an alias, the information shown in the examples below can be entered following hostname\ in place of the alias.) - Select Ok.
Path Examples
- When the minidisk is protected by link passwords,
password= specifies
the minidisk's read-write password.
(If the ro parameter
is used, use the read-only password.)
- Start with one of the following samples
to work with text files that can be used from both CMS and
Windows:
jake.191,rw,lines=nl,nlvalue=0D0A,trans=yes,password=mypass - To use a minidisk as a repository for binary files:
jake.191,rw,lines=none,trans=no,password=mypass
- Start with one of the following samples
to work with text files that can be used from both CMS and
Windows:
- When the disk is protected by an External Security Manager (ESM)
such as RACF/VM, PCNFSD
is available on your NFS server, and
you have specified a VM user ID for the host
username under the security tab.
- Start with one of the following samples
to work with text files that can be used from both CMS and
Windows:
jake.191,rw,lines=nl,nlvalue=0D0A,trans=yes - To use a minidisk as a repository for binary files:
jake.191,rw,lines=none,trans=no
- Start with one of the following samples
to work with text files that can be used from both CMS and
Windows:
- When the disk is protected by an External Security Manager (ESM)
such as RACF/VM, and PCNFSD
is not available on your NFS
server, you must define a username of
NOBODY for your host.
Note that different NFS clients may have other ways of saying that PCNFSD should be bypassed. Consult your NFS client documentation for the correct values or procedures.
- Start with one of the following samples
to work with text files that can be used from both CMS and
Windows:
jake.191,rw,lines=nl,nlvalue=0D0A,trans=yes,userid=elwood, password=mypass - To use a minidisk as a repository for binary files:
jake.191,rw,lines=none,trans=no,userid=elwood,password=mypass
- Start with one of the following samples
to work with text files that can be used from both CMS and
Windows:
Hints and Tips
-
See
MOUNT command and
MOUNTPW command
for a complete syntax description.
- When PCNFSD is not available,
MOUNTPW can be used to enter authentication information
such as user ID and password separately from the
MOUNT. This is useful because some functions display the entire
MOUNT string.
-
If you want EBCDIC-ASCII translation and bytestream-to-record
translation to be done based on the value of the
file extension,
use the
lines=ext and
trans=ext
parameter.
- If the editing tool uses the line feed character to mark end-of-line,
you do not need the nlvalue= parameter.
-
The
lines,
trans, and
nlvalue
parameters are supported only on NFS servers running
at least TCP/IP level 310 for VM/ESA Version 2 Release 3.
- When a minidisk is mounted, the
VM NFS server machine LINKs to the target minidisk. If the minidisk is
linked by other CMS users, the NFS server must sometimes be told
to refresh or detach the disk.
Use the
SMSG command
to refresh or detach a link
to a CMS minidisk.
- Be careful about submitting too many MOUNT requests with an invalid password. The VM system may disable a user ID if too many attempts are made to verify a userid/password combination.
Return to the main z/VM TCP/IP NFS Server Support page.