Networking Forums

Networking Forums > Computer Networking > Windows Networking > Mapping to a network share

Reply
Thread Tools Display Modes

Mapping to a network share

 
 
Mark S
Guest
Posts: n/a

 
      12-17-2005, 03:43 AM
Greetings.

My network boot diskette fails to map a drive from the original server to a
network share residing on a target server. The network share on the target
server is volume F which holds many files.

From the command prompt on the original server, I performed the following
commands.
1. Running ping 64.69.53.99 was successful.
2. Running tracert 64.69.53.99 was successful.
3. Mapping to the volume failed.
net use f: \\64.69.53.99\f$
Mapping produced the message, "network path not found."

From the command prompt on my workstation, I performed the following commands.
1. Running ping 64.69.53.99 was successful.
2. Running tracert 64.69.53.99 was successful.
3. Mapping to the volume was successful.
net use f: \\64.69.53.99\f$
The mapping prompted me for a username and password. Authentication worked
and I mapped to volume F.

The static IP address on the diskette resides within the same subnet of the
target server.
Network boot diskette
IP = 64.69.53.112
NETMASK = 255.255.255.240
GATEWAY = 64.69.53.97

Target server
IP = 64.69.53.99
NETMASK = 255.255.255.240
GATEWAY = 64.69.53.97

I do not know the origin of the problem. Is there something missing?

Thanks, Mark
 
Reply With Quote
 
 
 
 
Simas Kvilius
Guest
Posts: n/a

 
      12-17-2005, 01:01 PM
If computers are connected to workgroup use identical usernames with
identical passwords on all computers to connect that share.


"Mark S" <(E-Mail Removed)> wrote in message
news:46E73B71-7B12-4BD6-9D1D-(E-Mail Removed)...
> Greetings.
>
> My network boot diskette fails to map a drive from the original server to
> a
> network share residing on a target server. The network share on the target
> server is volume F which holds many files.
>
> From the command prompt on the original server, I performed the following
> commands.
> 1. Running ping 64.69.53.99 was successful.
> 2. Running tracert 64.69.53.99 was successful.
> 3. Mapping to the volume failed.
> net use f: \\64.69.53.99\f$
> Mapping produced the message, "network path not found."
>
> From the command prompt on my workstation, I performed the following
> commands.
> 1. Running ping 64.69.53.99 was successful.
> 2. Running tracert 64.69.53.99 was successful.
> 3. Mapping to the volume was successful.
> net use f: \\64.69.53.99\f$
> The mapping prompted me for a username and password. Authentication worked
> and I mapped to volume F.
>
> The static IP address on the diskette resides within the same subnet of
> the
> target server.
> Network boot diskette
> IP = 64.69.53.112
> NETMASK = 255.255.255.240
> GATEWAY = 64.69.53.97
>
> Target server
> IP = 64.69.53.99
> NETMASK = 255.255.255.240
> GATEWAY = 64.69.53.97
>
> I do not know the origin of the problem. Is there something missing?
>
> Thanks, Mark



 
Reply With Quote
 
Mark S
Guest
Posts: n/a

 
      12-17-2005, 10:14 PM
Hello, Simas.

Thank you again for the feedback. The original server and target server do
not reside in a workgroup.

My network boot disk holds an autoexec.bat file. Autoexec.bat has a line
which maps a network drive to the administrative share, volume F. The last
item in the line is the password to the administrative share.

net use f: \\64.69.53.99\f$ password

Should the original server and target server reside in the same workgroup?

Thank you, Mark

"Simas Kvilius" wrote:

