Help on dedicated network drive please.

Reply

Join Date: Jan 2005
Posts: 3
Reputation: JacktheNoob is an unknown quantity at this point 
Solved Threads: 0
JacktheNoob JacktheNoob is offline Offline
Newbie Poster

Help on dedicated network drive please.

 
0
  #1
Jan 21st, 2005
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.
Reply With Quote Quick reply to this message  
Join Date: Jan 2004
Posts: 468
Reputation: TKS will become famous soon enough TKS will become famous soon enough 
Solved Threads: 18
TKS's Avatar
TKS TKS is offline Offline
Posting Pro in Training

Re: Help on dedicated network drive please.

 
0
  #2
Jan 22nd, 2005
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.
My Home Away from Home: Yet Another Linux Blog
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 186
Reputation: w1r3sp33d is an unknown quantity at this point 
Solved Threads: 3
w1r3sp33d's Avatar
w1r3sp33d w1r3sp33d is offline Offline
Junior Poster

Re: Help on dedicated network drive please.

 
0
  #3
Jan 22nd, 2005
having had persistent drive mapping problems in the past too, I am stealing that snippet! Thanks TKS!
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 3
Reputation: JacktheNoob is an unknown quantity at this point 
Solved Threads: 0
JacktheNoob JacktheNoob is offline Offline
Newbie Poster

Re: Help on dedicated network drive please.

 
0
  #4
Jan 25th, 2005
TKS - you are a life-saver, mate.

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

Again - thanks.

Jack.
Reply With Quote Quick reply to this message  
Join Date: Jan 2004
Posts: 468
Reputation: TKS will become famous soon enough TKS will become famous soon enough 
Solved Threads: 18
TKS's Avatar
TKS TKS is offline Offline
Posting Pro in Training

Re: Help on dedicated network drive please.

 
0
  #5
Jan 25th, 2005
NP Jack!

Let us here at Daniweb know if we can help you out with anything else!
My Home Away from Home: Yet Another Linux Blog
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Networking Hardware Configuration Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC