dvd+rw-tools

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Dexbot (talk | contribs) at 09:35, 30 August 2016 (Bot: Using official website template). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

dvd+rw-tools
Developer(s)Andy Polyakov
Stable release
7.1 / March 5, 2008; 16 years ago (2008-03-05)
Operating systemCross-platform
TypeDVD/Blu-ray writing
LicenseGNU General Public License
Websitehttp://fy.chalmers.se/~appro/linux/DVD+RW/

dvd+rw-tools (also known as growisofs, its main part) is a collection of open source DVD and Blu-ray Disc burning tools for Linux, FreeBSD, Windows and OS X. dvd+rw-tools does not burn CDs.[1][2]

The package itself requires another program which is used to create ISO 9660 images on the fly. This is provided by mkisofs (from the cdrtools package) or genisoimage (from the cdrkit package).

Released under the GNU General Public License, dvd+rw-tools is free software.

Implementation

growisofs has a built-in dd, which is the low-level process for sending data to the writer. This uses two buffers, the Ring Buffer (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),[3] and to prevent buffer underrun, these buffers must be kept filled. This is monitored and displayed in the status line as the RBU ("Ring Buffer Utilisation") and UBU ("Unit Buffer Utilisation").[3]

References

  1. ^ Polyakov, Andy (27 November 2003). "Re: growisofs for cd-RW and DVD-RW?". cdwrite (Mailing list). Retrieved 12 October 2011. No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...] {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  2. ^ Polyakov, Andy (March 2008). "Blu-ray Disc/DVD+RW/+R/-R[W] for Linux". Retrieved 12 October 2011. Q. Do I still need cdrtools? A. Yes. [...]
  3. ^ a b ubuntu forums: growisofs - what does rbu and ubu mean?

External links