manyxcxi Asked: 2010-07-29 14:27:49 +0800 CST2010-07-29 14:27:49 +0800 CST 2010-07-29 14:27:49 +0800 CST How to burn a dual layer dvd iso from the command line 772 How do you burn a DVD-DL iso from the command line? server command-line dvd 1 Answers Voted Best Answer manyxcxi 2010-07-29T14:31:38+08:002010-07-29T14:31:38+08:00 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
Replace
/dev/dvdrw
with your dvd writer path anddvd_image.iso
with the iso filename If you do not have growisofs installed you will need to install thedvd+rw-tools
package with the following command