Additions:
# growisofs -Z /dev/dvdwriter=dvdimage.iso
Deletions:
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]
# growisofs -Z /dev/dvdwriter=dvdimage.iso [additional options --use-the-force-luke=dao]
Deletions:
# growisofs -Z /dev/dvdwriter=dvdimage.iso [additional options --use-the-force-luke]
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===
# 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:
# 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====
Additions:
# growisofs -Z /dev/dvdwriter=dvdimage.iso [additional options --use-the-force-luke]
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]
# 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:
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]
# 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 cdimage.iso [additional options -dao -data]
# cdrecord -v blank=fast dev=ATA:1,0,0 cdimage.iso
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.
# 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:
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
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
# 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:
# 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
Additions:
and thereby fixing the "mkisofs: Uh oh, I cant find the boot image" error
Deletions:
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