Use at a workstation to
View drive mappings
Create or change network or search drive mappings
Map a drive to a fake root directory (for applications that must use a root directory)
MAP [P | NP] [option...] drive:= [drive: | path] [/? | /VER]
Parameter |
Use to |
---|---|
(no parameter) |
View drive mappings. |
P |
Map to a physical volume. Must be listed first or second. |
NP |
Overwrite local or search drives without being prompted. Must be listed first or second. |
option |
Replace option with any available option. See MAP Options. |
drive: |
Specify the drive you want to change. |
path |
Specify the path you want to map a drive to. To map to a physical volume on a server that is not your default server, specify the entire path (including server, volume, and directory name). For example, server1/sys:account\pay (server/volume:directory\subdirectory) |
/? |
View online help. All other parameters are ignored when /? is used. |
/VER |
View the version number of the utility and the files it uses to execute. All other parameters are ignored when /VER is used. |
If you don't include drive mappings in your login script, they will have to be manually recreated each time the user logs in.
You can have up to 26 mappings, including local drives.
Search drive mappings begin with the letter Z and continue backward through the alphabet.
To map a search drive, use S and a number. (See MAP Options.)
If you don't want to overwrite existing search drives, use the INS option.
To map to the next available search drive, use S16:=.
To view mappings, enter
MAP
To map drive G: to sys:\home\jan on the current server, enter
MAP G:=SYS:\HOME\JAN
To extend the mapping for drive G: above to sys:\home\jan\ PROJECTS, type
MAP G:=PROJECTS
To map search drive 4 to PRUFROCK (server) SYS (volume) APP (directory), enter
MAP S4:=SERVER1/SYS:APP
To change Y: from a regular NetWare® drive to a search drive, enter
MAP C Y:
To delete the mapping for drive G:, enter
MAP DEL G:
To map drive F: to the dosgames volume of the games directory as a fake root, enter
MAP ROOT F:=GAMES\DOSGAMES:
To map the last possible search drive to IZARD (server) SYS (volume) PUBLIC (directory), enter
MAP S16:=IZARD/SYS:PUBLIC
To map the next available drive to z:\public\dos\app from Z:\PUBLIC, enter
MAP N DOS\APP
To map the next available drive to michel/sys:acct\old, enter
MAP N MICHEL/SYS:ACCT\OLD
To insert COUNT (server) SYS (volume) PUBLIC (directory) as a new search drive, enter
MAP INS S4:=COUNT/SYS:PUBLIC
To map to public\rpts under Volume object SYS.ACCOUNTING.ACME.US from the root, enter
MAP H:=.SYS.ACCOUNTING.ACME.US:PUBLIC\RPTS
Topic |
See |
---|---|
Creating login scripts |
|
Using Directory Map objects |
|