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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DD Command 1

Status
Not open for further replies.

likelylad

IS-IT--Management
Jul 4, 2002
388
GB
I am completely new to Linux, so please pardon my ignorance on the subject.

I am trying to make an exact copy of a Windows formatted 1.44 HD (High Density) floppy disk. From what I have read the DD command in Linux will do the job for me.

I am trying to make an exact copy from 1 floppy disk to another floppy disk.
The floppy disk drives are USB one's.

Once I put the disks into the drives, they are showing up in:
/media/BOOTDISK and /media/disk

I have tried the following comand
dd if=/media/BOOTDISK of=/media/disk

but absolutely nothing happens, it just says "/media/disk exists
 
Have you looked at the manual page by running 'man dd'? Also, you could google 'linux dd'.

I don't know the exact details for linux, but your 'if' and 'of' parameters should be raw device names, something like '/dev/fd0'.

Do a directory listing of your /dev directory to see what your raw device names are.

 
Was able to solve the issue

I ran the mount command to see the list of devices.

I then unmounted both drives

I then ran the dd command using the device names.
 
Nice job figuring it out!

Thanks for posting your solution!

Code what you mean,
and mean what you code!
But by all means post your code!

Razalas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top