Mapped Drives: Failed to Reconnect at Boot-up
#1
Posted 14 June 2004 - 04:12 AM
Basically, mapped drives fail to reconnect when the machine boots up, BUT they reconnect fine the minute you open explorer and open the drive; thus, it is not a password issue or a permissions issue. The machine CAN access the mapped drives without problem, but it fails to reconnect them during the boot process.
My only guess is that the order of things as they load is causing a problem; i.e. if the drivers for the NIC load after the attempt to reconnect the drives, obviously this would cause a failure. However, I do not know how to control the boot order of such things, so I have not been able to test my theory.
The systems are all Windows XP Professional.
Thanks for any advice or hints
#2
Posted 17 June 2004 - 04:29 AM
Unfortunately, the problem persists. It certainly seems like this should have solved it, but alas, no such luck.
#3
Posted 16 July 2004 - 12:52 AM
The clients and the file server are all Dell Dimensions with XP Professional SP1. They all run Norton Anti Virus 2003 and Zone Alarm 4.5. Windows firewall is turned off. I've made the change AlecStaar suggested in GPEDIT.MSC with no success. I've shut off NAV and ZA and rebooted with no success.
Other possibly useful information. The Windows 98 and Windows 2000 systems work fine. They reconnect automatically after a reboot or shutdown. Also, a third Dell Dimension XP Professional SP1 works fine, so I don't think the problem is at the file server end. Any ideas or suggestions would be appreciated.
Jeff
#5
Posted 16 July 2004 - 07:55 PM
Jeff
#7
Posted 09 August 2004 - 10:02 AM
Anyone solved the problem yet?
#8
Posted 08 September 2004 - 11:31 PM
YES! YES! I have the same problem. Any backup or other software can not access mapped network drives on a peer to peer network backup storage server (NAS) in Win XP Pro SP2 after bootup, UNLESS you click on the mapped network drive first via Windows Explorer.
The 2 separate network drives seem to be connected, as they do NOT have a red x through them, but any software (e.g. backup software, any software that has to access data on the network drive) does not see either drive until it is toggled on via Windows Explorer.
I have made sure the connect at startup box is checked is enabled, tried the run:..../persistent switch that someone posted to keep the drives connected, but nothing works. Microsoft does not seem to have a solution on their site that I can find.
This is a VERY COMMON problem. Surely someone has a solution?
Help!
George
#9
Posted 13 September 2004 - 05:06 PM
net use LPT1: \\printserver\remoteport
The port is mapping easly with no problems no matter which kind of network protocols is used - IP adress ( for instance \\192.168.0.100\remoteport) or NetBIOS like above. Everything works OK...until the system is rebooted. After the reboot when using net use in console I see that the mapped port is not responding (by the way all mapped drives have OK status anyway :D) The question is following. How could I unload the mapped port like LPT1: using console commands? I'm just gonna force this kind of "disconneting" of LPT1: during the shutdown of the system and from the other hand always connect the port using net use when the system is booting up. Looks kinda funny but gonna work I hope if there's a way to dismount the mapped port.
#10
Posted 13 September 2004 - 06:12 PM
net use LPT1 \\printserver\port /delete
net use LPT1 \\printserver\port
Run that each logon... Not necessarily clean or perfect, but it should work.
#11
Posted 13 September 2004 - 06:14 PM
I have a user running XP Pro that when ever she turns the PC on from a cold boot or even a restart for that matter one of her 4 network drives are not connecting. But when she logs off and back on again her missing drive returns.
Not sure if this is happening to anyone else but if you can give me some pointers I'd appreciate it.
#12
Posted 13 September 2004 - 07:05 PM
#14
Posted 15 September 2004 - 08:44 PM
net use LPT1: /delete say (1)
but the second one
net use LPT1 \\printserver\port say (2)
is OK
Then. The trouble is when I used the batch in a single file during startup it didn't work. But when I had divided it in two that was a success. I run first batch (1) during the startup (as a scheduled task). Second batch (2) is started on logon (same way). May be it's enough to run a single batch just on logon but I didn't try cos was rather sutisfied with the result. Why is it so complicated? We should remember that in case of the port mapping on XP it's a usual thing when the mapped port LPT goes to "disconnected" status after a certain time of inactivity (when there's no printjobs). The same thing happens when you start up the system - the default status of LPT just after the system is loaded is "disconnected". And it's impossible to reconnect LPT making a printjob - it remains notresponding. The only way to solve the problem is to run those two commands on startup and logon and say "refresh" the connection of the mapped port starting it just before you gonna print using mapped LPT if it's in a "disconnected" status (you can monitor that using net use).
#17
Posted 27 September 2004 - 05:40 AM
I have ran into this problem at work. The solution I use is to make a batch file and put it into the startup folder.
The batch file should read something like this.
net use G: /DELETE
net use I: /DELETE
net use J: /DELETE
net use K: /DELETE
net use G: \\"path"\"path"
net use I: \\"path"\"path"
net use J: \\"path"\"path"
net use K: \\"path"\"path"
Replace "path" with your actual drivepaths of course and remove the quotes.
Hopes this helps...
#18
Posted 27 September 2004 - 05:53 PM
I have ran into this problem at work. The solution I use is to make a batch file and put it into the startup folder.
The batch file should read something like this.
net use G: /DELETE
net use I: /DELETE
net use J: /DELETE
net use K: /DELETE
net use G: \\"path"\"path"
net use I: \\"path"\"path"
net use J: \\"path"\"path"
net use K: \\"path"\"path"
Replace "path" with your actual drivepaths of course and remove the quotes.
Hopes this helps...
If you want to keep just a single file of that (so it is easier to maintain and make changes) you could just use that as a logon script.
#19
Posted 26 January 2005 - 02:38 AM
See http://support.microsoft.com/default.aspx?scid=kb;en-us;330519
#20
Posted 02 February 2005 - 08:04 PM
I have a user running XP Pro that when ever she turns the PC on from a cold boot or even a restart for that matter one of her 4 network drives are not connecting. But when she logs off and back on again her missing drive returns.
Not sure if this is happening to anyone else but if you can give me some pointers I'd appreciate it.
I am having a problem VERY similar to this. When my client logs in (either from a cold boot or restart) NONE of her network drives are being mapped. When she logs off and back on ALL drives appear as normal.
When logged in from cold boot or restart, I can go the the domain controller NETLOGON share and run the login script and it runs just fine and all drives appear normally.
For the time being I placed a shortcut to the login script in her startup folder but this is not a good solution as this client has a laptop and is not always connected to the network.
Does anyone have a "clean" fix for this issue?
- Windows XP Pro SP2
- XP Firewall is DISABLED via Group Policy
- Client has Local Admin rights to PC
Any thoughts or suggestions would be greatly appreciated
Thanks!
Rusty

Help










