Pages

Tuesday, February 18, 2014

write dvd iso linux command line

write dvd iso linux command line

My requirement was to write DVD ISO from command line, rather than using K3b.

I have already used k3b  but dont want to burn DVD from GUI as I have to write same ISO file to 10 DVD.

I searched and got a solution.

Check this URL

http://askubuntu.com/questions/174626/how-do-i-burn-a-dvd-iso-using-the-terminal


This command worked for me.

I use CentOS 6.4 , 64 Bit.


wodim -eject -tao speed=2 dev=/dev/sr0 -v <Full_Path_To_ISO>

No comments:

Post a Comment