[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problem with burnning DVD+R with HP 200i



>I have problem with burnning dvd+r media with growisofs using command:
> 
> growisofs -dvd-compat -q -Z /dev/scd0 -r -J $PATH

-dvd-compat option is for dvd-video, so try :

growisofs -q -Z /dev/scd0 -R -J $PATH 
 

For dvd-video try:

growisofs -q -Z /dev/scd0 -dvd-video -udf /path/to/dvdvideo/image

or 

growisofs -dvd-compat -q -Z /dev/scd0 /path/to/dvdvideo/image

-- 
Christophe



Reply to: