This command allows you to redirect a drive to a directory on a NetWare file server, delete a mapped drive, or view your current drive mappings.
$TNHOME/usr/lib/pcbin
To map a local drive to a directory on a server:
map [option...] drive: server/volume:[\\directory]
To delete a mapped drive:
map DEL drive:
To show mapped drives:
map [drive:]
(no options) |
Show all mapped drives. |
option |
Specify one of the following: ROOT -- Map a drive to a fake root directory on the server. INSert[=n] -- Change search drive mappings. |
drive |
Specify a local drive. |
server |
Specify the name of the NetWare server. |
volume |
Specify the volume on the server to which you want to map. |
directory |
Specify the path under volume to which you want to map. |
Use the following command to show all mapped drives:
map
Use the following command to map the E drive to a fake root directory on server tongue and volume cheek:
map ROOT E: tongue/cheek:
Use the following command to change the search drive mappings for the F drive on server tooth and volume claw:
map INSert F: tooth/claw: Use the following command to map the G drive to the directory force/field on volume five of server jet: map G: jet/five:\\force/field |