dd to floppies broken?

Leo Bicknell bicknell at ufp.org
Thu Aug 21 11:39:50 PDT 2003


In a message written on Thu, Aug 21, 2003 at 02:34:21PM -0400, Brian Reichert wrote:
>   # dd bs=8192 of=/dev/fd0 if=memtest86-2.9/precomp.bin
>   10+1 records in
>   10+1 records out
>   84480 bytes transferred in 3.775199 secs (22378 bytes/sec)

fd0 is block buffered.  Try:

dd bs=18k of=/dev/rfd0c if=memtest86-2.9/precomp.bin

I forget why, but 18k maximizes performance on (some?) floppies.

-- 
       Leo Bicknell - bicknell at ufp.org - CCIE 3440
        PGP keys at http://www.ufp.org/~bicknell/
Read TMBG List - tmbg-list-request at tmbg.org, www.tmbg.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20030821/52ead2db/attachment.bin


More information about the freebsd-hackers mailing list