Monday 10 February 2014

BURN ISO IMAGE USING LINUX TERMINAL

If you're running Linux and would like to use the terminal to burn the ISO image.

##To open Terminal
Ctrl + Alt + T

Switch to the the directory you have downloaded the image to:

##To Burn ISO to CD/DVD
cdrecord -v -dao dev=1,0,0 linuxmint.iso


Replacing the numbers after dev= with the appropriate device number for your disc drive. 
##You can run
cdrecord -scanbus

No comments:

Post a Comment