| View previous topic :: View next topic |
| Author |
Message |
ev0110 Guest
|
Posted: Fri Sep 14, 2007 9:38 am Post subject: unable to find network after reboot |
|
|
Hi all.
I have manually mapped a network drive to G: \\Fs1\Server_G. I ticked the
choise "always reconnect after logon". That didn't worked. The system didn't
make the reconnection after the reboot. After every reboot
SO I created a script to run during start up in order to map a network
drive. This drive is on a server.
@echo off
net use /persistent:NO
net use G: /del /YES
net use G: \\Fs1\Server_G
net use
When i try to reboot the pc (XP PRO SP2) i get
unable to find the network connection.
And then i get the error 1231 System error.
It seems that after reboot the pc cannot find the network connection and as
a result it doesn't make the mapping
Thanks for any help |
|
| Back to top |
|
 |
Google Sponsor

|
Posted: Fri Sep 14, 2007 9:38 am Post subject: Advertisement |
|
|
|
|
| Back to top |
|
 |
Robert L [MVP - Networkin Guest
|
Posted: Fri Sep 14, 2007 4:20 pm Post subject: Re: unable to find network after reboot |
|
|
What's the system error if you do "net view \\fs1"?
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"ev0110" <ev0110@discussions.microsoft.com> wrote in message news:26E3BDAB-29B7-49BD-9D4E-6AEDEEB5DE1A@microsoft.com...
Hi all.
I have manually mapped a network drive to G: \\Fs1\Server_G. I ticked the
choise "always reconnect after logon". That didn't worked. The system didn't
make the reconnection after the reboot. After every reboot
SO I created a script to run during start up in order to map a network
drive. This drive is on a server.
@echo off
net use /persistent:NO
net use G: /del /YES
net use G: \\Fs1\Server_G
net use
When i try to reboot the pc (XP PRO SP2) i get
unable to find the network connection.
And then i get the error 1231 System error.
It seems that after reboot the pc cannot find the network connection and as
a result it doesn't make the mapping
Thanks for any help |
|
| Back to top |
|
 |
John Wunderlich Guest
|
Posted: Fri Sep 14, 2007 7:44 pm Post subject: Re: unable to find network after reboot |
|
|
=?Utf-8?B?ZXYwMTEw?= <ev0110@discussions.microsoft.com> wrote in
news:26E3BDAB-29B7-49BD-9D4E-6AEDEEB5DE1A@microsoft.com:
| Quote: | I have manually mapped a network drive to G: \\Fs1\Server_G. I
ticked the choise "always reconnect after logon". That didn't
worked. The system didn't make the reconnection after the reboot.
After every reboot
|
Is it possible that your network is a wireless network? It usually
takes about a minute or two after boot-up/login to establish a wireless
connection. It's possible that it gives up trying before then.
HTH,
John |
|
| Back to top |
|
 |
|