PC Review


Reply
Thread Tools Rate Thread

Automatically connect to network shares & remote file storage in XP Pro SP1

 
 
Noozer
Guest
Posts: n/a
 
      3rd May 2004
Hi!

Two quick (I hope) questions...

I have a number of network shares and when I start my PC I want to
automatically be connected to them ASAP. Currently, my PC starts and
Windows Explorer shows the drives as disconnected. A number of utilities
that run at startup do not see the drives since they are disconnected.
Another affect of this is errors when running InstallShield based
installers. "My Documents" is mapped to the O: drive. Since O: doesn't mount
until I open the O: drive, any install I try fails because the install
software says "O:" is invalid.

How can I have my drives mapped and automatically mounted at boot so I never
see the disconnected icon and my utilities and installers work properly?

The second question I have is about mapping drives to space other than a
local drive or network share. In the WinXP network drive window there is a
link mentioning "online storage." Is it possible to mount a drive to a
folder on an FTP site or other remote PC? Can this folder be used like any
other network share or local drive?

Thanks!


 
Reply With Quote
 
 
 
 
Andrew Camfield
Guest
Posts: n/a
 
      3rd May 2004
"Noozer" <postmaster@127.0.0.1> wrote in message news:<f3mlc.334246$Pk3.28568@pd7tw1no>...
> Hi!
>
> Two quick (I hope) questions...
>snip<


> that run at startup do not see the drives since they are disconnected.


write a batch file using "net use" command and run it before any of
your
other stuff. I'll leave it to you to decide the best way to do that.

Also, be aware that automatic shares are a bad idea unless you are
behind an
industrial strength firewall and you and your share mates have updated
AV software installed.

>
> The second question I have is about mapping drives to space other than a
> local drive or network share. In the WinXP network drive window there is a
> link mentioning "online storage." Is it possible to mount a drive to a
> folder on an FTP site or other remote PC? Can this folder be used like any
> other network share or local drive?


There may be a way to do this, but I'm not aware of it. MS networking
stuff is very dependent on Primay and Secondary Domain Controller. If
your target doesn't exist within your domain, you probably can't map
it.

Old Linux guy trying to answer questions ignored by MSVP's.

Later.
 
Reply With Quote
 
Noozer
Guest
Posts: n/a
 
      3rd May 2004
> > Two quick (I hope) questions...
> >snip<

>
> > that run at startup do not see the drives since they are disconnected.

>
> write a batch file using "net use" command and run it before any of
> your other stuff. I'll leave it to you to decide the best way to do that.


Sounds simple enough...

> Also, be aware that automatic shares are a bad idea unless you are
> behind an industrial strength firewall and you and your share mates
> have updated AV software installed.


Not a big LAN at all, firewalled, AV everyplace... Automatic shares won't
add any extra risk here.

> > The second question I have is about mapping drives to space other than a
> > local drive or network share. In the WinXP network drive window there is

a
> > link mentioning "online storage." Is it possible to mount a drive to a
> > folder on an FTP site or other remote PC? Can this folder be used like

any
> > other network share or local drive?

>
> There may be a way to do this, but I'm not aware of it. MS networking
> stuff is very dependent on Primay and Secondary Domain Controller. If
> your target doesn't exist within your domain, you probably can't map
> it.


Just a workgroup here, no domain (yet). I'm just trying to find an easy way
to edit and maintain files from a number of different locations. Mapping
drives to a single, accessible machine from all my sites would make it
easier. Currently I just TermServe into the main machine and edit what I
have to that way.

> Old Linux guy trying to answer questions ignored by MSVP's.


LOL! One of these days I'm going to actually have time to get a Linux system
running AND understand why/how at the same time. Fedora has got me
tempted... just need to find somethat that supports the i875 chipset so I
can get AGP acceleration! (Not Suse 9.1 or Mandrake 9.?)

Thanks!


 
Reply With Quote
 
David Candy
Guest
Posts: n/a
 
      3rd May 2004
Why are you removing information. What are you trying to hide. If you want to snip go
elsewhere.

--
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Andrew Camfield" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> "Noozer" <postmaster@127.0.0.1> wrote in message news:<f3mlc.334246$Pk3.28568@pd7tw1no>...
> > Hi!
> >
> > Two quick (I hope) questions...
> >snip<

