[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Er...how to dd disk image to floppy.



On Fri, 3 Mar 2000, Barrie Bremner wrote:

>  I`m trying to get a disk image from my Redhat 6.1 CD
> (/mnt/cdrom/images/bootnet.img) to a floppy to boot with to install via
> ftp.
> 
>  Unfortunately, I can`t figure out how to use dd properly...nothing
> seems to work.

The dd program is one of those little utils that you can never get right at
first.  Like tar.  Anyway, the usual form is like:

dd if=<infile> of=<outfile> bs=512

To dump a file somewhere else.  In this case, you'd want something like:

dd if=/mnt/cdrom/images/bootnet.img of=/dev/fd0 bs=512

Which will dump the appropriate sort of things to floppy for you.


-- 
-----------------------------------------------------------------------
#include <disclaimer.h>
Matthew Palmer
mjp16@uow.edu.au

---------------------------------------------------------------------
Sheffield Linux User's Group - http://www.sheflug.co.uk
To unsubscribe from this list send mail to
- <sheflug-request [at] vuw.ac.nz> - with the word 
 "unsubscribe" in the body of the message. 

  GNU the choice of a complete generation.