[wellylug] turn UDF cd into normal ISO9660 cd

Rob Stockley mowgli at clear.net.nz
Wed Oct 8 21:44:23 NZDT 2003


On Thu, 2003-10-09 at 10:29, Ilia Pavlenko wrote:
> Greetings
> 
> First time I've encountered such a problem...
> 
> I've downloaded a cd-image of DYNEBOLIC Linux (Cd-based linux, like knoppix etc, but claims to be
> multimedia-orented).
> 
> This "iso-file" is turned out to be an image of UDF-type cdrom (UDF is a
> filesystem used by ADAPTEC DIRECT-CD and such, to be able to use your CDRW
> as floppy - write, delete, write again...). I don't want to reload 450mb
> image on 56-dialup modem... ;(
> 
> This UDF-Image is not bootable. AFAIK a bootable cdr must be
> single-session ISO9660 disk, otherwise it won't boot.
> 
> Is there any way to convert it into a bootable single-session ISO9660 cd ?
> 
> Thanks
> 
> Ilia

Check out the loop option to the mount command. You should be able to
mount the image using the loop device then burn the contents to any CD
you choose. The mount command will look something like,

# mount the_udf_imagefile /mnt/a_mount_point -t iso9660 -o loop

I'm not 100% sure of the syntax but I do remember playing with this
myself a while back. HTH
-- 
Rob Stockley <mowgli at clear.net.nz>



More information about the wellylug mailing list