On 2015-01-08 11:07, Sampsa Laine wrote:
Guys,
Just for fun I thought I'd like to attach a virtual RX02 drive to GORVAX (it's
running SIMH).
Any of you guys know of the correct dd parameters to use to create a blank disk image?
If you want to be really sure, look up the documentation, but unless I remember wrong,
it's 256K, so you'd do:
dd if=/dev/zero of=floppy bs=1024 count=256
as one example.
Johnny
Show replies by date