>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