growisofs
-
Burn DVD/CD with the command line (Linux)Computer/linux 2008. 1. 10. 01:16
Umount DVD umount /media/cdrom Format DVDRW with dvd+rw-format -force /dev/hdbBurn data into specific directory name with growisofs -dvd-compat -Z /dev/hdb -R -J -l -allow-multidot -allow-leading-dots -graft-points "/target_dic_name0=/first_local_directory" "/target_dic_name1=/second_local_directory" Burn additional data into /target_director in the DVD growisofs -dvd-compat -M /dev/hdb -R -J -l..