[EMAIL PROTECTED] wrote:
> 
> Hello All,
> 
> I have a somewhat dumb question, ok.
> 
> How do I get this image onto a floppy.
> 
> when I use "dd of=/dev/fd0 if=dachstein-pr4-1680.bin"
> 
> ]$ dd of=/dev/fd0u1680 if=dachstein-pr4-1680.bin
> dd: /dev/fd0u1680: Input/output error
> 19+0 records in
> 18+0 records out
> ----------------------------------
> 
> any ideas?
> 
> cheers,
> Lonnie

Never had any problems with:

superformat /dev/fd01680

then you would do:

dd if=dachstein-pr4-1680.bin of=/dev/fd01680

You dd'ed the other way round and the syntax for the floppy usually
demands specifics if it's not the standard 1440 format, like
/dev/fd01680, /dev/fd01720, etc. 


-- 
Patrick Benson
Stockholm, Sweden

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to