.TH DOSMAP 6
.SH NAME
dosmap \- map Windows server shares to their conventional locations
.SH DESCRIPTION
.I Dosmap
is used by
.I dos(1)
to provides a three way mapping of mount points between
plan9 (as provided by cifs(1)), windows servers, and windows
clients.
.br
Each line in the file has the format:
.IP
.IB drive server share plan9
.PP
.I Drive
is an MSDOS drive letter and colon where this
share is conventially mounted on windows clients,
.I server
is the name of the windows server which holds this path,
.I share is the shame name on that server.
.I Plan9
is the mountpoint for this share in your plan9 namespace
Lines starting with a hash ignored.
.LP
Example:
.EX
#Drive Server Share Plan9
m: snellwilcox.local root /n/m:
.EE
.SH "SEE ALSO"
.IR dos (1)
|