cdrecord 45
Coasterless CD Burning [http://www.troubleshooters.com/]
july 2011 by 20gnd
When burning a CD, always use the padsize=63s and -pad and -dao arguments to cdrecord, and never negate the default -pad argument to the mkisofs program. Also, never burn while using other disk or CPU intensive software unless your CD writer hardware and software are set to prevent buffer underflow (such protection is sometimes called "burn-free"). Be sure you burn at a speed at or below the lower of your CD writer's maximum speed and the CD media's maximum speed. If you're using a rewritable CD, you must use the "rewrite" speed values.
cdburning
tipsandtricks
backupandrecovery
linux
cdrecord
july 2011 by 20gnd
Cdrtools (cdda2wav)
september 2010 by johnjameswhitman
see cdda2wav on the manual page
apple
audio
dvd
howto
windows
win32
media
open
opensource
cdrecord
cdrtools
freeware
free
software
tool
tools
autoencode
september 2010 by johnjameswhitman
sidux Manuals - No GUI Burning
may 2010 by jraldrid
wodim --devices;
wodim dev=/dev/scd0 driveropts=help -checkdrive;
wodim -prcap;
wodim dev=/dev/scd0 -atip;
wodim dev=/dev/scd0 driveropts=burnfree,noforcespeed fs=14M speed=8 -dao -eject -overburn -v something.iso;
wodim dev=/dev/scd0 fs=14M speed=8 -dao -eject -overburn -v something.iso;
genisoimage -o myImage.iso -r -J -l directory;
DVD
CDR
cdrecord
cdrkit
cdrdao
wodim
genisoimage
CLI
CommandLine
Commands
Linux
wodim dev=/dev/scd0 driveropts=help -checkdrive;
wodim -prcap;
wodim dev=/dev/scd0 -atip;
wodim dev=/dev/scd0 driveropts=burnfree,noforcespeed fs=14M speed=8 -dao -eject -overburn -v something.iso;
wodim dev=/dev/scd0 fs=14M speed=8 -dao -eject -overburn -v something.iso;
genisoimage -o myImage.iso -r -J -l directory;
may 2010 by jraldrid
wodim » Linux Neophyte
may 2010 by jraldrid
mkisofs -r -J -l -d -joliet-long -allow-multidot -V Mp3_003 -o ./Mp3_003.iso _Archive/Mp3_003/*;
cdrecord -v -sao dev=/dev/dvd Mp3_003.iso;
cdrecord
cdrkit
mkisofs
genisoimage
burn
burning
CLI
CommandLine
Commands
MP3
DVD
CDR
cdrecord -v -sao dev=/dev/dvd Mp3_003.iso;
may 2010 by jraldrid
Coasterless CD Burning
october 2009 by BoiledFrog
AH of VanLUG recommends this page for tips on using dd to get an accurate image from an optical disk.
Linux
CD
tutorial
burning
cdrecord
ISO
tips
VanLUG
DVD
october 2009 by BoiledFrog
Writing CDs and DVDs on the command line | iTech7.com
september 2009 by jraldrid
genisoimage -v -J -V "My Disk" -o CDWrite.iso CDWrite;
wodim -v CDWrite.iso;
sudo mount -v -o loop -t iso9660 CDWrite.iso /mnt;
wodim
cdrecord
CDR
DVD
CLI
CommandLine
Commands
Linux
mkisofs
genisoimage
cdrkit
wodim -v CDWrite.iso;
sudo mount -v -o loop -t iso9660 CDWrite.iso /mnt;
september 2009 by jraldrid
Tips and Tricks for Linux Admins: Volatile Debian
may 2009 by jraldrid
cdrkit is a suite of applications, as the FAQ states:
* genisoimage: Generate ISO IMAGEs
* icedax: InCrEdible Audio eXtractor
* librols: LIB Remains Of LibSchily
* libusal: LIB Unified/Universal Scsi Access Layer
* netscsid: NET SCSI Daemon
* readom: READ Optical Media (see also wodim)
* wodim:
CDR
cdrecord
DVD
Linux
wodim
cdrkit
Burning
CLI
CommandLine
Commands
mkisofs
genisoimage
* genisoimage: Generate ISO IMAGEs
* icedax: InCrEdible Audio eXtractor
* librols: LIB Remains Of LibSchily
* libusal: LIB Unified/Universal Scsi Access Layer
* netscsid: NET SCSI Daemon
* readom: READ Optical Media (see also wodim)
* wodim:
may 2009 by jraldrid
CdDvd/Burning - Community Ubuntu Documentation
may 2009 by jraldrid
wodim -inq;
wodim -prcap;
wodim --devices;
wodim -scanbus;
wodim -v -sao file.iso;
wodim -v -data file.iso;
wodim -v dev=/dev/cd0 file.iso;
CDR
DVD
ISO
Burning
Linux
CLI
CommandLine
Commands
wodim
cdrecord
mkisofs
genisoimage
cdrkit
wodim -prcap;
wodim --devices;
wodim -scanbus;
wodim -v -sao file.iso;
wodim -v -data file.iso;
wodim -v dev=/dev/cd0 file.iso;
may 2009 by jraldrid
Copy this bookmark: