CD/DVD recording on linux via cmdline
Kernel Configuration
Device Drivers – Block devices – Packet writing on CD/DVD media
Tools needed
#emerge dvd+rw-tools bchunk
Copy files
growisofs -Z /dev/hdb -f -R -r -l -J Folder/
Burn an ISO
cdrecord -v speed=8 -sao dev=/dev/hdb ./ubuntu-7.10-rc-desktop-i386.iso
-If using a +RW media, and need to erase first: