Update: Burn DVD from command linewodim -vv /dev/dvdrw blank=all // Write Optical DIsk Medium growisofs -[Z|M] /dev/dvdrw [-R] [-J] /some/files
Instructionssudo apt-get install dvd+rw-tools
to find dvd burner: less /etc/fstab burning instructions (may omit character set): growisofs -dvd-compat -input-charset=ISO-8859-1 -Z /dev/hdd -R -J -pad "/path/to/some/data" -dvd-compat: max compatibility with DVD-ROM/-Video (i.e. close with lead out) -Z /dev/hdd: burn initial session to selected device Folder sizedu ~ -h | grep Pictures$
= disk usage of '~' in '-h'umanly readable format, filtered for the 'Pictures' folder |