On Tue, 21 May 2002, Keith Morse wrote:

> On Tue, 21 May 2002, Anand Buddhdev wrote:
> 
> > On Sun, May 19, 2002 at 04:11:03PM -0400, Michael Fratoni wrote:
> > 
> > > What .img file are you trying to use?
> > > On the CD, images/boot.img should fit with no trouble.
> > > ls -alh /mnt/cdrom/images/boot.img
> > > -rw-r--r--    2 root     root         1.4M
> > > 
> > > To use dd:
> > > dd if=/mnt/cdrom/images/boot.img of=/dev/fd0 bs=1440k
> > 
> > In the past, I have simply done:
> > 
> > cat boot.img > /dev/fd0
> > 
> > Is there anything wrong with that?

is there any possible issue here with pending writes all being
completed?  i recall, from somewhere in the distant past, that
"cp" might not guarantee all output is flushed, while dd *would*
guarantee.  or was it the other way around?  anyway, you get the
idea.  i've always used "dd" for just this (possibly bogus)
reason.

rday



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to