Revision [749]

Last edited on 2006-10-15 10:40:40 by OsdeInfo
Additions:
# growisofs -Z /dev/dvdwriter=dvdimage.iso
Deletions:
# growisofs -Z /dev/dvdwriter=dvdimage.iso [additional options --use-the-force-luke=dao]


Revision [748]

Edited on 2006-10-15 10:40:05 by OsdeInfo
Additions:
# growisofs -dvd-compat -Z /dev/dvdwriter=dvdimage.iso [additional options --use-the-force-luke=dao]
# growisofs -Z /dev/dvdwriter=dvdimage.iso [additional options --use-the-force-luke=dao]
Deletions:
# growisofs -dvd-compat -Z /dev/dvdwriter=dvdimage.iso [additional options --use-the-force-luke]
# growisofs -Z /dev/dvdwriter=dvdimage.iso [additional options --use-the-force-luke]


Revision [596]

Edited on 2006-06-30 04:24:42 by OsdeInfo
Additions:
# cdrecord dev=ATA:1,0,0 ???
# mkisofs -J -r -o cdimage.iso mydirectory
# cdrecord -sao dev=ATA:1,0,0 cdimage.iso
Blank media
# cdrecord dev=ATA:1,0,0 blank=fast [options blank=all & speed=yourspeed]
At default (highest) speed
# cdrecord -sao dev=ATA:1,0,0 blank=fast cdimage.iso
at a speed of your choice
cdrecord -sao dev=ATA:1,0,0 speed=16 cdimage.iso
===DVD Burning===
Deletions:
# cdrecord dev=ATA:1,0,0 ????
# mkisofs -J -r -o cdimage.iso mydirectory
# cdrecord -dao -v dev=ATA:1,0,0 cdimage.iso [additional options -data]
# cdrecord -dao -v blank=fast dev=ATA:1,0,0 cdimage.iso [additional options -data]
====DVD Burning====


Revision [382]

Edited on 2006-03-19 08:30:05 by OsdeInfo
Additions:
# growisofs -Z /dev/dvdwriter=dvdimage.iso [additional options --use-the-force-luke]


Revision [381]

Edited on 2006-03-19 08:29:39 by OsdeInfo
Additions:
Single session (closed)
# growisofs -dvd-compat -Z /dev/dvdwriter=dvdimage.iso [additional options --use-the-force-luke]
Multi session (open)
# growisofs -dvd-compat -Z /dev/dvdwriter=dvdimage.iso [additional options --use-the-force-luke]
Deletions:
# growisofs -Z /dev/dvdwriter=dvdimage.iso [additional options --use-the-force-luke -dvd-compat]


Revision [379]

Edited on 2006-03-19 05:17:13 by OsdeInfo
Additions:
# cdrecord dev=ATA:1,0,0 ????
# cdrecord -dao -v dev=ATA:1,0,0 cdimage.iso [additional options -data]
# cdrecord -dao -v blank=fast dev=ATA:1,0,0 cdimage.iso [additional options -data]
Deletions:
# cdrecord dev=ATA:1,0,0 ???
# cdrecord dev=ATA:1,0,0 cdimage.iso [additional options -dao -data]
# cdrecord -v blank=fast dev=ATA:1,0,0 cdimage.iso


Revision [360]

Edited on 2006-03-10 15:06:43 by OsdeInfo
Additions:
===Audio CD Burning===
# su -
===Make an ISO file system===
# mkisofs -J -r -o cdimage.iso mydirectory
===CD Burning===
# su -
# cdrecord dev=ATA:1,0,0 cdimage.iso [additional options -dao -data]
===CD/RW Burning===
# su -
# cdrecord -v blank=fast dev=ATA:1,0,0 cdimage.iso
====DVD Burning====
# su -
# growisofs -Z /dev/dvdwriter=dvdimage.iso [additional options --use-the-force-luke -dvd-compat]
# growisofs -M /dev/dvdwriter additionaldata
===Turning Bootable floppies into Bootable CDs using dd, mkisofs & cdrecord===
Then run cdrecord or growisofs as above
Many thanks to
http://www.linuxmanagers.org/pipermail/linuxmanagers/2002-September/000695.html for highlighting that the -b image (boot/floppy.img) needs to be relative to the mybootablecd directory and thereby solving the "mkisofs: Uh oh, I cant find the boot image" error.
Deletions:
Audio CD Burning
Data CD Burning
# cdrecord dev=ATA:1,0,0 -dao -data cdimage.iso
DVD Burning
# growisofs --use-the-force-luke -dvd-compat /dev/dvdwriter=dvdimage.iso
Turning Bootable floppies into Bootable CDs using dd, mkisofs & cdrecord
# cdrecord dev=ATA:1,0,0 -v -dao -data mybootablecd.iso
Thanks to
http://www.linuxmanagers.org/pipermail/linuxmanagers/2002-September/000695.html
for highlighting that the -b image (boot/floppy.img) needs to be relative to the mybootablecd directory and thereby fixing the "mkisofs: Uh oh, I cant find the boot image" error


Revision [348]

Edited on 2005-12-14 06:01:22 by OsdeInfo
Additions:
Turning Bootable floppies into Bootable CDs using dd, mkisofs & cdrecord
# mkdir -p mybootablecd/boot
# dd if=/dev/fd0 of=mybootablecd/boot/floppy.img bs=10k count=144
# mkisofs -b boot/floppy.img -o mybootablecd.iso mybootablecd/
# cdrecord dev=ATA:1,0,0 -v -dao -data mybootablecd.iso
for highlighting that the -b image (boot/floppy.img) needs to be relative to the mybootablecd directory and thereby fixing the "mkisofs: Uh oh, I cant find the boot image" error
Deletions:
Turning Bootable floppies into Bootable CDs
# dd if=/dev/fd0 of=floppy.img bs=10k count=144
# mkisofs -b boot/floppy.img -o mybootcd.iso mybootablecdfiles/
# cdrecord dev=ATA:1,0,0 -v -dao -data mybootcd.iso
for actually mentioning that boot/floppy.img image is relative to the mybootablecdfiles/ subdirectory
and thereby fixing the "mkisofs: Uh oh, I cant find the boot image" error


Revision [264]

Edited on 2005-10-25 06:13:40 by OsdeInfo
Additions:
and thereby fixing the "mkisofs: Uh oh, I cant find the boot image" error
Deletions:
and therby fixing the "mkisofs: Uh oh, I cant find the boot image" error


Revision [263]

Edited on 2005-10-25 05:39:30 by OsdeInfo [added bootable CDs]
Additions:



Turning Bootable floppies into Bootable CDs
# dd if=/dev/fd0 of=floppy.img bs=10k count=144
# mkisofs -b boot/floppy.img -o mybootcd.iso mybootablecdfiles/
# cdrecord dev=ATA:1,0,0 -v -dao -data mybootcd.iso

Thanks to
http://www.tldp.org/HOWTO/Bootdisk-HOWTO/cd-roms.html
http://www.troubleshooters.com/linux/floppy_image_on_cd.htm
http://www.netbsd.org/Documentation/bootcd.html

Mega thanks to
http://www.linuxmanagers.org/pipermail/linuxmanagers/2002-September/000695.html
for actually mentioning that boot/floppy.img image is relative to the mybootablecdfiles/ subdirectory
and therby fixing the "mkisofs: Uh oh, I cant find the boot image" error


Revision [124]

The oldest known version of this page was created on 2005-06-29 06:30:28 by OsdeInfo [added bootable CDs]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki