Glam Prestige Journal

Bright entertainment trends with youth appeal.

How do you burn a DVD-DL iso from the command line?

1 Answer

growisofs -speed=2 -dvd-compat -Z /dev/dvdrw=dvd_image.iso

Replace /dev/dvdrw with your dvd writer path and dvd_image.iso with the iso filename If you do not have growisofs installed you will need to install the dvd+rw-tools package with the following command

sudo apt-get install dvd+rw-tools

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy