Mounting a CMS minidisk on *IX
Examples
- When the minidisk is protected by link passwords,
mdiskpw= specifies
the minidisk's read-write password.
(If the ro parameter is used, use the read-only password.)
- To work with text files that can be used from both CMS and
*IX:
mountpw
hostname:jake.191,mdiskpw=mypass
mount -o soft,rw
hostname:jake.191,rw,lines=nl,trans=yes
/home/jake/m191
- To use a minidisk as a repository for binary files:
mountpw
hostname:jake.191,mdiskpw=mypass
mount -o soft,rw
hostname:jake.191,rw,lines=none,trans=no
/home/jake/m191
- When the disk is protected by an External Security Manager (ESM)
such as RACF/VM, password= specifies
the logon password for the VM user ID specified on
userid=.
- To work with text files that can be used from both CMS and
*IX:
mountpw
hostname:jake.191,userid=elwood,password=mypass
mount
-o soft,rw
hostname:jake.191,rw,lines=nl,trans=yes
/home/jake/m191
- To use a minidisk as a repository for binary files:
mountpw
hostname:jake.191,userid=elwood,password=mypass
mount -o soft,rw
hostname:jake.191,rw,lines=none,trans=no
/home/jake/m191
Hints and Tips
Please write to
Mary Ellen Carollo,
maryelln@us.ibm.com,
if you have comments on these instructions.
Return to the main
z/VM TCP/IP NFS Server Support page.
|