ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Burn DVD/CD with the command line (Linux)
    Computer/linux 2008. 1. 10. 01:16
    1. Umount DVD
      umount /media/cdrom

    2. Format DVDRW with
      dvd+rw-format -force /dev/hdb
    3. Burn 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"
    4. Burn additional data into /target_director in the DVD
      growisofs -dvd-compat -M /dev/hdb -R -J -l -allow-multidot -allow-leading-dots -graft-points "/target_directory=/more_local_directory"
     


    References :

    댓글

Designed by Tistory.