Mapping

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?
 
D

Dusty Harper {MS}

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
 
D

Dean

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top