Burning CDsIso Imagemkisofs -J -R -V DISC_NAME -o IMAGE_NAME DIRECTORY Creates an image from the given directory. Check IsoDo this as root: mount -t iso9660 -o loop,ro IMAGE_NAME DIRECTORY This mounts the image file on the given directory. Nice for testing whether everything worked. Burn IsoDo this as root: cdrecord -speed=SPEED -eject dev=ATA:n,n,n IMAGE_NAME
cdrecord -scanbus -dev=ATA: Burning DVDsmkisofs -dvd-video -V DISC_NAME -o IMAGE_NAME DIRECTORY Creates an image from the given directory. Other notesUsing cdrecord on a 2.6.* kernel machineActually I don't know anything about how the kernel handles CD burning
and I don't care too much. My tool Checking for CD writers on a 2.6.* kernel system: cdrecord -scanbus -dev=ATA: The device is then later called Back to Personal Wiki |