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
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