Mapping

  • Thread starter Thread starter Dean
  • Start date Start date
D

Dean

I have shared a directory that is 2 levels deep in my tree
tree but I can't see it when I share it. I try to map it
(with the login script and at the command line) ex:
Net use S: //server/public/vol2 but it ends up only
mapping //server/public

can you help?
 
is vol2 an actual folder underneath the public share? Or is Vol2 the name
of a shared folder?

If it is the name of a shared folder then you can just use the following:

Net USe * \\Server\Vol2

Server
C:\
Public
My Shares < ------Shared as Vol2

If it is an actual folder under the public share then this should work:
Net Use * \\Server\Public\Vol2

Server
C:\
Public
Vol2
 
Dusty - I've posted my reply but I did it as a new post
(sorry!) - can you please repsond to that? Your command
you gave me did work but it uses an * which randomly
selects a drive letter at the workstation and I want to be
able to specify a drive letter - thanks,
dean
 
Back
Top