<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>
Date   : Mon, 06 Apr 2009 20:29:44 +0000
From   : nicolagiacobbe@... (nicola giacobbe)
Subject: FW:  Writing BBC Disc Images on Linux

>Try:
> 
> dd if=/path/to/disk/image of=/dev/<floppydevice>
> 

<floppydevice> is usually fd<number>, with fd0 being the first (and generally
only one) floppy, also it is generally useful to set the block size. The
complete command could then be:

dd if=<image filename> of=/dev/fd0 bs=512

and the command must be given with root privileges (as you are accessing
directly to the device)

..my 2 pence.


_________________________________________________________________
Show them the way! Add maps and directions to your party invites. 
http://www.microsoft.com/windows/windowslive/products/events.aspx
An HTML attachment was scrubbed...
URL: http://lists.cloud9.co.uk/pipermail/bbc-micro/attachments/20090406/d019b534/attachment.html
<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>