> If computers are connected to workgroup use identical usernames with
> identical passwords on all computers to connect that share.
>
>
> "Mark S" <(E-Mail Removed)> wrote in message
> news:46E73B71-7B12-4BD6-9D1D-(E-Mail Removed)...
> > Greetings.
> >
> > My network boot diskette fails to map a drive from the original server to
> > a
> > network share residing on a target server. The network share on the target
> > server is volume F which holds many files.
> >
> > From the command prompt on the original server, I performed the following
> > commands.
> > 1. Running ping 64.69.53.99 was successful.
> > 2. Running tracert 64.69.53.99 was successful.
> > 3. Mapping to the volume failed.
> > net use f: \\64.69.53.99\f$
> > Mapping produced the message, "network path not found."
> >
> > From the command prompt on my workstation, I performed the following
> > commands.
> > 1. Running ping 64.69.53.99 was successful.
> > 2. Running tracert 64.69.53.99 was successful.
> > 3. Mapping to the volume was successful.
> > net use f: \\64.69.53.99\f$
> > The mapping prompted me for a username and password. Authentication worked
> > and I mapped to volume F.
> >
> > The static IP address on the diskette resides within the same subnet of
> > the
> > target server.
> > Network boot diskette
> > IP = 64.69.53.112
> > NETMASK = 255.255.255.240
> > GATEWAY = 64.69.53.97
> >
> > Target server
> > IP = 64.69.53.99
> > NETMASK = 255.255.255.240
> > GATEWAY = 64.69.53.97
> >
> > I do not know the origin of the problem. Is there something missing?
> >
> > Thanks, Mark

>
>
>

 
Reply With Quote
 
Simas Kvilius
Guest
Posts: n/a

 
      12-18-2005, 12:10 PM
read more here: http://www.chicagotech.net/workgroupnet.htm

"Mark S" <(E-Mail Removed)> wrote in message
news:29DAA3EE-315E-41F2-91F8-(E-Mail Removed)...
> Hello, Simas.
>
> Thank you again for the feedback. The original server and target server do
> not reside in a workgroup.
>
> My network boot disk holds an autoexec.bat file. Autoexec.bat has a line
> which maps a network drive to the administrative share, volume F. The last
> item in the line is the password to the administrative share.
>
> net use f: \\64.69.53.99\f$ password
>
> Should the original server and target server reside in the same workgroup?
>
> Thank you, Mark
>
> "Simas Kvilius" wrote:
>
>> If computers are connected to workgroup use identical usernames with
>> identical passwords on all computers to connect that share.
>>
>>
>> "Mark S" <(E-Mail Removed)> wrote in message
>> news:46E73B71-7B12-4BD6-9D1D-(E-Mail Removed)...
>> > Greetings.
>> >
>> > My network boot diskette fails to map a drive from the original server
>> > to
>> > a
>> > network share residing on a target server. The network share on the
>> > target
>> > server is volume F which holds many files.
>> >
>> > From the command prompt on the original server, I performed the
>> > following
>> > commands.
>> > 1. Running ping 64.69.53.99 was successful.
>> > 2. Running tracert 64.69.53.99 was successful.
>> > 3. Mapping to the volume failed.
>> > net use f: \\64.69.53.99\f$
>> > Mapping produced the message, "network path not found."
>> >
>> > From the command prompt on my workstation, I performed the following
>> > commands.
>> > 1. Running ping 64.69.53.99 was successful.
>> > 2. Running tracert 64.69.53.99 was successful.
>> > 3. Mapping to the volume was successful.
>> > net use f: \\64.69.53.99\f$
>> > The mapping prompted me for a username and password. Authentication
>> > worked
>> > and I mapped to volume F.
>> >
>> > The static IP address on the diskette resides within the same subnet of
>> > the
>> > target server.
>> > Network boot diskette
>> > IP = 64.69.53.112
>> > NETMASK = 255.255.255.240
>> > GATEWAY = 64.69.53.97
>> >
>> > Target server
>> > IP = 64.69.53.99
>> > NETMASK = 255.255.255.240
>> > GATEWAY = 64.69.53.97
>> >
>> > I do not know the origin of the problem. Is there something missing?
>> >
>> > Thanks, Mark

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Home Directory Mapping to Share\UserName sometimes maps to Share Bill Windows Networking 3 10-16-2007 03:26 PM
Mapping a network share into a subfolder Linker3000 Home Networking 7 12-14-2005 12:23 AM
Home Drive mapping to \\server\share\folder maps to \\server\share inteltech@gmail.com Windows Networking 2 07-11-2005 05:56 PM
hidden share mapping ABQ_Me Windows Networking 2 09-08-2004 05:35 PM
Share Drive not mapping Maria Windows Networking 3 04-08-2004 02:05 PM



1 2 3 4 5 6 7 8 9 10 11