How to burn dvd using command line tools in Linux —19 October 2008
In Ubuntu or Debian:
sudo apt-get install dvd+rw-tools
growisofs -dvd-compat -Z /dev/scd0 -R -J -pad path_to_dir
In Ubuntu or Debian:
sudo apt-get install dvd+rw-tools
growisofs -dvd-compat -Z /dev/scd0 -R -J -pad path_to_dir