944,183 Members | Top Members by Rank

  • Networking Discussion Thread
  • Unsolved
  • Views: 3777
  • Networking RSS
Jan 21st, 2005
0

Help on dedicated network drive please.

Expand Post »
Wotcha, folks.

My first post, so please bear with me - I tend to ramble.

I've just set up a small network at work. 2 XP machines sharing a folder - no problems. I used the HomePlug network thingy here.

I want to write a small Visual Basic program that will share and update data accross this network.

The problem is, is that I can't figure out where to locate the data. The shared folder is located here:

//user/shared folder

....but that doesn't help when I want to load or save data to a specific place.

Is there a way I can dedicate a harddrive or a standalone machine to act as a server - and then refer to it as Z:? So that regardless of which networked machine you're at, saving data to Z: will always direct to that specific location / drive?

I hope this makes sense. As i say, i do tend to ramble when I'm confused.

Any way, look forward to any help that might pass this way.

Thanks for listening.


Jack.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
JacktheNoob is offline Offline
3 posts
since Jan 2005
Jan 22nd, 2005
0

Re: Help on dedicated network drive please.

Quote originally posted by JacktheNoob ...
Wotcha, folks.

My first post, so please bear with me - I tend to ramble.

I've just set up a small network at work. 2 XP machines sharing a folder - no problems. I used the HomePlug network thingy here.

I want to write a small Visual Basic program that will share and update data accross this network.

The problem is, is that I can't figure out where to locate the data. The shared folder is located here:

//user/shared folder

....but that doesn't help when I want to load or save data to a specific place.

Is there a way I can dedicate a harddrive or a standalone machine to act as a server - and then refer to it as Z:? So that regardless of which networked machine you're at, saving data to Z: will always direct to that specific location / drive?

I hope this makes sense. As i say, i do tend to ramble when I'm confused.

Any way, look forward to any help that might pass this way.

Thanks for listening.


Jack.
You should be able to map the shared folder to a designated drive. Try the following:
  1. Go to start, choose run, type in \\user\sharedfolder, hit return. A window to your shared folder will pop up.
  2. go to "Tools", choose map network drive.
  3. Enter \\user\sharedfolder in the blank for folder
  4. Ensure 'reconnect at logon' is checked
  5. Continue through the drive map wizard.
  6. Enjoy your network!
On a side note, I have problems on my 7 person LAN with people disconnecting their drives (deteting them because they are silly) so I've come up with a batch script that remaps network drives for me. I'll post it here for you to use. I drop it into startup and then it will detach and remap any drives that I need people to have access to. It's pretty simple and has worked for about 2 years now. Enjoy!

rem **********************************************
rem *		 Please Wait............		 *
rem *		 Setting Up Network Drives.		*
rem *											*
rem **********************************************
rem
rem
@Echo Off
net use h: /d
net use h: \\computer\share1\here
net use s: /d
net use s: \\computer\share2\here


Hopefully that will help you out.
TKS
Reputation Points: 108
Solved Threads: 18
Posting Pro in Training
TKS is offline Offline
470 posts
since Jan 2004
Jan 22nd, 2005
0

Re: Help on dedicated network drive please.

having had persistent drive mapping problems in the past too, I am stealing that snippet! Thanks TKS!
Reputation Points: 13
Solved Threads: 3
Junior Poster
w1r3sp33d is offline Offline
186 posts
since Dec 2004
Jan 25th, 2005
0

Re: Help on dedicated network drive please.

TKS - you are a life-saver, mate.

That did the job fantastically, just what I was after.

Again - thanks.

Jack.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
JacktheNoob is offline Offline
3 posts
since Jan 2005
Jan 25th, 2005
0

Re: Help on dedicated network drive please.

NP Jack!

Let us here at Daniweb know if we can help you out with anything else!
TKS
Reputation Points: 108
Solved Threads: 18
Posting Pro in Training
TKS is offline Offline
470 posts
since Jan 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Networking Forum Timeline: Confusing network Problem
Next Thread in Networking Forum Timeline: What is CANA Certification?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC