.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	winpath		plan9path
.PP
.I Drive
is an MSDOS  drive letter where the
share is conventially mounted on windows clients,
.I plan9path
is the mountpoint of the share in your plan9 namespace
.I winpath
is the UNC path of the share.
Lines starting with a hash ignored.
.LP
Example:
.EX
        #drive    winpath          plan9path
        m:        \\server\\share    /n/server-share
.EE 
.SH "SEE ALSO"
.IR dos (1)
