Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
creating image file using dd.exe
Name: JimmyK Date: February 27, 2002 at 07:12:56 Pacific
Comment:
I need to create an image file of floppy disk using dd.exe Inexperience with DOS commands so complete procedure would be needed. Thanks in advance for any help offered.
Name: jimmyK Date: February 27, 2002 at 14:56:09 Pacific
Reply:
I found the command to create the image file but I need to create it in a different directory. I used dd a: cdboot.img which creates the image file on the floppy and then runs out of space. Does anyone know the command to create the image from the floppy and set the destination to the c drive. Thanks in advance.
0
Response Number 2
Name: ... Date: February 28, 2002 at 14:59:31 Pacific
Reply:
Try DD A: C:\Directory Name\FILE.IMG or DD A: FILE.IMG C:\Directory Name
Change C:\Directory Name to target directory, and name file whatever you want.
Summary: If you mean diskette image makers, there are several. One small DOS program that creates disk images that can be read by WinImage is in my Yahoo briefcase: briefcase.yahoo.com/prestonlewis dskimg.exe...
Summary: I've uploaded two tiny DOS programs to my briefcase: One program makes images from diskettes, the other writes diskettes from images. They use images files that end in the diskette size like *.720 W...
Summary: Hello, I was wondering what is the DOS command to tell Ghost to load from a .gho file to a particular partition? If i use the mode=Pload with the image file as the source it gives an error that it exp...