I'm new to UNIX.
I'm trying to make backup copies of my UNIX floppy disks.
I tried DOS DISKCOPY, but that was useless.
Is there anyway to copy these disks? I would prefer to use a DOS method.
Thanks
I'm new to UNIX.
I'm trying to make backup copies of my UNIX floppy disks.
I tried DOS DISKCOPY, but that was useless.
Is there anyway to copy these disks? I would prefer to use a DOS method.
Thanks
>
>I'm new to UNIX.
>I'm trying to make backup copies of my UNIX floppy disks.
>
>I tried DOS DISKCOPY, but that was useless.
>
>Is there anyway to copy these disks? I would prefer to use a DOS method.
>
you can do this using the dd command in two steps:
- first create an image of your floppy with
dd if=YOUR_FLOPPY_DRIVE of=ANY_FILE_NAME bs=18k
- then copy the image to a different floppy with
dd if=ANY_FILE_NAME of=YOUR_FLOPPY_DRIVE bs=18k
andi.
--
---------------------------------------------------------------------------
Andreas Geissler Stefan-George-Ring 23 Phone: +49 (0)89 93099-134
ComputerLinks AG D-81929 Muenchen Fax: +49 (0)89 93099-200
---------------------------------------------------------------------------
will someone show me how to do "DOS diskcopy floppy" in Solaris, esp
bootable floppy disk.
Thanks in advance.
2. Linux won't find my AHA-1522 SCSI card! DOS does.
6. please help!
9. Mac DiskCopy image on linux to disk?
10. diskcopy
11. Diskcopy
12. native SCSI diskcopy command (under Linux)