I've read every message in this thread and have one question.
Does it matter what block size is used with the dd command? I
know you should use the same size when writing the floppy that
you used when creating the image.
I'd probably use 1440k because it's the size of the floppy but
I'd still like to know if it matters.
--Juan
Write a wise saying and your name will live forever.
-- Anonymous
On Wed, 19 Apr 2000, Anthony E. Greene wrote:
> Date: Wed, 19 Apr 2000 20:08:53 +0200
> From: Anthony E. Greene <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: How to copy floppy disks.
> Resent-Date: 20 Apr 2000 13:27:18 -0000
> Resent-From: [EMAIL PROTECTED]
> Resent-cc: recipient list not shown: ;
>
> "Manuel A. Camacho Q." wrote:
> > I know this must be a simple one, but got no idea. How can I copy floppy
> > disks on a single disk drive unit? (from the shell prompt)
>
> There may be something like DOS's diskcopy, but this will work too:
>
> (insert source disk)
> mount /dev/fd0
> dd if=/dev/fd0 of=somefile bs=1440k
> umount /dev/fd0
>
> (insert destination disk)
> mount /dev/fd0
> dd if=somefile of=/dev/fd0 bs=1440k
>
> --
> Anthony E. Greene <[EMAIL PROTECTED]>
> Homepage & PGP Key <http://www.pobox.com/~agreene/>
> Linux: The choice of a GNU Generation.
>
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
>
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.