Re: burn floppy img file to CD help

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Shawn Badger
Date:  
To: Main PLUG discussion list
Subject: Re: burn floppy img file to CD help
Thanks for pointing me in the right direction!!
For everybody else this is how I created the driver disk onto a CD:

mount -o loop,ro /disk.img /mnt/temp-floppy
mkisofs -o /path/cd.iso /mnt/temp-floppy
cdrecord dev=0,3,0 speed=12 blank=fast -pad -v -eject /path/cd.iso



On Tue, 2006-11-07 at 19:20 -0700, Craig White wrote:
> On Tue, 2006-11-07 at 22:47 +0000, Shawn Badger wrote:
> > I have a driver update disk for a server that is a floppy img file. The
> > problem is that the server doesn't have a floppy. How can I convert this
> > to an iso file, or get it to burn on a cd?
> >
> > BTW, it doesn't need to be a bootable image.
> ----
> man mkisofs
>
> Craig
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss