Saturday 7 February 2009

Write CD / DVD

A one line command:

Navigate to the directory above the one containing all data to be written, and execute:

$ mkisofs -o tmpfilename.iso directory/; wodim -v dev=/dev/dvd speed=4 tmpfilename.iso

where 'directory' is the directory name to be written. speed=4 can be omitted.

No comments:

Post a Comment