Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Missing Network drives
Name: louder_than_loud Date: March 20, 2006 at 05:10:53 Pacific OS: XP pro/Server 2003 CPU/Ram: intel celeron Product: HP
Comment:
I'm administrating the network at my workplace, and trying to solve a problem that is intermittent, but frustrating for the users. The problem is that sometimes (its always different students, and different machines) the student will log on but not have access to the shared drives. This problem is usually solved by logging off and logging back on. I know this is a simple solution, but when the logon times can sometimes be 2 or 3 minutes and they only have 40 minute lessons, the students and teacher get frustrated and annoyed. Can anybody suggest why this is happening? Thanks in advance.
Name: Michael J (by mjdamato) Date: March 20, 2006 at 06:54:38 Pacific
Reply:
I'm not sure what is causing that problem, but a workaround that you could do until you solve the problem is to write a script that will map the network drives. If the student logs in and the drives aren't mapped, they could simply run the script instead of logging off and back on. This assumes that the problem is not related to the users not having access to the network.
Thanks for your response. I forgot to mention that the drives are already mapped using a logon script. As a workaround I may hide a script somewhere to run when it happens.
0
Response Number 3
Name: GMacLean Date: March 20, 2006 at 08:52:06 Pacific
Reply:
You already have a hidden script at \\servername\netlogon
If the drive mappings don't change often you may want to make them persistent add persistent:yes to the script.
ie
"net use u: \\servername\%username% /persistent:yes"
Summary: we are in a 2000 server environment. some people log in only to not have their network drives visible. i am having to take PC out of Domain and put it back in. any suggestions? this is happening only ...
Summary: Hi there I am having a problem configuring my FTP server to sucessfully map another computer on my network. I have tried it using the exact network address and also using a Mapped network drive, but ...
Summary: Is there a way to schedule a maped network drive using task scheduler. For the purpose of a backup schedule, I only want to map a network drive two days out of the week. I hope that this is possible...