Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Terminal server drive share (share client drives)

Status
Not open for further replies.

k24743

Technical User
Oct 7, 2000
11
FI
I am trying to use drive share utility in windows 2000 server. I have set it up with these instructions and register looks now ok - but it´s not working. Client drivese can´t be mapped.

All help is very appreciated.

Marko
 
We had the same problem when we implemented our Terminal Servers. However, instead of using the drive share utility, we added the following lines into the login script.

net use x: /delete /yes
net use x: \\%CLIENTNAME%\a /yes

net use z: /delete /yes
net use z: \\%CLIENTNAME%\c /yes

net use y: /delete /yes
net use y: \\%CLIENTNAME%\d /yes

You have to make sure that all client drives are shared out correctly.

Floppy - share as a
Hdd - share as c
CD-Rom - share as d.

Hopefully this is of some help!

CJ

 
I´ll try that.
Thank you very much !!

Marko
 
Didn´t help.. But thanks anyway.
It won´t find client´s drives.

Marko
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top