>
> > that run at startup do not see the drives since they are disconnected.

>
> write a batch file using "net use" command and run it before any of
> your
> other stuff. I'll leave it to you to decide the best way to do that.
>
> Also, be aware that automatic shares are a bad idea unless you are
> behind an
> industrial strength firewall and you and your share mates have updated
> AV software installed.
>
> >
> > The second question I have is about mapping drives to space other than a
> > local drive or network share. In the WinXP network drive window there is a
> > link mentioning "online storage." Is it possible to mount a drive to a
> > folder on an FTP site or other remote PC? Can this folder be used like any
> > other network share or local drive?

>
> There may be a way to do this, but I'm not aware of it. MS networking
> stuff is very dependent on Primay and Secondary Domain Controller. If
> your target doesn't exist within your domain, you probably can't map
> it.
>
> Old Linux guy trying to answer questions ignored by MSVP's.
>
> Later.

 
Reply With Quote
 
Noozer
Guest
Posts: n/a
 
      3rd May 2004

"David Candy" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
Why are you removing information. What are you trying to hide. If you want
to snip go
elsewhere.

What's your problem?

Snip the irrelevant stuff and answer the questions. Sounds right to me.

If you want to see the whole message, just read the original post.


 
Reply With Quote
 
David Candy
Guest
Posts: n/a
 
      3rd May 2004
And how do I do that. You leave stuff in so people can read it. Otherwise why quote anything.

--
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Noozer" <postmaster@127.0.0.1> wrote in message news:Zvwlc.357620$Ig.239548@pd7tw2no...
>
> "David Candy" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> Why are you removing information. What are you trying to hide. If you want
> to snip go
> elsewhere.
>
> What's your problem?
>
> Snip the irrelevant stuff and answer the questions. Sounds right to me.
>
> If you want to see the whole message, just read the original post.
>
>

 
Reply With Quote
 
Andrew Camfield
Guest
Posts: n/a
 
      5th May 2004
"David Candy" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> And how do I do that. You leave stuff in so people can read it.
> Otherwise why quote anything.
>SNIP<


One snips to save bandwidth and time. If you had been on the
internet for more than a week, you would know that.

Try something other than Outlook Express for a newsreader and
maybe you'll understand the process.

You won't get as many worms, either.

Later.
 
Reply With Quote
 
David Candy
Guest
Posts: n/a
 
      6th May 2004
You snip so people can't check the questioso can't check your answer. Liars like you make me sick.

--
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Andrew Camfield" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> "David Candy" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> > And how do I do that. You leave stuff in so people can read it.
> > Otherwise why quote anything.
> >SNIP<

>
> One snips to save bandwidth and time. If you had been on the
> internet for more than a week, you would know that.
>
> Try something other than Outlook Express for a newsreader and
> maybe you'll understand the process.
>
> You won't get as many worms, either.
>
> Later.

 
Reply With Quote
 
Andrew Camfield
Guest
Posts: n/a
 
      6th May 2004
"David Candy" <(E-Mail Removed)> wrote in message
news:<#(E-Mail Removed)>...
>SNIP<SNIP<SNIP<


Dude, you're just showing how ignorant _and_ stupid you are.

I don't care what you think. I hope I make you so sick, you'll do some
reading and educate yourself. If there is anything else I can do to
**** you off, please let me know.

Later.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot Connect to Network $ Shares =?Utf-8?B?RVNILVRlY2g=?= Windows Vista Networking 5 15th Jun 2006 02:59 AM
storage of credentials for network shares =?Utf-8?B?Y2FzdG9ydHJveQ==?= Windows XP Networking 2 7th Jun 2006 04:41 PM
Not Enough Server Storage - No Permissioins to Access Network Shares Beau Schutz Windows XP Networking 1 28th Jan 2005 01:24 AM
Can't Connect to Network Shares Jason Microsoft Windows 2000 Active Directory 4 29th Dec 2003 07:34 AM
How to connect to shares from remote client Newbie Microsoft Windows 2000 Networking 2 11th Sep 2003 07:49 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:06 AM.