Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2003 13:04:08 -0700
From:      "David O'Brien" <freebsd-hackers@freebsd.org>
To:        freebsd-hackers@freebsd.org
Subject:   Re: dd to floppies broken?
Message-ID:  <20030824200408.GA1576@dragon.nuxi.com>
In-Reply-To: <20030821183944.GA87316@ussenterprise.ufp.org>
References:  <20030821183421.GN85538@numachi.com> <20030821183944.GA87316@ussenterprise.ufp.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 21, 2003 at 02:39:44PM -0400, Leo Bicknell wrote:
> 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

Since FreeBSD 4.0 we haven't had block devices.  rfd0 is an alias for fd0
now.  You also don't need to specify the 'c' partition as the 'fd0' is
already the entire media device -- rather than just the FreeBSD portion
of it.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030824200408.GA1576>