[SWLUG] Discuss Digest, Vol 31, Issue 3

Phillip Evans phillip at paevans.freeserve.co.uk
Wed Mar 7 18:05:26 UTC 2007


Thanks for that Justin.

It is also a long time since I have used a floppy. I wanted to install a 
version of NetBSD out of curiosity & the install routine involved a boot 
floppy.

Phillip


discuss-request at swlug.org wrote:
> Send Discuss mailing list submissions to
> 	discuss at swlug.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://swlug.org/mailman/listinfo/discuss
> or, via email, send a message with subject or body 'help' to
> 	discuss-request at swlug.org
>
> You can reach the person managing the list at
> 	discuss-owner at swlug.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Discuss digest..."
>
>
> Today's Topics:
>
>    1. Writing image files to floppies (Phillip Evans)
>    2. Re: Writing image files to floppies (Justin Mitchell)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 04 Mar 2007 19:13:49 +0000
> From: Phillip Evans <phillip at paevans.freeserve.co.uk>
> Subject: [SWLUG] Writing image files to floppies
> To: discuss at swlug.org
> Message-ID: <45EB1A6D.9070605 at paevans.freeserve.co.uk>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Can anyone please tell me how to transfer a floppy image file, e.g. 
> boot1.fs to a floppy disk. I cannot find a reference to this anywhere.
>
> Thanks
>
> Phillip
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 04 Mar 2007 19:26:01 +0000
> From: Justin Mitchell <justin at discordia.org.uk>
> Subject: Re: [SWLUG] Writing image files to floppies
> To: discuss at swlug.org
> Message-ID:
> 	<1173036361.10972.6.camel at octavo.apathetic.discordia.org.uk>
> Content-Type: text/plain
>
> On Sun, 2007-03-04 at 19:13 +0000, Phillip Evans wrote:
>   
>> Can anyone please tell me how to transfer a floppy image file, e.g. 
>> boot1.fs to a floppy disk. I cannot find a reference to this anywhere.
>>     
>
>
> copy floppy to an image file:
> dd if=/dev/fd0 of=myfloppy.img
>
> copy image to a floppy:
> dd if=myfloppy.img of=/dev/fd0
>
> this assumes an already formated floppy (doesnt matter if its blank or
> not, it gets overwritten)
>
>
> wow, its been such a long time since ive even tried to use a floppy for
> anything :)
>
>
>
>
> ------------------------------
>
> _______________________________________________
> SWLUG Discussion List - Discuss at swlug.org
> http://swlug.org/mailman/listinfo/discuss
>
>
> End of Discuss Digest, Vol 31, Issue 3
> **************************************
>
>
>   





More information about the Swlug mailing list