Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mount a network drive in Dos

Status
Not open for further replies.
May 2, 2004
67
US
I have a laptop with a failing hard disk that will no longer boot into Windows XP, I've tried all the regular troubleshooting steps XP repair, recovery console, chkdsk /f, nothing has worked although if I bootup into Dos using ntfsdos I can see my files. My problem is I have a bunch of files that I need to copy before I nuke this drive, is there a way I can create a bootdisk that will let me map a network drive on my network and then copy all these files over. If not this then maybe some other similar method. Thanks if you guys know of anything or can point me in the right direction. Thanks!
 
You can, but you would need all the DOS drivers for your NIC.

It would be much simpler to just install the flaky harddrive as a slave in a working system and copy the files that way.

My favorite trick is to just unplug the cdrom drive on the good system and connect your hd with that cable. (assuming it is an ide drive)
 
Sure works fine on a desktop computer but, not that easy on a laptop as far as I know. I'm one step closer, I found out how to create a network boot disk for Dos but now I'm dealing with some other issues trying to mount a network drive in Dos. It sees the network I can ping it but it's not fully functional.
 
oops, missed that part about a notebook :)

Here is what I use for a DOS boot disk, most of the config.sys stuff is probably not required. It's been a few years since I've done much with DOS. Hope this helps, Good luck.!

Autoexec.bat
a:\net\nwlink
a:\net\net start
net use z: \\machine\share_name

config.sys
DEVICE=A:\DOS\himem.sys
DEVICE=A:\DOS\EMM386.EXE NOEMS
BUFFERS=10,0
FILES=80
DOS=UMB
LASTDRIVE=Z
FCBS=4,0
DOS=HIGH
STACKS=9,256
SHELL=A:\COMMAND.COM /P /E:1024
device=A:\NET\ifshlp.sys
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top