Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > PC Technology Zone > Computer Networking & Internet Access » how to map drive in client server env.
Closed Thread
Old 11-05-2004, 07:32 AM   #1 (permalink)
 
Super Techie

Join Date: Feb 2004

Posts: 442

linux1880 is on a distinguished road

Send a message via Yahoo to linux1880
Default how to map drive in client server env.

I am using win2k and like to map a drive..i know how to map but how can i put the folder in map drive?

Is that SYSVOL the default folder...How can i find it's location? Can some1 help me plz?
linux1880 is offline  
Old 11-05-2004, 11:08 AM   #2 (permalink)
 
Master Techie

Join Date: Oct 2003

Posts: 2,258

Inaris

Default

not sure I understand the questions. Can you explain a bit more what it is you want?

The default shares for win2k are C$, ADMIN$, IPC$. You have to connect to a valid share when mapping a drive. So if you are wanting to read the documents and settings folder on machine "computer1" then you would map \\computer1\C$\Documents and settings to what ever drive letter you wanted.
The ADMIN$ is the WINROOT folder. Either winnt or Windows, depending on the system config. The IPC share is used for remote interfaces, WMI, regedit and a few others.

hope that helps.
Inaris is offline  
Old 11-05-2004, 12:28 PM   #3 (permalink)
 
Super Techie

Join Date: Feb 2004

Posts: 442

linux1880 is on a distinguished road

Send a message via Yahoo to linux1880
Default

Thanks inaris i did it and another problem came. I mapped the drive and I can see them on the server but not on the clients. Should it not happen automatically in client side? or do i have to do them manually. Clients OS are win2k professional
linux1880 is offline  
Old 11-05-2004, 02:02 PM   #4 (permalink)
 
Super Techie

Join Date: Feb 2004

Posts: 442

linux1880 is on a distinguished road

Send a message via Yahoo to linux1880
Default

another question iam admin myself and my server is not allowing me to access IPC$ , why?
linux1880 is offline  
Old 11-05-2004, 02:57 PM   #5 (permalink)
 
Master Techie

Join Date: Oct 2003

Posts: 2,258

Inaris

Default

ok, I need you to explain in detail what you want to do. Are you wanting a login script or somthing to do this automatically?

The IPC$ share is used by the local admin accounts to allow applications to read informatino from the computer. it's not something that you can use. That is what C$ is for.
Inaris is offline  
Old 11-05-2004, 08:39 PM   #6 (permalink)
 
Master Techie

Join Date: Feb 2004

Posts: 2,148

Win2kpatcher is on a distinguished road

Send a message via AIM to Win2kpatcher
Default

I too am not positive what the ultimate goal is here. If you need to map client drives you can write a basic logon script to do this for you. Just use notepad to create it. Open a blank notepad document and write this

net use G: \\nameofserver\share
net use H: \\nameofserver\share


You get the picture then save it and rename the file extension to .bat and now you have a logon script. Place it in the "netlogon" folder of your AD server and set the user profiles to point to this logon script....
Win2kpatcher is offline  
Old 11-06-2004, 07:04 AM   #7 (permalink)
 
Super Techie

Join Date: Feb 2004

Posts: 442

linux1880 is on a distinguished road

Send a message via Yahoo to linux1880
Default

thank you so much win2k patcher. That was what i wanted. But sorry for another question again...how do i point the logon script in user profile? file path ...?

cheers.
linux1880 is offline  
Old 11-06-2004, 10:41 AM   #8 (permalink)
 
Master Techie

Join Date: Oct 2003

Posts: 2,258

Inaris

Default

are you running a Domain? Logon scripts really don't work well in workgroups cause there is no central server.
for workgroup - you can put it in the all users startup forlder if you so desire. That would do it for everyone then..
Inaris is offline  
Old 11-06-2004, 12:56 PM   #9 (permalink)
 
Super Techie

Join Date: Feb 2004

Posts: 442

linux1880 is on a distinguished road

Send a message via Yahoo to linux1880
Default

No sir, I have a proper domain. I set it up from AD in win2kserver. I have mapped the drives in server itself. Just looking a way to access them through clients. I needed logon scripts. Which I got above. I have saved the required script in 'NETLOGON; folder.

Now I know i have to write something in user profile so that they can access the mapped drive from the clients machine.. What do i write in the user profile box .
Ican see

profile path:

logon script:

How do I fill in those box ? thanks in advance inaris.
linux1880 is offline  
Old 11-06-2004, 02:26 PM   #10 (permalink)
 
Master Techie

Join Date: Oct 2003

Posts: 2,258

Inaris

Default

you enter the file name and location in the logon script field. The profile path is if you want to do roaming profiles so you would thne have a store on a server where you would place that. works great in small networks, but if you have to be on a remote, it get sluggish...
are the boxes greyed out or something?
let me rephrase the above... It's been a while for AD for me, so maybe someone else might know better, but in the NT4 env we currently work in, that is what we do. Man, I need to refresh my AD skills. :/
Inaris is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On