growisofs — burning iso files to dvd using growisofs 
It is very simple to burn ISO files to DVDs using growisofs under Linux. For example, to burn file.iso to /dev/dvd DVDR(W) device the following command can be used from bash.
growisofs -dvd-compat -Z /dev/dvd=file.iso
If your DVDR(W) device is located elsewhere, f.e. under /dev/dvdrecorder, use that alias throughout instead. The following output is produced by the above shell one-liner.
Executing 'builtin_dd if=file.iso of=/dev/dvd obs=32k seek=0' /dev/dvd: pre-formatting blank DVD+RW... /dev/dvd: "Current Write Speed" is 4.1x1385KBps. 23429120/3197272064 ( 0.7%) @3.9x, remaining 11:17 ... 3192094720/3197272064 (99.8%) @3.9x, remaining 0:00 builtin_dd: 1561168*2KB out @ average 3.9x1385KBps /dev/dvd: flushing cache /dev/dvd: writing lead-out /dev/dvd: reloading tray
From the above output, it is evident that the DVD burning operation using growisofs is in-fact a dd-like command:
dd if=file.iso of=/dev/dvd obs=32k seek=0
plus some necessary media pre-and-post-formatting.
Also, note that one can erase a DVDRW using:
growisofs -Z /dev/dvd=/dev/zero
More useful information on burning CDs and DVDs under Linux can be found at http://www.yolinux.com/.
Did you find the above information useful and interesting? If so, please support this site by using the blog directory links at the bottom of this page. Thanks for your support!
If you have any Linux related problems or questions then please feel free to post them on our Linux Forums: http://linux.dsplabs.com.au/forums.

December 13th, 2008 at 3:48 pm
Thanks!,
April 21st, 2009 at 5:58 am
Hi,
what's when I get the error: SET STREAMING failed … input/output error?
What is the meaning of SK, ASC, ACQ?
Many thanks for your answer.
Cheers