<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.11/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.11/ http://www.mediawiki.org/xml/export-0.11.xsd" version="0.11" xml:lang="en">
  <siteinfo>
    <sitename>Wikipedia</sitename>
    <dbname>enwiki</dbname>
    <base>https://en.wikipedia.org/wiki/Main_Page</base>
    <generator>MediaWiki 1.44.0-wmf.20</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2" case="first-letter">Media</namespace>
      <namespace key="-1" case="first-letter">Special</namespace>
      <namespace key="0" case="first-letter" />
      <namespace key="1" case="first-letter">Talk</namespace>
      <namespace key="2" case="first-letter">User</namespace>
      <namespace key="3" case="first-letter">User talk</namespace>
      <namespace key="4" case="first-letter">Wikipedia</namespace>
      <namespace key="5" case="first-letter">Wikipedia talk</namespace>
      <namespace key="6" case="first-letter">File</namespace>
      <namespace key="7" case="first-letter">File talk</namespace>
      <namespace key="8" case="first-letter">MediaWiki</namespace>
      <namespace key="9" case="first-letter">MediaWiki talk</namespace>
      <namespace key="10" case="first-letter">Template</namespace>
      <namespace key="11" case="first-letter">Template talk</namespace>
      <namespace key="12" case="first-letter">Help</namespace>
      <namespace key="13" case="first-letter">Help talk</namespace>
      <namespace key="14" case="first-letter">Category</namespace>
      <namespace key="15" case="first-letter">Category talk</namespace>
      <namespace key="100" case="first-letter">Portal</namespace>
      <namespace key="101" case="first-letter">Portal talk</namespace>
      <namespace key="118" case="first-letter">Draft</namespace>
      <namespace key="119" case="first-letter">Draft talk</namespace>
      <namespace key="126" case="first-letter">MOS</namespace>
      <namespace key="127" case="first-letter">MOS talk</namespace>
      <namespace key="710" case="first-letter">TimedText</namespace>
      <namespace key="711" case="first-letter">TimedText talk</namespace>
      <namespace key="828" case="first-letter">Module</namespace>
      <namespace key="829" case="first-letter">Module talk</namespace>
      <namespace key="1728" case="first-letter">Event</namespace>
      <namespace key="1729" case="first-letter">Event talk</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>Dvd+rw-tools</title>
    <ns>0</ns>
    <id>8368665</id>
    <revision>
      <id>93378770</id>
      <timestamp>2006-12-10T16:05:49Z</timestamp>
      <contributor>
        <username>Kazikcz</username>
        <id>2987198</id>
      </contributor>
      <comment>Initial growisofs/dvd+rw-tools wikipage.</comment>
      <origin>93378770</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2123" sha1="iyxr0e1k3256dwy0sft51e6mai6796z" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = [[Andy Polyakov]]
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.de]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', it's main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]] and also [[Mac OS X 10.4]].&lt;!-- This is not accurate. Please, someone needs to correct me if I'm wrong. --&gt; The package itself requires [[cdrtools]] for it's [[mkisofs]]. More information can be acquired from the official page [http://fy.chalmers.se/~appro/linux/DVD+RW/].

== Example usage ==
The following code is propably the most popular way of burning data onto the DVD media using '''growisofs'''.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
* ''-speed=16'' implies most likely the maximum speed of burning
* ''-Z /dev/dvd'' tells '''growisofs''' to use ''/dev/dvd''
* ''-R -J --joliet-long'' are mkisofs' options for long file names support using Rock Ridge Extension
* ''-f'' is also mkisofs' option, that makes it follow [[symbolic links]] (i.e. [[symlinks]])
* ''/tmp/burn_dir'' may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website] &lt;!-- Is it right for me, to call it 'official' ? --&gt;

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>iyxr0e1k3256dwy0sft51e6mai6796z</sha1>
    </revision>
    <revision>
      <id>93380543</id>
      <parentid>93378770</parentid>
      <timestamp>2006-12-10T16:16:36Z</timestamp>
      <contributor>
        <username>Kazikcz</username>
        <id>2987198</id>
      </contributor>
      <origin>93380543</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2272" sha1="bywmcfny3wrcrz4mis883alm4bh384o" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = [[Andy Polyakov]]
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.de]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', it's main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]] and also [[Mac OS X 10.4]].&lt;!-- This is not accurate. Please, someone needs to correct me if I'm wrong. --&gt; The package itself requires [[cdrtools]] for it's [[mkisofs]]. More information can be acquired from the official page [http://fy.chalmers.se/~appro/linux/DVD+RW/].

== Example usage ==
The following code is propably the most popular way of burning data onto the DVD media using '''growisofs'''.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
* ''-speed=16'' implies most likely the maximum speed of burning
* ''-Z /dev/dvd'' tells '''growisofs''' to use ''/dev/dvd''
* ''-R -J --joliet-long'' are mkisofs' options for long file names support using Rock Ridge Extension
* ''-f'' is also mkisofs' option, that makes it follow [[symbolic links]] (i.e. [[symlinks]])
* ''/tmp/burn_dir'' may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.&lt;br&gt;
Another way to burn is to use already created [[File System image]].
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed-16 -Z /dev/dvd=/tmp/temp.iso
&lt;/nowiki&gt;&lt;/pre&gt;

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website] &lt;!-- Is it right for me, to call it 'official' ? --&gt;

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>bywmcfny3wrcrz4mis883alm4bh384o</sha1>
    </revision>
    <revision>
      <id>93380779</id>
      <parentid>93380543</parentid>
      <timestamp>2006-12-10T16:17:54Z</timestamp>
      <contributor>
        <username>Kazikcz</username>
        <id>2987198</id>
      </contributor>
      <origin>93380779</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2338" sha1="rxrp6arb2kjx58hfn8942euohy5cjj5" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = [[Andy Polyakov]]
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.de]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', it's main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]] and also [[Mac OS X 10.4]].&lt;!-- This is not accurate. Please, someone needs to correct me if I'm wrong. --&gt; The package itself requires [[cdrtools]] for it's [[mkisofs]]. More information can be acquired from the official page [http://fy.chalmers.se/~appro/linux/DVD+RW/].

== Example usage ==
=== Burning on the fly ===
The following code is propably the most popular way of burning data onto the DVD media using '''growisofs'''.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
* ''-speed=16'' implies most likely the maximum speed of burning
* ''-Z /dev/dvd'' tells '''growisofs''' to use ''/dev/dvd''
* ''-R -J --joliet-long'' are mkisofs' options for long file names support using Rock Ridge Extension
* ''-f'' is also mkisofs' option, that makes it follow [[symbolic links]] (i.e. [[symlinks]])
* ''/tmp/burn_dir'' may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.&lt;br&gt;
=== Burning using a prepared image ===
Another way to burn is to use already created [[File System image]].
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed-16 -Z /dev/dvd=/tmp/temp.iso
&lt;/nowiki&gt;&lt;/pre&gt;

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website] &lt;!-- Is it right for me, to call it 'official' ? --&gt;

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>rxrp6arb2kjx58hfn8942euohy5cjj5</sha1>
    </revision>
    <revision>
      <id>93381096</id>
      <parentid>93380779</parentid>
      <timestamp>2006-12-10T16:19:47Z</timestamp>
      <contributor>
        <username>Kazikcz</username>
        <id>2987198</id>
      </contributor>
      <origin>93381096</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2338" sha1="octylvx9q6mm4jzmthx9zlkplzi5we6" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = [[Andy Polyakov]]
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.de]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', it's main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]] and also [[Mac OS X 10.4]].&lt;!-- This is not accurate. Please, someone needs to correct me if I'm wrong. --&gt; The package itself requires [[cdrtools]] for it's [[mkisofs]]. More information can be acquired from the official page [http://fy.chalmers.se/~appro/linux/DVD+RW/].

== Example usage ==
=== Burning on the fly ===
The following code is propably the most popular way of burning data onto the DVD media using '''growisofs'''.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
* ''-speed=16'' implies most likely the maximum speed of burning
* ''-Z /dev/dvd'' tells '''growisofs''' to use ''/dev/dvd''
* ''-R -J --joliet-long'' are mkisofs' options for long file names support using Rock Ridge Extension
* ''-f'' is also mkisofs' option, that makes it follow [[symbolic links]] (i.e. [[symlinks]])
* ''/tmp/burn_dir'' may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.&lt;br&gt;
=== Burning using a prepared image ===
Another way to burn is to use already created [[File System]] image.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed-16 -Z /dev/dvd=/tmp/temp.iso
&lt;/nowiki&gt;&lt;/pre&gt;

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website] &lt;!-- Is it right for me, to call it 'official' ? --&gt;

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>octylvx9q6mm4jzmthx9zlkplzi5we6</sha1>
    </revision>
    <revision>
      <id>93382217</id>
      <parentid>93381096</parentid>
      <timestamp>2006-12-10T16:27:01Z</timestamp>
      <contributor>
        <username>Kazikcz</username>
        <id>2987198</id>
      </contributor>
      <origin>93382217</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2349" sha1="05ysuva09tlfnz8dd2j97xytcnkrv2z" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = [[Andy Polyakov]]
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.de]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', it's main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]] and also [[Mac OS X 10.4]].&lt;!-- This is not accurate. Please, someone needs to correct me if I'm wrong. --&gt; The package itself requires [[cdrtools]] for it's [[mkisofs]]. More information can be acquired from the official page [http://fy.chalmers.se/~appro/linux/DVD+RW/].

== Example usage ==
=== Burning on the fly ===
The following code is propably the most popular way of burning data onto the DVD media using '''growisofs'''.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
* ''-speed=16'' - implies most likely the maximum burning speed
* ''-Z /dev/dvd'' - tells '''growisofs''' to use ''/dev/dvd''
* ''-R -J --joliet-long'' - are mkisofs' options for long file names support using Rock Ridge Extension
* ''-f'' - is also mkisofs' option, that makes it follow symbolic links (i.e. [[symlink|symlinks]])
* ''/tmp/burn_dir'' - may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.&lt;br&gt;
=== Burning using a prepared image ===
Another way to burn is to use already created [[File System]] image.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed-16 -Z /dev/dvd=/tmp/temp.iso
&lt;/nowiki&gt;&lt;/pre&gt;

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website] &lt;!-- Is it right for me, to call it 'official' ? --&gt;

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>05ysuva09tlfnz8dd2j97xytcnkrv2z</sha1>
    </revision>
    <revision>
      <id>93443095</id>
      <parentid>93382217</parentid>
      <timestamp>2006-12-10T21:41:49Z</timestamp>
      <contributor>
        <username>Kazikcz</username>
        <id>2987198</id>
      </contributor>
      <comment>/* Burning using a prepared image */</comment>
      <origin>93443095</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2343" sha1="7g2cyp2jn8due1s5co0pdq8sppocc75" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = [[Andy Polyakov]]
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.de]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', it's main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]] and also [[Mac OS X 10.4]].&lt;!-- This is not accurate. Please, someone needs to correct me if I'm wrong. --&gt; The package itself requires [[cdrtools]] for it's [[mkisofs]]. More information can be acquired from the official page [http://fy.chalmers.se/~appro/linux/DVD+RW/].

== Example usage ==
=== Burning on the fly ===
The following code is propably the most popular way of burning data onto the DVD media using '''growisofs'''.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
* ''-speed=16'' - implies most likely the maximum burning speed
* ''-Z /dev/dvd'' - tells '''growisofs''' to use ''/dev/dvd''
* ''-R -J --joliet-long'' - are mkisofs' options for long file names support using Rock Ridge Extension
* ''-f'' - is also mkisofs' option, that makes it follow symbolic links (i.e. [[symlink|symlinks]])
* ''/tmp/burn_dir'' - may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.&lt;br&gt;
=== Burning a prepared image ===
Another way to burn is to use already created [[File System]] image.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed-16 -Z /dev/dvd=/tmp/temp.iso
&lt;/nowiki&gt;&lt;/pre&gt;

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website] &lt;!-- Is it right for me, to call it 'official' ? --&gt;

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>7g2cyp2jn8due1s5co0pdq8sppocc75</sha1>
    </revision>
    <revision>
      <id>93584234</id>
      <parentid>93443095</parentid>
      <timestamp>2006-12-11T14:53:41Z</timestamp>
      <contributor>
        <username>Kazikcz</username>
        <id>2987198</id>
      </contributor>
      <minor/>
      <origin>93584234</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2456" sha1="579sru39ta3e7a3n0g9gqkituez1nsv" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = [[Andy Polyakov]]
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.de]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', it's main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]] and also [[Mac OS X 10.4]].&lt;!-- This may be not accurate. Please, someone needs to correct me if I'm wrong. --&gt; The package itself requires [[cdrtools]] for it's [[mkisofs]] (which is used to create [[ISO9660]] images on the fly). More information can be acquired from the official page [http://fy.chalmers.se/~appro/linux/DVD+RW/].

== Example usage ==

=== Burning on the fly ===
The following code is propably the most popular way of burning data onto the DVD media using growisofs.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
A short explanation on passed arguments:
* ''-speed=16'' - implies most likely the maximum burning speed
* ''-Z /dev/dvd'' - tells growisofs to use ''/dev/dvd''
* ''-R -J --joliet-long'' - are mkisofs' options for long file names support using Rock Ridge Extension
* ''-f'' - is also mkisofs' option, that makes it follow symbolic links (i.e. [[symlink|symlinks]])
* ''/tmp/burn_dir'' - may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.&lt;br&gt;

=== Burning a prepared image ===
Another way to burn is to use already created [[File System]] image (ISO9660 for example).
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed-16 -Z /dev/dvd=/tmp/temp.iso
&lt;/nowiki&gt;&lt;/pre&gt;

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website] &lt;!-- Is it right for me, to call it 'official' ? --&gt;

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>579sru39ta3e7a3n0g9gqkituez1nsv</sha1>
    </revision>
    <revision>
      <id>96196013</id>
      <parentid>93584234</parentid>
      <timestamp>2006-12-24T01:05:10Z</timestamp>
      <contributor>
        <ip>62.74.156.177</ip>
      </contributor>
      <comment>grammatical fixes, also added some comments</comment>
      <origin>96196013</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2643" sha1="a8qca7z6emb54rbcd9dtb1ayu4ok5xr" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = [[Andy Polyakov]]
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.de]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]] and also [[Mac OS X 10.4]].&lt;!-- This may be not accurate. Please, someone needs to correct me if I'm wrong. --&gt; The package itself requires [[cdrtools]] for its [[mkisofs]] (which is used to create [[ISO9660]] images on the fly). More information can be acquired from the official page [http://fy.chalmers.se/~appro/linux/DVD+RW/].

== Example usage ==

=== Burning on the fly ===
The following code is propably the most popular way of burning data onto the DVD media using growisofs.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
A short explanation on passed arguments:
* ''-speed=16'' - implies most likely the maximum burning speed &lt;!-- What exactly do we mean by ''likely''? --&gt;
* ''-Z /dev/dvd'' - tells growisofs to use ''/dev/dvd'' as the device file
* ''-R -J --joliet-long'' - are mkisofs' options for long file names support using Rock Ridge Extension &lt;!-- Somewhat misleading - if it is for using Rock Ridge Extension, then why does the option spell ''--joliet-long''? --&gt;
* ''-f'' - is also mkisofs' option, that makes it follow symbolic links (i.e. [[symlink|symlinks]])
* ''/tmp/burn_dir'' - may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.&lt;br&gt;

=== Burning a prepared image ===
Another way to burn is to use already created [[File System]] image (ISO9660 for example).
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed-16 -Z /dev/dvd=/tmp/temp.iso
&lt;/nowiki&gt;&lt;/pre&gt;

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website] &lt;!-- Is it right for me, to call it 'official' ? --&gt;

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>a8qca7z6emb54rbcd9dtb1ayu4ok5xr</sha1>
    </revision>
    <revision>
      <id>98133640</id>
      <parentid>96196013</parentid>
      <timestamp>2007-01-03T08:04:32Z</timestamp>
      <contributor>
        <ip>70.55.58.90</ip>
      </contributor>
      <origin>98133640</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2780" sha1="le25bmlc2ioyhvunwud5sqfutio4b1m" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = [[Andy Polyakov]]
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.de]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]], [[Windows]] and also [[Mac OS X 10.4]].&lt;!-- This may be not accurate. Please, someone needs to correct me if I'm wrong.  Yes it's accurate.  Under windows, there's a growisofs binary compiled with MinGW and even cygwin.  For OSX, i'm not sure..--&gt; The package itself requires [[cdrtools]] for its [[mkisofs]] (which is used to create [[ISO9660]] images on the fly). More information can be acquired from the official page [http://fy.chalmers.se/~appro/linux/DVD+RW/].

== Example usage ==

=== Burning on the fly ===
The following code is propably the most popular way of burning data onto the DVD media using growisofs.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
A short explanation on passed arguments:
* ''-speed=16'' - implies most likely the maximum burning speed &lt;!-- What exactly do we mean by ''likely''? --&gt;
* ''-Z /dev/dvd'' - tells growisofs to use ''/dev/dvd'' as the device file
* ''-R -J --joliet-long'' - are mkisofs' options for long file names support using Rock Ridge Extension &lt;!-- Somewhat misleading - if it is for using Rock Ridge Extension, then why does the option spell ''--joliet-long''? --&gt;
* ''-f'' - is also mkisofs' option, that makes it follow symbolic links (i.e. [[symlink|symlinks]])
* ''/tmp/burn_dir'' - may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.&lt;br&gt;

=== Burning a prepared image ===
Another way to burn is to use already created [[File System]] image (ISO9660 for example).
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed-16 -Z /dev/dvd=/tmp/temp.iso
&lt;/nowiki&gt;&lt;/pre&gt;

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website] &lt;!-- Is it right for me, to call it 'official' ? --&gt;

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>le25bmlc2ioyhvunwud5sqfutio4b1m</sha1>
    </revision>
    <revision>
      <id>98956235</id>
      <parentid>98133640</parentid>
      <timestamp>2007-01-06T22:00:59Z</timestamp>
      <contributor>
        <ip>84.152.41.131</ip>
      </contributor>
      <origin>98956235</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2780" sha1="2vley2doai6rokr0l9eocoim8hwvybo" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = [[Andy Polyakov]]
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.se]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]], [[Windows]] and also [[Mac OS X 10.4]].&lt;!-- This may be not accurate. Please, someone needs to correct me if I'm wrong.  Yes it's accurate.  Under windows, there's a growisofs binary compiled with MinGW and even cygwin.  For OSX, i'm not sure..--&gt; The package itself requires [[cdrtools]] for its [[mkisofs]] (which is used to create [[ISO9660]] images on the fly). More information can be acquired from the official page [http://fy.chalmers.se/~appro/linux/DVD+RW/].

== Example usage ==

=== Burning on the fly ===
The following code is propably the most popular way of burning data onto the DVD media using growisofs.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
A short explanation on passed arguments:
* ''-speed=16'' - implies most likely the maximum burning speed &lt;!-- What exactly do we mean by ''likely''? --&gt;
* ''-Z /dev/dvd'' - tells growisofs to use ''/dev/dvd'' as the device file
* ''-R -J --joliet-long'' - are mkisofs' options for long file names support using Rock Ridge Extension &lt;!-- Somewhat misleading - if it is for using Rock Ridge Extension, then why does the option spell ''--joliet-long''? --&gt;
* ''-f'' - is also mkisofs' option, that makes it follow symbolic links (i.e. [[symlink|symlinks]])
* ''/tmp/burn_dir'' - may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.&lt;br&gt;

=== Burning a prepared image ===
Another way to burn is to use already created [[File System]] image (ISO9660 for example).
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed-16 -Z /dev/dvd=/tmp/temp.iso
&lt;/nowiki&gt;&lt;/pre&gt;

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website] &lt;!-- Is it right for me, to call it 'official' ? --&gt;

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>2vley2doai6rokr0l9eocoim8hwvybo</sha1>
    </revision>
    <revision>
      <id>105512874</id>
      <parentid>98956235</parentid>
      <timestamp>2007-02-04T05:54:52Z</timestamp>
      <contributor>
        <ip>59.144.50.205</ip>
      </contributor>
      <comment>Corrected syntax</comment>
      <origin>105512874</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2780" sha1="fsle1ajsnqd2zw9inm52sfb9oozftnu" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = [[Andy Polyakov]]
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.se]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]], [[Windows]] and also [[Mac OS X 10.4]].&lt;!-- This may be not accurate. Please, someone needs to correct me if I'm wrong.  Yes it's accurate.  Under windows, there's a growisofs binary compiled with MinGW and even cygwin.  For OSX, i'm not sure..--&gt; The package itself requires [[cdrtools]] for its [[mkisofs]] (which is used to create [[ISO9660]] images on the fly). More information can be acquired from the official page [http://fy.chalmers.se/~appro/linux/DVD+RW/].

== Example usage ==

=== Burning on the fly ===
The following code is propably the most popular way of burning data onto the DVD media using growisofs.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
A short explanation on passed arguments:
* ''-speed=16'' - implies most likely the maximum burning speed &lt;!-- What exactly do we mean by ''likely''? --&gt;
* ''-Z /dev/dvd'' - tells growisofs to use ''/dev/dvd'' as the device file
* ''-R -J --joliet-long'' - are mkisofs' options for long file names support using Rock Ridge Extension &lt;!-- Somewhat misleading - if it is for using Rock Ridge Extension, then why does the option spell ''--joliet-long''? --&gt;
* ''-f'' - is also mkisofs' option, that makes it follow symbolic links (i.e. [[symlink|symlinks]])
* ''/tmp/burn_dir'' - may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.&lt;br&gt;

=== Burning a prepared image ===
Another way to burn is to use already created [[File System]] image (ISO9660 for example).
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd=/tmp/temp.iso
&lt;/nowiki&gt;&lt;/pre&gt;

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website] &lt;!-- Is it right for me, to call it 'official' ? --&gt;

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>fsle1ajsnqd2zw9inm52sfb9oozftnu</sha1>
    </revision>
    <revision>
      <id>116825104</id>
      <parentid>105512874</parentid>
      <timestamp>2007-03-21T17:44:10Z</timestamp>
      <contributor>
        <ip>206.167.189.58</ip>
      </contributor>
      <comment>/* Burning on the fly */</comment>
      <origin>116825104</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2780" sha1="tnpf82sl7f05hek5et9b2w745z0hbuj" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = [[Andy Polyakov]]
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.se]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]], [[Windows]] and also [[Mac OS X 10.4]].&lt;!-- This may be not accurate. Please, someone needs to correct me if I'm wrong.  Yes it's accurate.  Under windows, there's a growisofs binary compiled with MinGW and even cygwin.  For OSX, i'm not sure..--&gt; The package itself requires [[cdrtools]] for its [[mkisofs]] (which is used to create [[ISO9660]] images on the fly). More information can be acquired from the official page [http://fy.chalmers.se/~appro/linux/DVD+RW/].

== Example usage ==

=== Burning on the fly ===
The following code is probably the most popular way of burning data onto the DVD media using growisofs.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
A short explanation on passed arguments:
* ''-speed=16'' - implies most likely the maximum burning speed &lt;!-- What exactly do we mean by ''likely''? --&gt;
* ''-Z /dev/dvd'' - tells growisofs to use ''/dev/dvd'' as the device file
* ''-R -J --joliet-long'' - are mkisofs' options for long file names support using Rock Ridge Extension &lt;!-- Somewhat misleading - if it is for using Rock Ridge Extension, then why does the option spell ''--joliet-long''? --&gt;
* ''-f'' - is also mkisofs' option, that makes it follow symbolic links (i.e. [[symlink|symlinks]])
* ''/tmp/burn_dir'' - may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.&lt;br&gt;

=== Burning a prepared image ===
Another way to burn is to use already created [[File System]] image (ISO9660 for example).
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd=/tmp/temp.iso
&lt;/nowiki&gt;&lt;/pre&gt;

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website] &lt;!-- Is it right for me, to call it 'official' ? --&gt;

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>tnpf82sl7f05hek5et9b2w745z0hbuj</sha1>
    </revision>
    <revision>
      <id>119406152</id>
      <parentid>116825104</parentid>
      <timestamp>2007-04-01T03:06:19Z</timestamp>
      <contributor>
        <username>AlistairMcMillan</username>
        <id>49523</id>
      </contributor>
      <comment>Make link direct</comment>
      <origin>119406152</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2781" sha1="enomc2m0v9yvoljq7btptx8t5zqvier" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = [[Andy Polyakov]]
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.se]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]], [[Windows]] and also [[Mac OS X v10.4]].&lt;!-- This may be not accurate. Please, someone needs to correct me if I'm wrong.  Yes it's accurate.  Under windows, there's a growisofs binary compiled with MinGW and even cygwin.  For OSX, i'm not sure..--&gt; The package itself requires [[cdrtools]] for its [[mkisofs]] (which is used to create [[ISO9660]] images on the fly). More information can be acquired from the official page [http://fy.chalmers.se/~appro/linux/DVD+RW/].

== Example usage ==

=== Burning on the fly ===
The following code is probably the most popular way of burning data onto the DVD media using growisofs.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
A short explanation on passed arguments:
* ''-speed=16'' - implies most likely the maximum burning speed &lt;!-- What exactly do we mean by ''likely''? --&gt;
* ''-Z /dev/dvd'' - tells growisofs to use ''/dev/dvd'' as the device file
* ''-R -J --joliet-long'' - are mkisofs' options for long file names support using Rock Ridge Extension &lt;!-- Somewhat misleading - if it is for using Rock Ridge Extension, then why does the option spell ''--joliet-long''? --&gt;
* ''-f'' - is also mkisofs' option, that makes it follow symbolic links (i.e. [[symlink|symlinks]])
* ''/tmp/burn_dir'' - may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.&lt;br&gt;

=== Burning a prepared image ===
Another way to burn is to use already created [[File System]] image (ISO9660 for example).
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd=/tmp/temp.iso
&lt;/nowiki&gt;&lt;/pre&gt;

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website] &lt;!-- Is it right for me, to call it 'official' ? --&gt;

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>enomc2m0v9yvoljq7btptx8t5zqvier</sha1>
    </revision>
    <revision>
      <id>119406644</id>
      <parentid>119406152</parentid>
      <timestamp>2007-04-01T03:09:09Z</timestamp>
      <contributor>
        <username>AlistairMcMillan</username>
        <id>49523</id>
      </contributor>
      <comment>External links go at end, unless they are backing up specific facts.</comment>
      <origin>119406644</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2679" sha1="b1yxjd2nxav8pwmfh1ym9i1gp3cthon" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = [[Andy Polyakov]]
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.se]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]], [[Windows]] and also [[Mac OS X v10.4]].&lt;!-- This may be not accurate. Please, someone needs to correct me if I'm wrong.  Yes it's accurate.  Under windows, there's a growisofs binary compiled with MinGW and even cygwin.  For OSX, i'm not sure..--&gt; The package itself requires [[cdrtools]] for its [[mkisofs]] (which is used to create [[ISO9660]] images on the fly).

== Example usage ==

=== Burning on the fly ===
The following code is probably the most popular way of burning data onto the DVD media using growisofs.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
A short explanation on passed arguments:
* ''-speed=16'' - implies most likely the maximum burning speed &lt;!-- What exactly do we mean by ''likely''? --&gt;
* ''-Z /dev/dvd'' - tells growisofs to use ''/dev/dvd'' as the device file
* ''-R -J --joliet-long'' - are mkisofs' options for long file names support using Rock Ridge Extension &lt;!-- Somewhat misleading - if it is for using Rock Ridge Extension, then why does the option spell ''--joliet-long''? --&gt;
* ''-f'' - is also mkisofs' option, that makes it follow symbolic links (i.e. [[symlink|symlinks]])
* ''/tmp/burn_dir'' - may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.&lt;br&gt;

=== Burning a prepared image ===
Another way to burn is to use already created [[File System]] image (ISO9660 for example).
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd=/tmp/temp.iso
&lt;/nowiki&gt;&lt;/pre&gt;

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website] &lt;!-- Is it right for me, to call it 'official' ? --&gt;

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>b1yxjd2nxav8pwmfh1ym9i1gp3cthon</sha1>
    </revision>
    <revision>
      <id>119406866</id>
      <parentid>119406644</parentid>
      <timestamp>2007-04-01T03:10:32Z</timestamp>
      <contributor>
        <username>AlistairMcMillan</username>
        <id>49523</id>
      </contributor>
      <comment>Please use the "Discuss this page" link to leave comments.</comment>
      <origin>119406866</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2248" sha1="652xuaov5255epi9wj7anluhuvpp69e" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = [[Andy Polyakov]]
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.se]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]], [[Windows]] and also [[Mac OS X v10.4]]. The package itself requires [[cdrtools]] for its [[mkisofs]] (which is used to create [[ISO9660]] images on the fly).

== Example usage ==

=== Burning on the fly ===
The following code is probably the most popular way of burning data onto the DVD media using growisofs.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
A short explanation on passed arguments:
* ''-speed=16'' - implies most likely the maximum burning speed
* ''-Z /dev/dvd'' - tells growisofs to use ''/dev/dvd'' as the device file
* ''-R -J --joliet-long'' - are mkisofs' options for long file names support using Rock Ridge Extension
* ''-f'' - is also mkisofs' option, that makes it follow symbolic links (i.e. [[symlink|symlinks]])
* ''/tmp/burn_dir'' - may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.&lt;br&gt;

=== Burning a prepared image ===
Another way to burn is to use already created [[File System]] image (ISO9660 for example).
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd=/tmp/temp.iso
&lt;/nowiki&gt;&lt;/pre&gt;

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>652xuaov5255epi9wj7anluhuvpp69e</sha1>
    </revision>
    <revision>
      <id>140627918</id>
      <parentid>119406866</parentid>
      <timestamp>2007-06-25T23:20:33Z</timestamp>
      <contributor>
        <username>Chealer</username>
        <id>25824</id>
      </contributor>
      <comment>tag Example usage {{howto}}</comment>
      <origin>140627918</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2253" sha1="t819n8uk3cohjs63oz4gesncjvi84my" xml:space="preserve">{{lowercase|dvd+rw-tools}}
{{Infobox_Software
| name = dvd+rw-tools
| logo = 
| screenshot = 
| caption = 
| developer = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date = 2006-09-24
| operating_system = Linux, FreeBSD, Mac OS X 10 &lt;!-- Does it work anywhere else ? --&gt;
| genre = DVD/BluRay-writing
| license = [[GNU General Public License|GPL]]
| website = [http://fy.chalmers.se/~appro/linux/DVD+RW/ dvd+rw-tools at fy.chalmers.se]
}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]], [[Windows]] and also [[Mac OS X v10.4]]. The package itself requires [[cdrtools]] for its [[mkisofs]] (which is used to create [[ISO9660]] images on the fly).

== Example usage ==
{{howto}}
=== Burning on the fly ===
The following code is probably the most popular way of burning data onto the DVD media using growisofs.
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd -R -J -joliet-long -f /tmp/burn_dir
&lt;/nowiki&gt;&lt;/pre&gt;
A short explanation on passed arguments:
* ''-speed=16'' - implies most likely the maximum burning speed
* ''-Z /dev/dvd'' - tells growisofs to use ''/dev/dvd'' as the device file
* ''-R -J --joliet-long'' - are mkisofs' options for long file names support using Rock Ridge Extension
* ''-f'' - is also mkisofs' option, that makes it follow symbolic links (i.e. [[symlink|symlinks]])
* ''/tmp/burn_dir'' - may be a directory containing data, or symlinks, or both
If you want to join new data to the existing ISO session, replace the ''-Z'' argument with ''-M''.&lt;br&gt;

=== Burning a prepared image ===
Another way to burn is to use already created [[File System]] image (ISO9660 for example).
&lt;pre&gt;&lt;nowiki&gt;
growisofs -speed=16 -Z /dev/dvd=/tmp/temp.iso
&lt;/nowiki&gt;&lt;/pre&gt;

== Latest changes ==
Most notable changes for version 7.0 feature:
* Blu-ray Disc support [upon release tested with Panasonic SW-5582];
* Mac OS X 10&gt;=2 support [upon release tested on 10.4 only];
* .. and bug/compatibility fixes

== External Links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>t819n8uk3cohjs63oz4gesncjvi84my</sha1>
    </revision>
    <revision>
      <id>148062139</id>
      <parentid>140627918</parentid>
      <timestamp>2007-07-30T15:15:14Z</timestamp>
      <contributor>
        <username>Thumperward</username>
        <id>545027</id>
      </contributor>
      <comment>tidy this up, removing prescription</comment>
      <origin>148062139</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1264" sha1="gtomkgh6ec2wy4wor4wub8l363qoz6j" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/BluRay-writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]], [[Windows]] and also [[Mac OS X v10.4]]. The package itself requires [[cdrtools]] for its [[mkisofs]] (which is used to create [[ISO9660]] images on the fly).

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

== Latest changes ==

Notable changes for version 7.0 include Blu-ray Disc support (upon release tested with Panasonic SW-5582) and support for [[Mac OS X]] 10.2 and later (upon release tested on 10.4 only).

== External Links ==

* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>gtomkgh6ec2wy4wor4wub8l363qoz6j</sha1>
    </revision>
    <revision>
      <id>152881135</id>
      <parentid>148062139</parentid>
      <timestamp>2007-08-22T08:57:16Z</timestamp>
      <contributor>
        <ip>86.34.171.162</ip>
      </contributor>
      <comment>"Blu-ray" was misspelled as "BluRay"</comment>
      <origin>152881135</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1265" sha1="ollq7jnsssaymdpxurgi6o2l7bdgvna" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[BluRay]]) burning tools for [[Linux]], [[FreeBSD]], [[Windows]] and also [[Mac OS X v10.4]]. The package itself requires [[cdrtools]] for its [[mkisofs]] (which is used to create [[ISO9660]] images on the fly).

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

== Latest changes ==

Notable changes for version 7.0 include Blu-ray Disc support (upon release tested with Panasonic SW-5582) and support for [[Mac OS X]] 10.2 and later (upon release tested on 10.4 only).

== External Links ==

* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>ollq7jnsssaymdpxurgi6o2l7bdgvna</sha1>
    </revision>
    <revision>
      <id>154895922</id>
      <parentid>152881135</parentid>
      <timestamp>2007-08-31T22:06:07Z</timestamp>
      <contributor>
        <ip>87.57.208.222</ip>
      </contributor>
      <comment>BluRay to Blu-ray Disc</comment>
      <origin>154895922</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1271" sha1="pnqyip68nr6gjkg4pllimwvvokqw1qw" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Windows]] and also [[Mac OS X v10.4]]. The package itself requires [[cdrtools]] for its [[mkisofs]] (which is used to create [[ISO9660]] images on the fly).

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

== Latest changes ==

Notable changes for version 7.0 include Blu-ray Disc support (upon release tested with Panasonic SW-5582) and support for [[Mac OS X]] 10.2 and later (upon release tested on 10.4 only).

== External Links ==

* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>pnqyip68nr6gjkg4pllimwvvokqw1qw</sha1>
    </revision>
    <revision>
      <id>164790981</id>
      <parentid>154895922</parentid>
      <timestamp>2007-10-15T20:09:55Z</timestamp>
      <contributor>
        <username>Joy</username>
        <id>20318</id>
      </contributor>
      <comment>noted that mkisofs also can be genisoimage</comment>
      <origin>164790981</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1367" sha1="ffjudm8gpdlzfgb0o4ow2fg5y0rx19c" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Windows]] and also [[Mac OS X v10.4]].

The package itself requires another program which is used to create [[ISO9660]] 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]].

== Latest changes ==

Notable changes for version 7.0 include Blu-ray Disc support (upon release tested with Panasonic SW-5582) and support for [[Mac OS X]] 10.2 and later (upon release tested on 10.4 only).

== External Links ==

* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>ffjudm8gpdlzfgb0o4ow2fg5y0rx19c</sha1>
    </revision>
    <revision>
      <id>171391421</id>
      <parentid>164790981</parentid>
      <timestamp>2007-11-14T08:10:13Z</timestamp>
      <contributor>
        <username>Square87~enwiki</username>
        <id>356996</id>
      </contributor>
      <minor/>
      <comment>+it.wiki</comment>
      <origin>171391421</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1388" sha1="8sstlcodadvlq9s0ctug5tczczree62" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Windows]] and also [[Mac OS X v10.4]].

The package itself requires another program which is used to create [[ISO9660]] 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]].

== Latest changes ==

Notable changes for version 7.0 include Blu-ray Disc support (upon release tested with Panasonic SW-5582) and support for [[Mac OS X]] 10.2 and later (upon release tested on 10.4 only).

== External Links ==

* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[it:dvd+rw-tools]]</text>
      <sha1>8sstlcodadvlq9s0ctug5tczczree62</sha1>
    </revision>
    <revision>
      <id>179563262</id>
      <parentid>171391421</parentid>
      <timestamp>2007-12-22T10:11:35Z</timestamp>
      <contributor>
        <username>SmackBot</username>
        <id>433328</id>
      </contributor>
      <minor/>
      <comment>Standard headings &amp;/or gen fixes.  using [[Project:AutoWikiBrowser|AWB]]</comment>
      <origin>179563262</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1386" sha1="44xur523qmirnk8wmnrm2zfzsdrr41f" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Windows]] and also [[Mac OS X v10.4]].

The package itself requires another program which is used to create [[ISO9660]] 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]].

== Latest changes ==

Notable changes for version 7.0 include Blu-ray Disc support (upon release tested with Panasonic SW-5582) and support for [[Mac OS X]] 10.2 and later (upon release tested on 10.4 only).

==External links==

* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[it:dvd+rw-tools]]</text>
      <sha1>44xur523qmirnk8wmnrm2zfzsdrr41f</sha1>
    </revision>
    <revision>
      <id>213792165</id>
      <parentid>179563262</parentid>
      <timestamp>2008-05-20T21:06:02Z</timestamp>
      <contributor>
        <username>MMuzammils</username>
        <id>278609</id>
      </contributor>
      <comment>{{Optical disc image software}}</comment>
      <origin>213792165</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1417" sha1="hy72dn57dy6xoj1xkezu9vyl79qccyl" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Windows]] and also [[Mac OS X v10.4]].

The package itself requires another program which is used to create [[ISO9660]] 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]].

== Latest changes ==

Notable changes for version 7.0 include Blu-ray Disc support (upon release tested with Panasonic SW-5582) and support for [[Mac OS X]] 10.2 and later (upon release tested on 10.4 only).

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[it:dvd+rw-tools]]</text>
      <sha1>hy72dn57dy6xoj1xkezu9vyl79qccyl</sha1>
    </revision>
    <revision>
      <id>219404758</id>
      <parentid>213792165</parentid>
      <timestamp>2008-06-15T01:54:52Z</timestamp>
      <contributor>
        <username>PlankBot</username>
        <id>7310603</id>
      </contributor>
      <minor/>
      <comment>Robot-assisted disambiguation: Windows - Changed link(s) to [[Microsoft Windows]]</comment>
      <origin>219404758</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1435" sha1="sctv1q96wwplxywnnvml9lt2ybphmsk" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and also [[Mac OS X v10.4]].

The package itself requires another program which is used to create [[ISO9660]] 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]].

== Latest changes ==

Notable changes for version 7.0 include Blu-ray Disc support (upon release tested with Panasonic SW-5582) and support for [[Mac OS X]] 10.2 and later (upon release tested on 10.4 only).

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[it:dvd+rw-tools]]</text>
      <sha1>sctv1q96wwplxywnnvml9lt2ybphmsk</sha1>
    </revision>
    <revision>
      <id>220494438</id>
      <parentid>219404758</parentid>
      <timestamp>2008-06-20T03:33:29Z</timestamp>
      <contributor>
        <username>Chealer</username>
        <id>25824</id>
      </contributor>
      <origin>220494438</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1345" sha1="4467z8tudclwyk7i5pri8t2b3ka4epb" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

== Latest changes ==

Notable changes for version 7.0 include Blu-ray Disc support and support for [[Mac OS X]] 10.2 and later.{{fact}}

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[it:dvd+rw-tools]]</text>
      <sha1>4467z8tudclwyk7i5pri8t2b3ka4epb</sha1>
    </revision>
    <revision>
      <id>220919947</id>
      <parentid>220494438</parentid>
      <timestamp>2008-06-22T06:00:46Z</timestamp>
      <contributor>
        <username>SmackBot</username>
        <id>433328</id>
      </contributor>
      <minor/>
      <comment>Date the maintenance tags or general  fixes</comment>
      <origin>220919947</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1360" sha1="0hfo2e4dgx1w6sy2ub0n7t42evp065e" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

== Latest changes ==

Notable changes for version 7.0 include Blu-ray Disc support and support for [[Mac OS X]] 10.2 and later.{{Fact|date=June 2008}}

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[it:dvd+rw-tools]]</text>
      <sha1>0hfo2e4dgx1w6sy2ub0n7t42evp065e</sha1>
    </revision>
    <revision>
      <id>222529508</id>
      <parentid>220919947</parentid>
      <timestamp>2008-06-29T20:56:27Z</timestamp>
      <contributor>
        <username>Chealer</username>
        <id>25824</id>
      </contributor>
      <comment>remove latest changes section</comment>
      <origin>222529508</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1208" sha1="pfjm5lu5ykzrktgcy8nkn2hl5z8m2w8" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[it:dvd+rw-tools]]</text>
      <sha1>pfjm5lu5ykzrktgcy8nkn2hl5z8m2w8</sha1>
    </revision>
    <revision>
      <id>235248648</id>
      <parentid>222529508</parentid>
      <timestamp>2008-08-30T20:54:45Z</timestamp>
      <contributor>
        <username>Thijs!bot</username>
        <id>1392310</id>
      </contributor>
      <minor/>
      <comment>robot  Adding: [[es:Dvd+rw-tools]]</comment>
      <origin>235248648</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1228" sha1="dsuj53ukwd41kj5qpw76o9gq52lzpt7" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]</text>
      <sha1>dsuj53ukwd41kj5qpw76o9gq52lzpt7</sha1>
    </revision>
    <revision>
      <id>243150759</id>
      <parentid>235248648</parentid>
      <timestamp>2008-10-05T11:01:35Z</timestamp>
      <contributor>
        <ip>82.7.39.174</ip>
      </contributor>
      <origin>243150759</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1261" sha1="i12xed907q1oryb22x130nj078r1w8i" xml:space="preserve">{{Notability|date=October 2008}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]</text>
      <sha1>i12xed907q1oryb22x130nj078r1w8i</sha1>
    </revision>
    <revision>
      <id>243529687</id>
      <parentid>243150759</parentid>
      <timestamp>2008-10-06T22:19:26Z</timestamp>
      <contributor>
        <ip>87.196.84.94</ip>
      </contributor>
      <origin>243529687</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1228" sha1="dsuj53ukwd41kj5qpw76o9gq52lzpt7" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]</text>
      <sha1>dsuj53ukwd41kj5qpw76o9gq52lzpt7</sha1>
    </revision>
    <revision>
      <id>243546027</id>
      <parentid>243529687</parentid>
      <timestamp>2008-10-06T23:46:49Z</timestamp>
      <contributor>
        <username>Jorunn</username>
        <id>202975</id>
      </contributor>
      <comment>[[WP:UNDO|Undid]] revision 243529687 by [[Special:Contributions/87.196.84.94|87.196.84.94]] ([[User talk:87.196.84.94|talk]]) reinserting {{Notability|date=October 2008}}</comment>
      <origin>243546027</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1261" sha1="i12xed907q1oryb22x130nj078r1w8i" xml:space="preserve">{{Notability|date=October 2008}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]</text>
      <sha1>i12xed907q1oryb22x130nj078r1w8i</sha1>
    </revision>
    <revision>
      <id>244666303</id>
      <parentid>243546027</parentid>
      <timestamp>2008-10-11T23:12:56Z</timestamp>
      <contributor>
        <ip>85.241.124.169</ip>
      </contributor>
      <comment>tag placed by vandal</comment>
      <origin>244666303</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1228" sha1="dsuj53ukwd41kj5qpw76o9gq52lzpt7" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]</text>
      <sha1>dsuj53ukwd41kj5qpw76o9gq52lzpt7</sha1>
    </revision>
    <revision>
      <id>244753206</id>
      <parentid>244666303</parentid>
      <timestamp>2008-10-12T11:02:53Z</timestamp>
      <contributor>
        <ip>82.7.39.174</ip>
      </contributor>
      <comment>I object to being called a vandal, the tag is valid the article doesn't indicate it's meeting of the notability stanard. The encyclopedia would be enriched if someone expands the article to do so.</comment>
      <origin>244753206</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1261" sha1="i12xed907q1oryb22x130nj078r1w8i" xml:space="preserve">{{Notability|date=October 2008}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]</text>
      <sha1>i12xed907q1oryb22x130nj078r1w8i</sha1>
    </revision>
    <revision>
      <id>244781463</id>
      <parentid>244753206</parentid>
      <timestamp>2008-10-12T14:50:58Z</timestamp>
      <contributor>
        <ip>67.43.140.131</ip>
      </contributor>
      <comment>Removed tag added by known vandal to many pages (probably in support of a rival product)</comment>
      <origin>244781463</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1228" sha1="dsuj53ukwd41kj5qpw76o9gq52lzpt7" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]</text>
      <sha1>dsuj53ukwd41kj5qpw76o9gq52lzpt7</sha1>
    </revision>
    <revision>
      <id>244786327</id>
      <parentid>244781463</parentid>
      <timestamp>2008-10-12T15:20:01Z</timestamp>
      <contributor>
        <username>Shirulashem</username>
        <id>1304569</id>
      </contributor>
      <minor/>
      <comment>Reverted unexplained removal of content ([[WP:HG|HG]])</comment>
      <origin>244786327</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1261" sha1="i12xed907q1oryb22x130nj078r1w8i" xml:space="preserve">{{Notability|date=October 2008}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]</text>
      <sha1>i12xed907q1oryb22x130nj078r1w8i</sha1>
    </revision>
    <revision>
      <id>245000437</id>
      <parentid>244786327</parentid>
      <timestamp>2008-10-13T14:55:57Z</timestamp>
      <contributor>
        <ip>64.7.157.30</ip>
      </contributor>
      <comment>[[WP:UNDO|Undid]] revision 244786327 by [[Special:Contributions/Shirulashem|Shirulashem]] ([[User talk:Shirulashem|talk]]) Removing vandalism.</comment>
      <origin>245000437</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1228" sha1="dsuj53ukwd41kj5qpw76o9gq52lzpt7" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]</text>
      <sha1>dsuj53ukwd41kj5qpw76o9gq52lzpt7</sha1>
    </revision>
    <revision>
      <id>246743271</id>
      <parentid>245000437</parentid>
      <timestamp>2008-10-21T16:05:51Z</timestamp>
      <contributor>
        <username>VolkovBot</username>
        <id>3035831</id>
      </contributor>
      <minor/>
      <comment>robot  Adding: [[ru:Growisofs]]</comment>
      <origin>246743271</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1245" sha1="3bu91jf88ghqo67upcm8iys01r81zjm" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]
[[ru:Growisofs]]</text>
      <sha1>3bu91jf88ghqo67upcm8iys01r81zjm</sha1>
    </revision>
    <revision>
      <id>246749540</id>
      <parentid>246743271</parentid>
      <timestamp>2008-10-21T16:37:40Z</timestamp>
      <contributor>
        <username>VolkovBot</username>
        <id>3035831</id>
      </contributor>
      <minor/>
      <comment>- wrong iwiki</comment>
      <origin>246749540</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1228" sha1="dsuj53ukwd41kj5qpw76o9gq52lzpt7" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.0
| latest_release_date    = 2006-09-24
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]</text>
      <sha1>dsuj53ukwd41kj5qpw76o9gq52lzpt7</sha1>
    </revision>
    <revision>
      <id>250275698</id>
      <parentid>246749540</parentid>
      <timestamp>2008-11-07T18:00:23Z</timestamp>
      <contributor>
        <ip>87.218.231.74</ip>
      </contributor>
      <origin>250275698</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1228" sha1="275ryuikrhzu7n1ennxzko0mmhl3q2o" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

==External links==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]</text>
      <sha1>275ryuikrhzu7n1ennxzko0mmhl3q2o</sha1>
    </revision>
    <revision>
      <id>251511030</id>
      <parentid>250275698</parentid>
      <timestamp>2008-11-13T06:52:39Z</timestamp>
      <contributor>
        <username>NBS</username>
        <id>4554961</id>
      </contributor>
      <minor/>
      <comment>ru</comment>
      <origin>251511030</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1247" sha1="j2z9shccsxis06fakfjn8l50jclzy8u" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]
[[ru:Growisofs]]</text>
      <sha1>j2z9shccsxis06fakfjn8l50jclzy8u</sha1>
    </revision>
    <revision>
      <id>372147424</id>
      <parentid>251511030</parentid>
      <timestamp>2010-07-07T03:16:11Z</timestamp>
      <contributor>
        <username>Nbarth</username>
        <id>570614</id>
      </contributor>
      <minor/>
      <comment>links</comment>
      <origin>372147424</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1255" sha1="9lwqlmcec1e7eneumsac8llyzp0y5vo" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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]].

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]
[[ru:Growisofs]]</text>
      <sha1>9lwqlmcec1e7eneumsac8llyzp0y5vo</sha1>
    </revision>
    <revision>
      <id>372148957</id>
      <parentid>372147424</parentid>
      <timestamp>2010-07-07T03:30:53Z</timestamp>
      <contributor>
        <username>Nbarth</username>
        <id>570614</id>
      </contributor>
      <comment>implementation section</comment>
      <origin>372148957</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1875" sha1="0nsy3q0tqhuew0b0auwvn4x8wh53f0k" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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 [[w:dd (Unix)|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),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]
[[ru:Growisofs]]</text>
      <sha1>0nsy3q0tqhuew0b0auwvn4x8wh53f0k</sha1>
    </revision>
    <revision>
      <id>372149480</id>
      <parentid>372148957</parentid>
      <timestamp>2010-07-07T03:36:30Z</timestamp>
      <contributor>
        <username>Nbarth</username>
        <id>570614</id>
      </contributor>
      <minor/>
      <comment>/* Implementation */ link</comment>
      <origin>372149480</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1891" sha1="nnwf4ryp86j6seh0efzlfzviuvgrq6t" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]
[[ru:Growisofs]]</text>
      <sha1>nnwf4ryp86j6seh0efzlfzviuvgrq6t</sha1>
    </revision>
    <revision>
      <id>372164823</id>
      <parentid>372149480</parentid>
      <timestamp>2010-07-07T06:02:40Z</timestamp>
      <contributor>
        <username>Tea2min</username>
        <id>36029</id>
      </contributor>
      <comment>Added missing reflist section.</comment>
      <origin>372164823</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1916" sha1="3o2fkxbj4thc91pe4p1fofbzev36xgh" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== Notes ==
{{Reflist}}

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]
[[ru:Growisofs]]</text>
      <sha1>3o2fkxbj4thc91pe4p1fofbzev36xgh</sha1>
    </revision>
    <revision>
      <id>386741289</id>
      <parentid>372164823</parentid>
      <timestamp>2010-09-24T13:26:29Z</timestamp>
      <contributor>
        <username>Shliphmash</username>
        <id>11508317</id>
      </contributor>
      <comment>/* External links */</comment>
      <origin>386741289</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1919" sha1="rwuzken1su39wj4mwhf6eoz26q037xw" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}

'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== Notes ==
{{Reflist}}

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]
[[ru:dvd+rw-tools]]</text>
      <sha1>rwuzken1su39wj4mwhf6eoz26q037xw</sha1>
    </revision>
    <revision>
      <id>402339287</id>
      <parentid>386741289</parentid>
      <timestamp>2010-12-14T14:19:38Z</timestamp>
      <contributor>
        <username>Frap</username>
        <id>612852</id>
      </contributor>
      <comment>Added portal</comment>
      <origin>402339287</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1943" sha1="hyi4q5crzwl5nxj99fq7iwvfu1ab6k9" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}
{{Portal|Free software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== Notes ==
{{Reflist}}

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]
[[ru:dvd+rw-tools]]</text>
      <sha1>hyi4q5crzwl5nxj99fq7iwvfu1ab6k9</sha1>
    </revision>
    <revision>
      <id>412157064</id>
      <parentid>402339287</parentid>
      <timestamp>2011-02-05T14:46:10Z</timestamp>
      <contributor>
        <username>ZéroBot</username>
        <id>11969601</id>
      </contributor>
      <minor/>
      <comment>r2.6.5) (robot Adding: [[ja:Dvd+rw-tools]]</comment>
      <origin>412157064</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1963" sha1="kzfb90olj0gqixbgpm3qt23yz6mvrv4" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}
{{Portal|Free software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== Notes ==
{{Reflist}}

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]
[[ja:Dvd+rw-tools]]
[[ru:Dvd+rw-tools]]</text>
      <sha1>kzfb90olj0gqixbgpm3qt23yz6mvrv4</sha1>
    </revision>
    <revision>
      <id>418158251</id>
      <parentid>412157064</parentid>
      <timestamp>2011-03-10T17:40:58Z</timestamp>
      <contributor>
        <username>Amirobot</username>
        <id>7390477</id>
      </contributor>
      <minor/>
      <comment>r2.7.1) (robot Adding: [[de:Dvd+rw-tools]]</comment>
      <origin>418158251</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="1983" sha1="b42encvwxwqt69bezbohl9g3jnee5y8" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}
{{Portal|Free software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]].

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== Notes ==
{{Reflist}}

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[de:Dvd+rw-tools]]
[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]
[[ja:Dvd+rw-tools]]
[[ru:Dvd+rw-tools]]</text>
      <sha1>b42encvwxwqt69bezbohl9g3jnee5y8</sha1>
    </revision>
    <revision>
      <id>455156462</id>
      <parentid>418158251</parentid>
      <timestamp>2011-10-12T04:59:22Z</timestamp>
      <contributor>
        <username>Unforgettableid</username>
        <id>504717</id>
      </contributor>
      <minor/>
      <comment>Mentioning the fact that dvd+rw-tools does not burn CDs.  (It only burns DVDs and Blu-ray Discs.</comment>
      <origin>455156462</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2643" sha1="tdl5hdwj0dzc4jvszveti1zdedsbflf" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}
{{Portal|Free software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]]. dvd+rw-tools does not&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=http://news.gmane.org/find-root.php?message_id=%3c3FC67578.F794B706%40fy.chalmers.se%3e|accessdate=12 October 2011|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|month=March|year=2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt; burn CDs.

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== Notes ==
{{Reflist}}

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free CD writing software]]
[[Category:Optical disc authoring software]]

[[de:Dvd+rw-tools]]
[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]
[[ja:Dvd+rw-tools]]
[[ru:Dvd+rw-tools]]</text>
      <sha1>tdl5hdwj0dzc4jvszveti1zdedsbflf</sha1>
    </revision>
    <revision>
      <id>470157801</id>
      <parentid>455156462</parentid>
      <timestamp>2012-01-07T22:22:11Z</timestamp>
      <contributor>
        <username>Cydebot</username>
        <id>1215485</id>
      </contributor>
      <minor/>
      <comment>Robot - Speedily moving category Free CD writing software to [[:Category:Free optical disc authoring software]] per [[WP:CFDS|CFDS]].</comment>
      <origin>470157801</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2655" sha1="oy8srgc5gjeb5gr6noo0uvmjfikllg0" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}
{{Portal|Free software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]]. dvd+rw-tools does not&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=http://news.gmane.org/find-root.php?message_id=%3c3FC67578.F794B706%40fy.chalmers.se%3e|accessdate=12 October 2011|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|month=March|year=2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt; burn CDs.

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== Notes ==
{{Reflist}}

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]

[[de:Dvd+rw-tools]]
[[es:Dvd+rw-tools]]
[[it:Dvd+rw-tools]]
[[ja:Dvd+rw-tools]]
[[ru:Dvd+rw-tools]]</text>
      <sha1>oy8srgc5gjeb5gr6noo0uvmjfikllg0</sha1>
    </revision>
    <revision>
      <id>541087547</id>
      <parentid>470157801</parentid>
      <timestamp>2013-02-28T00:24:23Z</timestamp>
      <contributor>
        <username>Addbot</username>
        <id>6569922</id>
      </contributor>
      <minor/>
      <comment>[[User:Addbot|Bot:]] Migrating 5 interwiki links, now provided by [[Wikipedia:Wikidata|Wikidata]] on [[d:q286678]] ([[User talk:Addbot|Report Errors]])</comment>
      <origin>541087547</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2554" sha1="kb3h9ahltcc4b7lv0pjzir7vcfgcge2" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}
{{Portal|Free software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]]. dvd+rw-tools does not&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=http://news.gmane.org/find-root.php?message_id=%3c3FC67578.F794B706%40fy.chalmers.se%3e|accessdate=12 October 2011|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|month=March|year=2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt; burn CDs.

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== Notes ==
{{Reflist}}

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>kb3h9ahltcc4b7lv0pjzir7vcfgcge2</sha1>
    </revision>
    <revision>
      <id>576420916</id>
      <parentid>541087547</parentid>
      <timestamp>2013-10-09T11:26:51Z</timestamp>
      <contributor>
        <username>WilliamJE</username>
        <id>937448</id>
      </contributor>
      <minor/>
      <comment>/* Notes */</comment>
      <origin>576420916</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2559" sha1="i9hjm2bwok65hxahlp2j9jng8fulkt5" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}
{{Portal|Free software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]]. dvd+rw-tools does not&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=http://news.gmane.org/find-root.php?message_id=%3c3FC67578.F794B706%40fy.chalmers.se%3e|accessdate=12 October 2011|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|month=March|year=2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt; burn CDs.

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== References ==
{{Reflist}}

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>i9hjm2bwok65hxahlp2j9jng8fulkt5</sha1>
    </revision>
    <revision>
      <id>587013771</id>
      <parentid>576420916</parentid>
      <timestamp>2013-12-20T21:52:39Z</timestamp>
      <contributor>
        <username>Fleetwoodta</username>
        <id>20402511</id>
      </contributor>
      <comment>internal hyperlink to "Growisofs usage"</comment>
      <origin>587013771</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2605" sha1="kq0v0zlam9t1a4ncniy9lfj9sz9rfdf" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}
{{Portal|Free software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]]. dvd+rw-tools does not&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=http://news.gmane.org/find-root.php?message_id=%3c3FC67578.F794B706%40fy.chalmers.se%3e|accessdate=12 October 2011|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|month=March|year=2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt; burn CDs.

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== References ==
{{Reflist}}

== Internal articles ==

[[Growisofs usage]]

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>kq0v0zlam9t1a4ncniy9lfj9sz9rfdf</sha1>
    </revision>
    <revision>
      <id>587026000</id>
      <parentid>587013771</parentid>
      <timestamp>2013-12-20T23:32:01Z</timestamp>
      <contributor>
        <username>Loriendrew</username>
        <id>15763484</id>
      </contributor>
      <comment>Reverted 1 edit by [[Special:Contributions/Fleetwoodta|Fleetwoodta]] ([[User talk:Fleetwoodta|talk]]). ([[WP:TW|TW]])</comment>
      <origin>587026000</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2559" sha1="i9hjm2bwok65hxahlp2j9jng8fulkt5" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}
{{Portal|Free software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]]. dvd+rw-tools does not&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=http://news.gmane.org/find-root.php?message_id=%3c3FC67578.F794B706%40fy.chalmers.se%3e|accessdate=12 October 2011|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|month=March|year=2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt; burn CDs.

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== References ==
{{Reflist}}

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>i9hjm2bwok65hxahlp2j9jng8fulkt5</sha1>
    </revision>
    <revision>
      <id>591120050</id>
      <parentid>587026000</parentid>
      <timestamp>2014-01-17T13:40:42Z</timestamp>
      <contributor>
        <username>Monkbot</username>
        <id>20483999</id>
      </contributor>
      <minor/>
      <comment>Fix [[Help:CS1_errors#deprecated_params|CS1 deprecated date parameter errors]]</comment>
      <origin>591120050</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2553" sha1="iq9n0ebi7n4eo2hsebav6y2szod15ah" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = 2008-03-05
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}
{{Portal|Free software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]]. dvd+rw-tools does not&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=http://news.gmane.org/find-root.php?message_id=%3c3FC67578.F794B706%40fy.chalmers.se%3e|accessdate=12 October 2011|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt; burn CDs.

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== References ==
{{Reflist}}

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>iq9n0ebi7n4eo2hsebav6y2szod15ah</sha1>
    </revision>
    <revision>
      <id>653488595</id>
      <parentid>591120050</parentid>
      <timestamp>2015-03-25T18:01:02Z</timestamp>
      <contributor>
        <username>Schily</username>
        <id>1969818</id>
      </contributor>
      <comment>add age</comment>
      <origin>653488595</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2578" sha1="3a8goesvqwg60ckhr5qcs6upj3pal4o" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}
{{Portal|Free software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]]. dvd+rw-tools does not&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=http://news.gmane.org/find-root.php?message_id=%3c3FC67578.F794B706%40fy.chalmers.se%3e|accessdate=12 October 2011|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt; burn CDs.

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== References ==
{{Reflist}}

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>3a8goesvqwg60ckhr5qcs6upj3pal4o</sha1>
    </revision>
    <revision>
      <id>653488893</id>
      <parentid>653488595</parentid>
      <timestamp>2015-03-25T18:03:06Z</timestamp>
      <contributor>
        <username>Schily</username>
        <id>1969818</id>
      </contributor>
      <comment>a program that did not publish any change (even no preview or bugfix) since &gt; 7 years must be considered inactive</comment>
      <origin>653488893</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2614" sha1="7orprlmf5m70hktt3fhiyzzz8mfv6te" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| status                 = Inactive
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}
{{Portal|Free software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open source]] computer programs that are popular [[DVD]] (and recently [[Blu-ray Disc]]) burning tools for [[Linux]], [[FreeBSD]], [[Microsoft Windows|Windows]] and [[Mac OS X]]. dvd+rw-tools does not&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=http://news.gmane.org/find-root.php?message_id=%3c3FC67578.F794B706%40fy.chalmers.se%3e|accessdate=12 October 2011|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt; burn CDs.

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== References ==
{{Reflist}}

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>7orprlmf5m70hktt3fhiyzzz8mfv6te</sha1>
    </revision>
    <revision>
      <id>700280069</id>
      <parentid>653488893</parentid>
      <timestamp>2016-01-17T15:24:57Z</timestamp>
      <contributor>
        <username>Lonaowna</username>
        <id>9155605</id>
      </contributor>
      <minor/>
      <comment>rm "popular": vague, unsourced. move ref a bit</comment>
      <origin>700280069</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2564" sha1="if1x9ars3yiv6inptlpvyscgjktka40" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| status                 = Inactive
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}
{{Portal|Free software}}
'''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]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not burn CDs.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=http://news.gmane.org/find-root.php?message_id=%3c3FC67578.F794B706%40fy.chalmers.se%3e|accessdate=12 October 2011|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== References ==
{{Reflist}}

== External links ==
* [http://fy.chalmers.se/~appro/linux/DVD+RW/ Official website]

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>if1x9ars3yiv6inptlpvyscgjktka40</sha1>
    </revision>
    <revision>
      <id>736862110</id>
      <parentid>700280069</parentid>
      <timestamp>2016-08-30T09:35:18Z</timestamp>
      <contributor>
        <username>Dexbot</username>
        <id>16752040</id>
      </contributor>
      <minor/>
      <comment>Bot: Using official website template</comment>
      <origin>736862110</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2566" sha1="j0rlkkj1vn2md7tkb0bd3e16nz93ifd" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| status                 = Inactive
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = http://fy.chalmers.se/~appro/linux/DVD+RW/ 
}}
{{Portal|Free software}}
'''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]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not burn CDs.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=http://news.gmane.org/find-root.php?message_id=%3c3FC67578.F794B706%40fy.chalmers.se%3e|accessdate=12 October 2011|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>j0rlkkj1vn2md7tkb0bd3e16nz93ifd</sha1>
    </revision>
    <revision>
      <id>791087536</id>
      <parentid>736862110</parentid>
      <timestamp>2017-07-18T02:02:50Z</timestamp>
      <contributor>
        <username>Kiwi128</username>
        <id>12235997</id>
      </contributor>
      <comment>use [[template:url|{{url}}]] in infobox for website parameter</comment>
      <origin>791087536</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2573" sha1="a9c8fk2vid14s1s6a5qoc533bqh15xy" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| status                 = Inactive
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free software}}
'''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]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not burn CDs.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=http://news.gmane.org/find-root.php?message_id=%3c3FC67578.F794B706%40fy.chalmers.se%3e|accessdate=12 October 2011|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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 [[w:dd (Unix)|dd]], which is the low-level process for sending data to the writer. This uses two buffers, the [[ring buffer|Ring Buffer]] (the growisofs program's software buffer) and the Unit Buffer (the drive's internal hardware buffer),&lt;ref name="ubuntu"&gt;[http://ubuntuforums.org/showthread.php?t=1042283 ubuntu forums: growisofs - what does rbu and ubu mean?]&lt;/ref&gt; 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").&lt;ref name="ubuntu" /&gt;

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>a9c8fk2vid14s1s6a5qoc533bqh15xy</sha1>
    </revision>
    <revision>
      <id>807505684</id>
      <parentid>791087536</parentid>
      <timestamp>2017-10-28T11:56:03Z</timestamp>
      <contributor>
        <ip>2003:C6:1F27:11D1:9D0D:992B:CBCC:8B0E</ip>
      </contributor>
      <comment>Added missing Operating Systems. Revived dead link. Mentioned xorrisofs as third ISO 9660 formatter. Clarified role as SCSI/MMC driver. Removed citation from poor source.</comment>
      <origin>807505684</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="2837" sha1="k1k6hmr5d8lg2fsworsbt0rdc01h38b" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| status                 = Inactive
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free software}}
'''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]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]],
[[Solaris_(operating_system)|Solaris]], [[HP-UX]], [[IRIX]],
[[Microsoft Windows|Windows]] and [[OS X]].
dvd+rw-tools does not burn CDs.
&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|accessdate=28 October 2017|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or
a symbolic link xorrisofs to [[Libburnia|xorriso]] (from the libisoburn or
GNU xorriso package).
&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;
Released under the [[GNU General Public License]], dvd+rw-tools is
[[free software]].

== Implementation ==
growisofs is a [[MultiMedia_Commands|SCSI/MMC]] driver in userspace
for burning optical media, like [[Cdrtools|cdrecord]] or [[Libburnia|libburn]].
Its original purpose is to coordinate burning with a run of mkisofs,
so that ISO 9660 multi-session becomes possible on DVD+RW media. But soon it
supported all kinds of DVD media and later also BD (Blu-ray) media.
Further it can burn preformatted data images onto the media, not needing
any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data
transmission to the drive. The fill level of this buffer is reported during
a burn run as "RBU", whereas the fill level of the drive's built-in buffer
is reported as "UBU".

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>k1k6hmr5d8lg2fsworsbt0rdc01h38b</sha1>
    </revision>
    <revision>
      <id>807523892</id>
      <parentid>807505684</parentid>
      <timestamp>2017-10-28T14:35:42Z</timestamp>
      <contributor>
        <ip>2003:C6:1F27:11D1:9D0D:992B:CBCC:8B0E</ip>
      </contributor>
      <comment>Made a list of executable programs in dvd+rw-tools</comment>
      <origin>807523892</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="3237" sha1="osbghpiv5wxa96hkxi2n21lb0abulrs" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| status                 = Inactive
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a
collection of [[open source]] [[DVD]] and [[Blu-ray Disc]] tools
for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]],
[[Solaris_(operating_system)|Solaris]], [[HP-UX]], [[IRIX]],
[[Microsoft Windows|Windows]] and [[OS X]].
dvd+rw-tools does not burn CDs.
&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|accessdate=28 October 2017|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or
a symbolic link xorrisofs to [[Libburnia|xorriso]] (from the libisoburn or
GNU xorriso package).
&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;
Released under the [[GNU General Public License]], dvd+rw-tools is
[[free software]].

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal_hard-drive_defect_management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book_type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia_Commands|SCSI/MMC]] driver in userspace
for burning optical media, like [[Cdrtools|cdrecord]] or [[Libburnia|libburn]].
Its original purpose is to coordinate burning with a run of mkisofs,
so that ISO 9660 multi-session becomes possible on DVD+RW media. But soon it
supported all kinds of DVD media and later also BD (Blu-ray) media.
Further it can burn preformatted data images onto the media, not needing
any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data
transmission to the drive. The fill level of this buffer is reported during
a burn run as "RBU", whereas the fill level of the drive's built-in buffer
is reported as "UBU".

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>osbghpiv5wxa96hkxi2n21lb0abulrs</sha1>
    </revision>
    <revision>
      <id>807524306</id>
      <parentid>807523892</parentid>
      <timestamp>2017-10-28T14:39:35Z</timestamp>
      <contributor>
        <ip>2003:C6:1F27:11D1:9D0D:992B:CBCC:8B0E</ip>
      </contributor>
      <comment>Small correction of statement about CD media.</comment>
      <origin>807524306</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="3245" sha1="lhn9a2f9vqm23mluoegcilxxrufa0bs" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| status                 = Inactive
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a
collection of [[open source]] [[DVD]] and [[Blu-ray Disc]] tools
for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]],
[[Solaris_(operating_system)|Solaris]], [[HP-UX]], [[IRIX]],
[[Microsoft Windows|Windows]] and [[OS X]].
dvd+rw-tools does not operate CD media.
&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|accessdate=28 October 2017|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or
a symbolic link xorrisofs to [[Libburnia|xorriso]] (from the libisoburn or
GNU xorriso package).
&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;
Released under the [[GNU General Public License]], dvd+rw-tools is
[[free software]].

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal_hard-drive_defect_management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book_type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia_Commands|SCSI/MMC]] driver in userspace
for burning optical media, like [[Cdrtools|cdrecord]] or [[Libburnia|libburn]].
Its original purpose is to coordinate burning with a run of mkisofs,
so that ISO 9660 multi-session becomes possible on DVD+RW media. But soon it
supported all kinds of DVD media and later also BD (Blu-ray) media.
Further it can burn preformatted data images onto the media, not needing
any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data
transmission to the drive. The fill level of this buffer is reported during
a burn run as "RBU", whereas the fill level of the drive's built-in buffer
is reported as "UBU".

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}
{{compsci-stub}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>lhn9a2f9vqm23mluoegcilxxrufa0bs</sha1>
    </revision>
    <revision>
      <id>871688942</id>
      <parentid>807524306</parentid>
      <timestamp>2018-12-02T20:31:50Z</timestamp>
      <contributor>
        <username>GoingBatty</username>
        <id>11555324</id>
      </contributor>
      <minor/>
      <comment>[[WP:AWB/GF|General fixes]] and manual cleanup, replaced: [[open source]] → [[open-source software|open-source]]</comment>
      <origin>871688942</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="3231" sha1="3cbgpnu7g3x42crj75c5yqzh3m7yz1j" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open-source software|open-source]] [[DVD]] and [[Blu-ray Disc]] tools for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]], [[Solaris (operating system)|Solaris]], [[HP-UX]], [[IRIX]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not operate CD media.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|accessdate=28 October 2017|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or a symbolic link xorrisofs to [[Libburnia|xorriso]] (from the libisoburn or GNU xorriso package).&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal hard-drive defect management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia Commands|SCSI/MMC]] driver in userspace for burning optical media, like [[Cdrtools|cdrecord]] or [[Libburnia|libburn]]. Its original purpose is to coordinate burning with a run of mkisofs, so that ISO 9660 multi-session becomes possible on DVD+RW media. But soon it supported all kinds of DVD media and later also BD (Blu-ray) media. Further it can burn preformatted data images onto the media, not needing any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data transmission to the drive. The fill level of this buffer is reported during a burn run as "RBU", whereas the fill level of the drive's built-in buffer is reported as "UBU".

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]


{{compsci-stub}}</text>
      <sha1>3cbgpnu7g3x42crj75c5yqzh3m7yz1j</sha1>
    </revision>
    <revision>
      <id>875129871</id>
      <parentid>871688942</parentid>
      <timestamp>2018-12-24T01:04:43Z</timestamp>
      <contributor>
        <username>Newslinger</username>
        <id>33467233</id>
      </contributor>
      <minor/>
      <comment>Use [[Portal:Free and open-source software|Free and open-source software]] portal name (via [[WP:JWB]])</comment>
      <origin>875129871</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="3247" sha1="j1gunbhf177o5gafdbdydmi1zg5ard4" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free and open-source software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open-source software|open-source]] [[DVD]] and [[Blu-ray Disc]] tools for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]], [[Solaris (operating system)|Solaris]], [[HP-UX]], [[IRIX]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not operate CD media.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|accessdate=28 October 2017|date=27 November 2003|mailinglist=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or a symbolic link xorrisofs to [[Libburnia|xorriso]] (from the libisoburn or GNU xorriso package).&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|accessdate=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal hard-drive defect management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia Commands|SCSI/MMC]] driver in userspace for burning optical media, like [[Cdrtools|cdrecord]] or [[Libburnia|libburn]]. Its original purpose is to coordinate burning with a run of mkisofs, so that ISO 9660 multi-session becomes possible on DVD+RW media. But soon it supported all kinds of DVD media and later also BD (Blu-ray) media. Further it can burn preformatted data images onto the media, not needing any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data transmission to the drive. The fill level of this buffer is reported during a burn run as "RBU", whereas the fill level of the drive's built-in buffer is reported as "UBU".

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]


{{compsci-stub}}</text>
      <sha1>j1gunbhf177o5gafdbdydmi1zg5ard4</sha1>
    </revision>
    <revision>
      <id>1000098708</id>
      <parentid>875129871</parentid>
      <timestamp>2021-01-13T15:39:58Z</timestamp>
      <contributor>
        <username>Monkbot</username>
        <id>20483999</id>
      </contributor>
      <minor/>
      <comment>[[User:Monkbot/task 18|Task 18 (cosmetic)]]: eval 2 templates: hyphenate params (3×);</comment>
      <origin>1000098708</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="3250" sha1="eyyx9wxin9m3486krertzmuuh7041w1" xml:space="preserve">{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free and open-source software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open-source software|open-source]] [[DVD]] and [[Blu-ray Disc]] tools for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]], [[Solaris (operating system)|Solaris]], [[HP-UX]], [[IRIX]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not operate CD media.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|access-date=28 October 2017|date=27 November 2003|mailing-list=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or a symbolic link xorrisofs to [[Libburnia|xorriso]] (from the libisoburn or GNU xorriso package).&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|access-date=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal hard-drive defect management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia Commands|SCSI/MMC]] driver in userspace for burning optical media, like [[Cdrtools|cdrecord]] or [[Libburnia|libburn]]. Its original purpose is to coordinate burning with a run of mkisofs, so that ISO 9660 multi-session becomes possible on DVD+RW media. But soon it supported all kinds of DVD media and later also BD (Blu-ray) media. Further it can burn preformatted data images onto the media, not needing any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data transmission to the drive. The fill level of this buffer is reported during a burn run as "RBU", whereas the fill level of the drive's built-in buffer is reported as "UBU".

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]


{{compsci-stub}}</text>
      <sha1>eyyx9wxin9m3486krertzmuuh7041w1</sha1>
    </revision>
    <revision>
      <id>1063299302</id>
      <parentid>1000098708</parentid>
      <timestamp>2022-01-02T07:18:06Z</timestamp>
      <contributor>
        <username>VulcanSphere</username>
        <id>20841863</id>
      </contributor>
      <comment>Adding [[Wikipedia:Short description|short description]]: "Optical disc authoring software" ([[Wikipedia:Shortdesc helper|Shortdesc helper]])</comment>
      <origin>1063299302</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="3304" sha1="2z7i93szjx6b8xg69l5txij7tm4m64z" xml:space="preserve">{{Short description|Optical disc authoring software}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free and open-source software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open-source software|open-source]] [[DVD]] and [[Blu-ray Disc]] tools for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]], [[Solaris (operating system)|Solaris]], [[HP-UX]], [[IRIX]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not operate CD media.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|access-date=28 October 2017|date=27 November 2003|mailing-list=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or a symbolic link xorrisofs to [[Libburnia|xorriso]] (from the libisoburn or GNU xorriso package).&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|access-date=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal hard-drive defect management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia Commands|SCSI/MMC]] driver in userspace for burning optical media, like [[Cdrtools|cdrecord]] or [[Libburnia|libburn]]. Its original purpose is to coordinate burning with a run of mkisofs, so that ISO 9660 multi-session becomes possible on DVD+RW media. But soon it supported all kinds of DVD media and later also BD (Blu-ray) media. Further it can burn preformatted data images onto the media, not needing any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data transmission to the drive. The fill level of this buffer is reported during a burn run as "RBU", whereas the fill level of the drive's built-in buffer is reported as "UBU".

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]


{{compsci-stub}}</text>
      <sha1>2z7i93szjx6b8xg69l5txij7tm4m64z</sha1>
    </revision>
    <revision>
      <id>1241269278</id>
      <parentid>1063299302</parentid>
      <timestamp>2024-08-20T08:48:30Z</timestamp>
      <contributor>
        <username>110521sgl</username>
        <id>30064112</id>
      </contributor>
      <minor/>
      <comment>Tag proper names and non-typos as {{proper name}} and {{not a typo}} for automated spell checkers (including [[Wikipedia:Typo Team/moss]])</comment>
      <origin>1241269278</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="3383" sha1="jojqtcbgb374zx33iiydmi7vrd04vnm" xml:space="preserve">{{Short description|Optical disc authoring software}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free and open-source software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open-source software|open-source]] [[DVD]] and [[Blu-ray Disc]] tools for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]], [[Solaris (operating system)|Solaris]], [[HP-UX]], [[IRIX]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not operate CD media.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|access-date=28 October 2017|date=27 November 2003|mailing-list=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or a symbolic link {{not a typo|xorrisofs}} to {{proper name|[[Libburnia|xorriso]]}} (from the {{proper name|libisoburn}} or {{proper name|GNU xorriso}} package).&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|access-date=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal hard-drive defect management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia Commands|SCSI/MMC]] driver in userspace for burning optical media, like [[Cdrtools|cdrecord]] or {{proper name|[[Libburnia|libburn]]}}. Its original purpose is to coordinate burning with a run of mkisofs, so that ISO 9660 multi-session becomes possible on DVD+RW media. But soon it supported all kinds of DVD media and later also BD (Blu-ray) media. Further it can burn preformatted data images onto the media, not needing any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data transmission to the drive. The fill level of this buffer is reported during a burn run as "RBU", whereas the fill level of the drive's built-in buffer is reported as "UBU".

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]


{{compsci-stub}}</text>
      <sha1>jojqtcbgb374zx33iiydmi7vrd04vnm</sha1>
    </revision>
    <revision>
      <id>1246343825</id>
      <parentid>1241269278</parentid>
      <timestamp>2024-09-18T11:14:40Z</timestamp>
      <contributor>
        <ip>2003:E8:173A:6799:88C8:96B3:D61A:AA7D</ip>
      </contributor>
      <comment>/* growisofs */Explaining multisessioning. 
And growisofs can only multisession ISO9660, not UDF.</comment>
      <origin>1246343825</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="3787" sha1="mm55uiibrwo5dhvzymaudr6c94tfig1" xml:space="preserve">{{Short description|Optical disc authoring software}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free and open-source software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open-source software|open-source]] [[DVD]] and [[Blu-ray Disc]] tools for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]], [[Solaris (operating system)|Solaris]], [[HP-UX]], [[IRIX]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not operate CD media.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|access-date=28 October 2017|date=27 November 2003|mailing-list=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or a symbolic link {{not a typo|xorrisofs}} to {{proper name|[[Libburnia|xorriso]]}} (from the {{proper name|libisoburn}} or {{proper name|GNU xorriso}} package).&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|access-date=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal hard-drive defect management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia Commands|SCSI/MMC]] driver in userspace for burning optical media, like [[Cdrtools|cdrecord]] or {{proper name|[[Libburnia|libburn]]}}. Its original purpose is to coordinate burning with a run of mkisofs, so that ISO 9660 [[multisession]] writing becomes possible on DVD+RW media, making it possible to add new files to a partially written disc with existing files.

Soon after, it supported all kinds of DVD media and later also BD (Blu-ray) media. Further it can burn preformatted data images onto the media, not needing any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data transmission to the drive. The fill level of this buffer is reported during a burn run as "RBU", whereas the fill level of the drive's built-in buffer is reported as "UBU".

growisofs is able to create a UDF 1.02 file system that co-exists with the ISO9660 on the same disc or image, but it can not an create UDF-only disc or image. Additionally, multisessioning is only supported for ISO9660 file systems, not UDF.&lt;ref&gt;http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/&lt;/ref&gt;

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]


{{compsci-stub}}</text>
      <sha1>mm55uiibrwo5dhvzymaudr6c94tfig1</sha1>
    </revision>
    <revision>
      <id>1246344042</id>
      <parentid>1246343825</parentid>
      <timestamp>2024-09-18T11:16:55Z</timestamp>
      <contributor>
        <ip>2003:E8:173A:6799:88C8:96B3:D61A:AA7D</ip>
      </contributor>
      <comment>/* growisofs */Quoting the source.</comment>
      <origin>1246344042</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="3913" sha1="rwmd9c2jb1quoathphxvckolkzyjxkp" xml:space="preserve">{{Short description|Optical disc authoring software}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free and open-source software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open-source software|open-source]] [[DVD]] and [[Blu-ray Disc]] tools for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]], [[Solaris (operating system)|Solaris]], [[HP-UX]], [[IRIX]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not operate CD media.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|access-date=28 October 2017|date=27 November 2003|mailing-list=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or a symbolic link {{not a typo|xorrisofs}} to {{proper name|[[Libburnia|xorriso]]}} (from the {{proper name|libisoburn}} or {{proper name|GNU xorriso}} package).&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|access-date=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal hard-drive defect management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia Commands|SCSI/MMC]] driver in userspace for burning optical media, like [[Cdrtools|cdrecord]] or {{proper name|[[Libburnia|libburn]]}}. Its original purpose is to coordinate burning with a run of mkisofs, so that ISO 9660 [[multisession]] writing becomes possible on DVD+RW media, making it possible to add new files to a partially written disc with existing files.

Soon after, it supported all kinds of DVD media and later also BD (Blu-ray) media. Further it can burn preformatted data images onto the media, not needing any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data transmission to the drive. The fill level of this buffer is reported during a burn run as "RBU", whereas the fill level of the drive's built-in buffer is reported as "UBU".

growisofs is able to create a UDF 1.02 file system that co-exists with the ISO9660 on the same disc or image, but it can not an create UDF-only disc or image. Additionally, multisessioning is only supported for ISO9660 file systems, not UDF.&lt;ref&gt;http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ - "[...] it is possible to burn bridge volume with large files with -udf option, but then multisessioning is out of picture."&lt;/ref&gt;

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]


{{compsci-stub}}</text>
      <sha1>rwmd9c2jb1quoathphxvckolkzyjxkp</sha1>
    </revision>
    <revision>
      <id>1254445300</id>
      <parentid>1246344042</parentid>
      <timestamp>2024-10-31T01:03:05Z</timestamp>
      <contributor>
        <username>CDVDBD</username>
        <id>48366169</id>
      </contributor>
      <comment>/* growisofs */ command line example</comment>
      <origin>1254445300</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="7010" sha1="9r4vbfn9so41j350dbbfzlnxei84l5u" xml:space="preserve">{{Short description|Optical disc authoring software}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free and open-source software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open-source software|open-source]] [[DVD]] and [[Blu-ray Disc]] tools for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]], [[Solaris (operating system)|Solaris]], [[HP-UX]], [[IRIX]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not operate CD media.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|access-date=28 October 2017|date=27 November 2003|mailing-list=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or a symbolic link {{not a typo|xorrisofs}} to {{proper name|[[Libburnia|xorriso]]}} (from the {{proper name|libisoburn}} or {{proper name|GNU xorriso}} package).&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|access-date=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal hard-drive defect management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia Commands|SCSI/MMC]] driver in userspace for burning optical media, like [[Cdrtools|cdrecord]] or {{proper name|[[Libburnia|libburn]]}}. Its original purpose is to coordinate burning with a run of [[mkisofs]] or [[genisoimage]] (depending on repository), so that ISO 9660 [[multisession]] writing becomes possible on DVD+RW media, making it possible to add new files to a partially written disc with existing files.&lt;ref&gt;[https://manpages.debian.org/bullseye/growisofs/growisofs.1.en.html growisofs(1) — growisofs — Debian bullseye — Debian Manpages]&lt;/ref&gt;&lt;ref&gt;[https://man.archlinux.org/man/growisofs.1 growisofs(1) — Arch manual pages]&lt;/ref&gt;

Soon after, it supported all kinds of DVD media and later also BD (Blu-ray) media. Further it can burn preformatted data images onto the media, not needing any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data transmission to the drive. The fill level of this buffer is reported during a burn run as "RBU", whereas the fill level of the drive's built-in buffer is reported as "UBU".

growisofs is able to create a UDF 1.02 file system that co-exists with the ISO9660 on the same disc or image, but it can not an create UDF-only disc or image. Additionally, multisessioning (adding new files to a disc with existing files) is only supported for ISO9660 file systems, not UDF.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[...] it is possible to burn bridge volume with large files with -udf option, but then multisessioning is out of picture."&lt;/ref&gt;

Example usage:

&lt;syntaxhighlight lang=sh&gt;
growisofs -use-the-force-luke=notray  -overburn -Z /dev/sr0 -speed=6 -r -udf  -V "volume label (disc title)" parent_directory
&lt;/syntaxhighlight&gt;

In this example, &lt;code&gt;-use-the-force-luke=notray&lt;/code&gt; keeps the tray closed after the burning process to prevent it from collecting dust when the computer is not in use. &lt;code&gt;-overburn&lt;/code&gt; tells the drive to try burning beyond the available capacity of the disc. However, if the drive refuses to write beyond a certain point, the program can not overrule the drive. &lt;code&gt;-speed=6&lt;/code&gt; sets a desired writing speed. If the speed is not supported by the drive or the disc type, the drive will usually write at a speed as close to the specified speed as possible. The parameters after that are inherited from [[genisoimage]] and enable the Rock Ridge extension, create a UDF file tree for files that exceed 4 GiB, and specify a volume label to be shown in [[file manager]]s.

Like ''genisoimage'', ''growisofs'' puts the files and folders inside "parent_directory" directly in the root directory of the disc, not inside a directory named "parent_directory".

Some undocumented options in the program are prefixed with &lt;code&gt;-use-the-force-luke=&lt;/code&gt;, which is a [[Star Wars]] reference. Such options are not meant for regular use but for [[power user]]s who "know what they're doing". For example, &lt;code&gt;-use-the-force-luke=spare:none&lt;/code&gt; doubles the writing speed by deactivating the use of a "spare area" that repeats writes of unreadable sectors during the writing process. It may be used to save time, given that new blank media is highly unlikely to cause errors.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[…]most units will typically record at about 1/2 of the advertised media speed. This is because such units will spend every second revolution verifying the newly recorded data for defects.", "growisofs allows for SRM recordings without spare area through "undocumented" -use-the-force-luke=spare:none option, but it's not recommended[.]"&lt;/ref&gt;&lt;ref&gt;From the growisofs(1) manual: "There  are  several undocumented options commonly denoted with -use-the-force-luke prefix. Some of them serve debugging purposes. Some require certain knowledge about recording process or even OS kernel internals  and  as being such can induce confusing behaviour. Some are to be used in very specific situations better recognized by front-ends or automated  scripts. Rationale behind leaving these options undocumented is that those few users who would actually need to use them directly can  as  well  consult  the source code or obtain specific instructions elsewhere."&lt;/ref&gt;

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]


{{compsci-stub}}</text>
      <sha1>9r4vbfn9so41j350dbbfzlnxei84l5u</sha1>
    </revision>
    <revision>
      <id>1254445462</id>
      <parentid>1254445300</parentid>
      <timestamp>2024-10-31T01:04:20Z</timestamp>
      <contributor>
        <username>CDVDBD</username>
        <id>48366169</id>
      </contributor>
      <minor/>
      <comment>/* growisofs */ with quotation marks to cover directory names with spaces</comment>
      <origin>1254445462</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="7014" sha1="871tceg052sc3big8gm5h8kkzsxuhkw" xml:space="preserve">{{Short description|Optical disc authoring software}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free and open-source software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open-source software|open-source]] [[DVD]] and [[Blu-ray Disc]] tools for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]], [[Solaris (operating system)|Solaris]], [[HP-UX]], [[IRIX]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not operate CD media.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|access-date=28 October 2017|date=27 November 2003|mailing-list=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or a symbolic link {{not a typo|xorrisofs}} to {{proper name|[[Libburnia|xorriso]]}} (from the {{proper name|libisoburn}} or {{proper name|GNU xorriso}} package).&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|access-date=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal hard-drive defect management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia Commands|SCSI/MMC]] driver in userspace for burning optical media, like [[Cdrtools|cdrecord]] or {{proper name|[[Libburnia|libburn]]}}. Its original purpose is to coordinate burning with a run of [[mkisofs]] or [[genisoimage]] (depending on repository), so that ISO 9660 [[multisession]] writing becomes possible on DVD+RW media, making it possible to add new files to a partially written disc with existing files.&lt;ref&gt;[https://manpages.debian.org/bullseye/growisofs/growisofs.1.en.html growisofs(1) — growisofs — Debian bullseye — Debian Manpages]&lt;/ref&gt;&lt;ref&gt;[https://man.archlinux.org/man/growisofs.1 growisofs(1) — Arch manual pages]&lt;/ref&gt;

Soon after, it supported all kinds of DVD media and later also BD (Blu-ray) media. Further it can burn preformatted data images onto the media, not needing any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data transmission to the drive. The fill level of this buffer is reported during a burn run as "RBU", whereas the fill level of the drive's built-in buffer is reported as "UBU".

growisofs is able to create a UDF 1.02 file system that co-exists with the ISO9660 on the same disc or image, but it can not an create UDF-only disc or image. Additionally, multisessioning (adding new files to a disc with existing files) is only supported for ISO9660 file systems, not UDF.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[...] it is possible to burn bridge volume with large files with -udf option, but then multisessioning is out of picture."&lt;/ref&gt;

Example usage:

&lt;syntaxhighlight lang=sh&gt;
growisofs -use-the-force-luke=notray  -overburn -Z /dev/sr0 -speed=6 -r -udf  -V "volume label (disc title)" "parent directory"
&lt;/syntaxhighlight&gt;

In this example, &lt;code&gt;-use-the-force-luke=notray&lt;/code&gt; keeps the tray closed after the burning process to prevent it from collecting dust when the computer is not in use. &lt;code&gt;-overburn&lt;/code&gt; tells the drive to try burning beyond the available capacity of the disc. However, if the drive refuses to write beyond a certain point, the program can not overrule the drive. &lt;code&gt;-speed=6&lt;/code&gt; sets a desired writing speed. If the speed is not supported by the drive or the disc type, the drive will usually write at a speed as close to the specified speed as possible. The parameters after that are inherited from [[genisoimage]] and enable the Rock Ridge extension, create a UDF file tree for files that exceed 4 GiB, and specify a volume label to be shown in [[file manager]]s.

Like ''genisoimage'', ''growisofs'' places the files and folders inside "parent_directory" directly in the root directory of the disc, not inside a directory named "parent_directory".

Some undocumented options in the program are prefixed with &lt;code&gt;-use-the-force-luke=&lt;/code&gt;, which is a [[Star Wars]] reference. Such options are not meant for regular use but for [[power user]]s who "know what they're doing". For example, &lt;code&gt;-use-the-force-luke=spare:none&lt;/code&gt; doubles the writing speed by deactivating the use of a "spare area" that repeats writes of unreadable sectors during the writing process. It may be used to save time, given that new blank media is highly unlikely to cause errors.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[…]most units will typically record at about 1/2 of the advertised media speed. This is because such units will spend every second revolution verifying the newly recorded data for defects.", "growisofs allows for SRM recordings without spare area through "undocumented" -use-the-force-luke=spare:none option, but it's not recommended[.]"&lt;/ref&gt;&lt;ref&gt;From the growisofs(1) manual: "There  are  several undocumented options commonly denoted with -use-the-force-luke prefix. Some of them serve debugging purposes. Some require certain knowledge about recording process or even OS kernel internals  and  as being such can induce confusing behaviour. Some are to be used in very specific situations better recognized by front-ends or automated  scripts. Rationale behind leaving these options undocumented is that those few users who would actually need to use them directly can  as  well  consult  the source code or obtain specific instructions elsewhere."&lt;/ref&gt;

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]


{{compsci-stub}}</text>
      <sha1>871tceg052sc3big8gm5h8kkzsxuhkw</sha1>
    </revision>
    <revision>
      <id>1254446214</id>
      <parentid>1254445462</parentid>
      <timestamp>2024-10-31T01:09:34Z</timestamp>
      <contributor>
        <username>CDVDBD</username>
        <id>48366169</id>
      </contributor>
      <comment>/* growisofs */ clarity</comment>
      <origin>1254446214</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="7065" sha1="8wqefdd8na2pssznq0xf8rw701goekf" xml:space="preserve">{{Short description|Optical disc authoring software}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free and open-source software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open-source software|open-source]] [[DVD]] and [[Blu-ray Disc]] tools for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]], [[Solaris (operating system)|Solaris]], [[HP-UX]], [[IRIX]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not operate CD media.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|access-date=28 October 2017|date=27 November 2003|mailing-list=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or a symbolic link {{not a typo|xorrisofs}} to {{proper name|[[Libburnia|xorriso]]}} (from the {{proper name|libisoburn}} or {{proper name|GNU xorriso}} package).&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|access-date=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal hard-drive defect management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia Commands|SCSI/MMC]] driver in userspace for burning optical media, like [[Cdrtools|cdrecord]] or {{proper name|[[Libburnia|libburn]]}}. Its original purpose is to coordinate burning with a run of [[mkisofs]] or [[genisoimage]] (depending on repository), so that ISO 9660 [[multisession]] writing becomes possible on DVD+RW media, making it possible to add new files to a partially written disc with existing files.&lt;ref&gt;[https://manpages.debian.org/bullseye/growisofs/growisofs.1.en.html growisofs(1) — growisofs — Debian bullseye — Debian Manpages]&lt;/ref&gt;&lt;ref&gt;[https://man.archlinux.org/man/growisofs.1 growisofs(1) — Arch manual pages]&lt;/ref&gt;

Soon after, it supported all kinds of DVD media and later also BD (Blu-ray) media. Further it can burn preformatted data images onto the media, not needing any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data transmission to the drive. The fill level of this buffer is reported during a burn run as "RBU", whereas the fill level of the drive's built-in buffer is reported as "UBU".

growisofs is able to create a UDF 1.02 file system that co-exists with the ISO9660 on the same disc or image, but it can not an create UDF-only disc or image. Additionally, multisessioning (adding new files to a disc with existing files) is only supported for ISO9660 file systems, not UDF.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[...] it is possible to burn bridge volume with large files with -udf option, but then multisessioning is out of picture."&lt;/ref&gt;

Example usage:

&lt;syntaxhighlight lang=sh&gt;
growisofs -use-the-force-luke=notray  -overburn -Z /dev/sr0 -speed=6 -r -udf  -V "volume label (disc title)" "parent directory"
&lt;/syntaxhighlight&gt;

In this example, &lt;code&gt;-use-the-force-luke=notray&lt;/code&gt; keeps the tray closed after the burning process to prevent it from collecting dust when the computer is not in use. &lt;code&gt;-overburn&lt;/code&gt; tells the drive to try burning beyond the available capacity of the disc. However, if the drive refuses to write beyond a certain point, the program can not overrule the drive. &lt;code&gt;-speed=6&lt;/code&gt; sets a desired writing speed. If the speed is not supported by the drive or the disc type, the drive will usually write at a speed as close to the specified speed as possible. The parameters after that are inherited from [[genisoimage]] and enable the Rock Ridge extension, create a UDF file tree for files that exceed 4 GiB, and specify a volume label to be shown in [[file manager]]s.

Like ''genisoimage'', ''growisofs'' places the files and folders inside "parent directory" directly in the root directory of the disc, not inside a directory named "parent directory".

Some undocumented options in the program are prefixed with &lt;code&gt;-use-the-force-luke=&lt;/code&gt;, which is a [[Star Wars]] reference. Such options are not meant for regular use but for [[power user]]s who "know what they're doing". For example, &lt;code&gt;-use-the-force-luke=spare:none&lt;/code&gt; doubles the writing speed by deactivating the verification of writes that would repeat writes if an error was found. It may be used to save time while producing many physical copies of data, given that errors are highly unlikely to occur on new blank media from a reputable brand.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[…]most units will typically record at about 1/2 of the advertised media speed. This is because such units will spend every second revolution verifying the newly recorded data for defects.", "growisofs allows for SRM recordings without spare area through "undocumented" -use-the-force-luke=spare:none option, but it's not recommended[.]"&lt;/ref&gt;&lt;ref&gt;From the growisofs(1) manual: "There  are  several undocumented options commonly denoted with -use-the-force-luke prefix. Some of them serve debugging purposes. Some require certain knowledge about recording process or even OS kernel internals  and  as being such can induce confusing behaviour. Some are to be used in very specific situations better recognized by front-ends or automated  scripts. Rationale behind leaving these options undocumented is that those few users who would actually need to use them directly can  as  well  consult  the source code or obtain specific instructions elsewhere."&lt;/ref&gt;

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]


{{compsci-stub}}</text>
      <sha1>8wqefdd8na2pssznq0xf8rw701goekf</sha1>
    </revision>
    <revision>
      <id>1254448698</id>
      <parentid>1254446214</parentid>
      <timestamp>2024-10-31T01:25:48Z</timestamp>
      <contributor>
        <username>CDVDBD</username>
        <id>48366169</id>
      </contributor>
      <comment>wording improvements, mentioned that only Blu-rays have write verification, clarified that "write verification" is not an official term</comment>
      <origin>1254448698</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="7374" sha1="mgbs15sectpc0p9yofsnhf3yxynujbx" xml:space="preserve">{{Short description|Optical disc authoring software}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free and open-source software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open-source software|open-source]] [[DVD]] and [[Blu-ray Disc]] tools for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]], [[Solaris (operating system)|Solaris]], [[HP-UX]], [[IRIX]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not operate on CD media.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|access-date=28 October 2017|date=27 November 2003|mailing-list=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or a symbolic link {{not a typo|xorrisofs}} to {{proper name|[[Libburnia|xorriso]]}} (from the {{proper name|libisoburn}} or {{proper name|GNU xorriso}} package).&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|access-date=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal hard-drive defect management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia Commands|SCSI/MMC]] driver in userspace for burning optical media, like [[Cdrtools|cdrecord]] or {{proper name|[[Libburnia|libburn]]}}. Its original purpose is to coordinate burning with a run of [[mkisofs]] or [[genisoimage]] (depending on repository), so that ISO 9660 [[multisession]] writing becomes possible on DVD+RW media, making it possible to add new files to a partially written disc with existing files.&lt;ref&gt;[https://manpages.debian.org/bullseye/growisofs/growisofs.1.en.html growisofs(1) — growisofs — Debian bullseye — Debian Manpages]&lt;/ref&gt;&lt;ref&gt;[https://man.archlinux.org/man/growisofs.1 growisofs(1) — Arch manual pages]&lt;/ref&gt;

Soon after, it supported all kinds of DVD media and later also BD (Blu-ray) media. Further it can burn preformatted data images onto the media, not needing any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data transmission to the drive. The fill level of this buffer is reported during a burn run as "RBU", whereas the fill level of the drive's built-in buffer is reported as "UBU".

growisofs is able to create a UDF 1.02 file system that co-exists with the ISO9660 on the same disc or image, but it can not an create UDF-only disc or image. Additionally, multisessioning (adding new files to a disc with existing files) is only supported for ISO9660 file systems, not UDF.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[...] it is possible to burn bridge volume with large files with -udf option, but then multisessioning is out of picture."&lt;/ref&gt;

Example usage:

&lt;syntaxhighlight lang=sh&gt;
growisofs -use-the-force-luke=notray  -overburn -Z /dev/sr0 -speed=6 -r -udf  -V "volume label (disc title)" "parent directory"
&lt;/syntaxhighlight&gt;

In this example, &lt;code&gt;-use-the-force-luke=notray&lt;/code&gt; keeps the tray closed after the burning process to prevent it from collecting dust when the computer is not in use. &lt;code&gt;-overburn&lt;/code&gt; tells the drive to try burning beyond the available capacity of the disc. However, if the drive refuses to write beyond a certain point, the program can not overrule the drive. &lt;code&gt;-speed=6&lt;/code&gt; sets a desired writing speed. If the speed is not supported by the drive or the disc type, the drive will usually write at a speed as close to the specified speed as possible. The parameters after that are inherited from [[genisoimage]] and enable the Rock Ridge extension, create a UDF file tree for files that exceed 4 GiB, and specify a volume label to be shown in [[file manager]]s.

Like ''genisoimage'', ''growisofs'' places the files and folders inside "parent directory" directly in the root directory of the disc, not inside a directory named "parent directory".

Some undocumented options in the program are prefixed with &lt;code&gt;-use-the-force-luke=&lt;/code&gt;, which is a [[Star Wars]] reference. Such options are not meant for regular use but for [[power user]]s who "know what they're doing". For example, &lt;code&gt;-use-the-force-luke=spare:none&lt;/code&gt; doubles the writing speed on Blu-ray by deactivating the write verification process that ensures written data is readable right after it was written and repeats writing any data found to be unreadable. Deactivating it can be desirable to save time while mass-producing physical copies of data, given that errors are highly unlikely to occur on new blank media from a reputable brand. This option has no effect on DVD writing given that DVDs have no write verification feature.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[…]most units will typically record at about 1/2 of the advertised media speed. This is because such units will spend every second revolution verifying the newly recorded data for defects.", "growisofs allows for SRM recordings without spare area through "undocumented" -use-the-force-luke=spare:none option, but it's not recommended[.]"&lt;/ref&gt;&lt;ref&gt;From the growisofs(1) manual: "There  are  several undocumented options commonly denoted with -use-the-force-luke prefix. Some of them serve debugging purposes. Some require certain knowledge about recording process or even OS kernel internals  and  as being such can induce confusing behaviour. Some are to be used in very specific situations better recognized by front-ends or automated  scripts. Rationale behind leaving these options undocumented is that those few users who would actually need to use them directly can  as  well  consult  the source code or obtain specific instructions elsewhere."&lt;/ref&gt;

Note that "write verification" is not an official term for the feature, only a description for what it does.

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]


{{compsci-stub}}</text>
      <sha1>mgbs15sectpc0p9yofsnhf3yxynujbx</sha1>
    </revision>
    <revision>
      <id>1254883611</id>
      <parentid>1254448698</parentid>
      <timestamp>2024-11-02T04:26:42Z</timestamp>
      <contributor>
        <username>CDVDBD</username>
        <id>48366169</id>
      </contributor>
      <comment>/* growisofs */ undocumented options before example command</comment>
      <origin>1254883611</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="7374" sha1="exqnmfntxxm18rsm8kor9gi97w5cocd" xml:space="preserve">{{Short description|Optical disc authoring software}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free and open-source software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open-source software|open-source]] [[DVD]] and [[Blu-ray Disc]] tools for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]], [[Solaris (operating system)|Solaris]], [[HP-UX]], [[IRIX]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not operate on CD media.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|access-date=28 October 2017|date=27 November 2003|mailing-list=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or a symbolic link {{not a typo|xorrisofs}} to {{proper name|[[Libburnia|xorriso]]}} (from the {{proper name|libisoburn}} or {{proper name|GNU xorriso}} package).&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|access-date=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal hard-drive defect management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia Commands|SCSI/MMC]] driver in userspace for burning optical media, like [[Cdrtools|cdrecord]] or {{proper name|[[Libburnia|libburn]]}}. Its original purpose is to coordinate burning with a run of [[mkisofs]] or [[genisoimage]] (depending on repository), so that ISO 9660 [[multisession]] writing becomes possible on DVD+RW media, making it possible to add new files to a partially written disc with existing files.&lt;ref&gt;[https://manpages.debian.org/bullseye/growisofs/growisofs.1.en.html growisofs(1) — growisofs — Debian bullseye — Debian Manpages]&lt;/ref&gt;&lt;ref&gt;[https://man.archlinux.org/man/growisofs.1 growisofs(1) — Arch manual pages]&lt;/ref&gt;

Soon after, it supported all kinds of DVD media and later also BD (Blu-ray) media. Further it can burn preformatted data images onto the media, not needing any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data transmission to the drive. The fill level of this buffer is reported during a burn run as "RBU", whereas the fill level of the drive's built-in buffer is reported as "UBU".

growisofs is able to create a UDF 1.02 file system that co-exists with the ISO9660 on the same disc or image, but it can not an create UDF-only disc or image. Additionally, multisessioning (adding new files to a disc with existing files) is only supported for ISO9660 file systems, not UDF.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[...] it is possible to burn bridge volume with large files with -udf option, but then multisessioning is out of picture."&lt;/ref&gt;

Some undocumented options in the program are prefixed with &lt;code&gt;-use-the-force-luke=&lt;/code&gt;, which is a [[Star Wars]] reference. Such options are not meant for regular use but for [[power user]]s who "know what they're doing". For example, &lt;code&gt;-use-the-force-luke=spare:none&lt;/code&gt; doubles the writing speed on Blu-ray by deactivating the write verification process that ensures written data is readable right after it was written and repeats writing any data found to be unreadable. Deactivating it can be desirable to save time while mass-producing physical copies of data, given that errors are highly unlikely to occur on new blank media from a reputable brand. This option has no effect on DVD writing given that DVDs have no write verification feature.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[…]most units will typically record at about 1/2 of the advertised media speed. This is because such units will spend every second revolution verifying the newly recorded data for defects.", "growisofs allows for SRM recordings without spare area through "undocumented" -use-the-force-luke=spare:none option, but it's not recommended[.]"&lt;/ref&gt;&lt;ref&gt;From the growisofs(1) manual: "There  are  several undocumented options commonly denoted with -use-the-force-luke prefix. Some of them serve debugging purposes. Some require certain knowledge about recording process or even OS kernel internals  and  as being such can induce confusing behaviour. Some are to be used in very specific situations better recognized by front-ends or automated  scripts. Rationale behind leaving these options undocumented is that those few users who would actually need to use them directly can  as  well  consult  the source code or obtain specific instructions elsewhere."&lt;/ref&gt;

Note that "write verification" is not an official term for the feature, only a description for what it does.

Example usage:

&lt;syntaxhighlight lang=sh&gt;
growisofs -use-the-force-luke=notray  -overburn -Z /dev/sr0 -speed=6 -r -udf  -V "volume label (disc title)" "parent directory"
&lt;/syntaxhighlight&gt;

In this example, &lt;code&gt;-use-the-force-luke=notray&lt;/code&gt; keeps the tray closed after the burning process to prevent it from collecting dust when the computer is not in use. &lt;code&gt;-overburn&lt;/code&gt; tells the drive to try burning beyond the available capacity of the disc. However, if the drive refuses to write beyond a certain point, the program can not overrule the drive. &lt;code&gt;-speed=6&lt;/code&gt; sets a desired writing speed. If the speed is not supported by the drive or the disc type, the drive will usually write at a speed as close to the specified speed as possible. The parameters after that are inherited from [[genisoimage]] and enable the Rock Ridge extension, create a UDF file tree for files that exceed 4 GiB, and specify a volume label to be shown in [[file manager]]s.

Like ''genisoimage'', ''growisofs'' places the files and folders inside "parent directory" directly in the root directory of the disc, not inside a directory named "parent directory".

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}

{{Optical disc image software}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]


{{compsci-stub}}</text>
      <sha1>exqnmfntxxm18rsm8kor9gi97w5cocd</sha1>
    </revision>
    <revision>
      <id>1261871250</id>
      <parentid>1254883611</parentid>
      <timestamp>2024-12-08T11:54:46Z</timestamp>
      <contributor>
        <username>CDVDBD</username>
        <id>48366169</id>
      </contributor>
      <comment>Image to disc example; source code link.</comment>
      <origin>1261871250</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="8396" sha1="8wq5dx0jj1r2dr0hdf4zk4notroxwez" xml:space="preserve">{{Short description|Optical disc authoring software}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free and open-source software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open-source software|open-source]] [[DVD]] and [[Blu-ray Disc]] tools for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]], [[Solaris (operating system)|Solaris]], [[HP-UX]], [[IRIX]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not operate on CD media.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|access-date=28 October 2017|date=27 November 2003|mailing-list=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or a symbolic link {{not a typo|xorrisofs}} to {{proper name|[[Libburnia|xorriso]]}} (from the {{proper name|libisoburn}} or {{proper name|GNU xorriso}} package).&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|access-date=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal hard-drive defect management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia Commands|SCSI/MMC]] driver in userspace for burning optical media, like [[Cdrtools|cdrecord]] or {{proper name|[[Libburnia|libburn]]}}. Its original purpose is to coordinate burning with a run of [[mkisofs]] or [[genisoimage]] (depending on repository), so that ISO 9660 [[multisession]] writing becomes possible on DVD+RW media, making it possible to add new files to a partially written disc with existing files.&lt;ref&gt;[https://manpages.debian.org/bullseye/growisofs/growisofs.1.en.html growisofs(1) — growisofs — Debian bullseye — Debian Manpages]&lt;/ref&gt;&lt;ref&gt;[https://man.archlinux.org/man/growisofs.1 growisofs(1) — Arch manual pages]&lt;/ref&gt;

Soon after, it supported all kinds of DVD media and later also BD (Blu-ray) media. Further it can burn preformatted data images onto the media, not needing any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data transmission to the drive. The fill level of this buffer is reported during a burn run as "RBU", whereas the fill level of the drive's built-in buffer is reported as "UBU".

growisofs is able to create a UDF 1.02 file system that co-exists with the ISO9660 on the same disc or image, but it can not an create UDF-only disc or image. Additionally, multisessioning (adding new files to a disc with existing files) is only supported for ISO9660 file systems, not UDF.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[...] it is possible to burn bridge volume with large files with -udf option, but then multisessioning is out of picture."&lt;/ref&gt;

Some undocumented options in the program are prefixed with &lt;code&gt;-use-the-force-luke=&lt;/code&gt;, which is a [[Star Wars]] reference. Such options are not meant for regular use but for [[power user]]s who "know what they're doing". For example, &lt;code&gt;-use-the-force-luke=spare:none&lt;/code&gt; doubles the writing speed on Blu-ray by deactivating the write verification process that ensures written data is readable right after it was written and repeats writing any data found to be unreadable. Deactivating it can be desirable to save time while mass-producing physical copies of data, given that errors are highly unlikely to occur on new blank media from a reputable brand. This option has no effect on DVD writing given that DVDs have no write verification feature.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[…]most units will typically record at about 1/2 of the advertised media speed. This is because such units will spend every second revolution verifying the newly recorded data for defects.", "growisofs allows for SRM recordings without spare area through "undocumented" -use-the-force-luke=spare:none option, but it's not recommended[.]"&lt;/ref&gt;&lt;ref&gt;From the growisofs(1) manual: "There  are  several undocumented options commonly denoted with -use-the-force-luke prefix. Some of them serve debugging purposes. Some require certain knowledge about recording process or even OS kernel internals  and  as being such can induce confusing behaviour. Some are to be used in very specific situations better recognized by front-ends or automated  scripts. Rationale behind leaving these options undocumented is that those few users who would actually need to use them directly can  as  well  consult  the source code or obtain specific instructions elsewhere."&lt;/ref&gt;

Note that "write verification" is not an official term for the feature, only a description for what it does.

Example usage:

&lt;syntaxhighlight lang=sh&gt;
growisofs -use-the-force-luke=notray -speed=6 -overburn -Z /dev/sr0  -r -udf -V "volume label (disc title)" "parent directory"
&lt;/syntaxhighlight&gt;

In this example, a file system is generated "on the fly", meaning in real time during the writing process. The &lt;code&gt;-use-the-force-luke=notray&lt;/code&gt; keeps the tray closed after the burning process to prevent it from collecting dust when the computer is not in use. &lt;code&gt;-overburn&lt;/code&gt; tells the drive to try burning beyond the available capacity of the disc. However, if the drive refuses to write beyond a certain point, the program can not overrule the drive. Without this option, growisofs will refuse to write data if it estimates the selected files exceed the size of the disc. &lt;code&gt;-speed=6&lt;/code&gt; sets a desired writing speed. If the speed is not supported by the drive or the disc type, the drive will usually write at a speed as close to the specified speed as possible. 

The parameters &lt;code&gt;Z /dev/sr0&lt;/code&gt; are inherited from [[genisoimage]] and enable the Rock Ridge extension, create a UDF file tree for files that exceed 4 GiB, and specify a volume label to be shown in [[file manager]]s. The commands inherited from genisoimage can not be specified intermittently with the ones specific to growisofs and have to come only after them, but can be in any order desired.

Like ''genisoimage'', ''growisofs'' places the files and folders inside "parent directory" directly in the root directory of the disc, not inside a directory named "parent directory", like file archival utilities such as [[ar (computing)|tar]] do.

&lt;syntaxhighlight lang=sh&gt;
growisofs -use-the-force-luke=notray -speed=4 -Z /dev/sr0=image.iso
&lt;/syntaxhighlight&gt;

Instead of generating a file system "on the fly", this command burns an existing image file to the disc. The commands inherited from &lt;code&gt;genisoimage&lt;/code&gt; or &lt;code&gt;mkisofs&lt;/code&gt; are not needed, since they are only necessary for creating a new file system.

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
* [https://fy.chalmers.se/~appro/linux/DVD+RW/tools/growisofs.c Source code of the lastest version of "growisofs" from March 2008], written in the [[C programming language]].

{{Optical disc image software}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]


{{compsci-stub}}</text>
      <sha1>8wq5dx0jj1r2dr0hdf4zk4notroxwez</sha1>
    </revision>
    <revision>
      <id>1280979576</id>
      <parentid>1261871250</parentid>
      <timestamp>2025-03-17T15:24:49Z</timestamp>
      <contributor>
        <username>CDVDBD</username>
        <id>48366169</id>
      </contributor>
      <comment>determining space usage</comment>
      <origin>1280979576</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="9304" sha1="359njlahpj2nh466vavos9v0f8equmt" xml:space="preserve">{{Short description|Optical disc authoring software}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free and open-source software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open-source software|open-source]] [[DVD]] and [[Blu-ray Disc]] tools for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]], [[Solaris (operating system)|Solaris]], [[HP-UX]], [[IRIX]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not operate on CD media.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|access-date=28 October 2017|date=27 November 2003|mailing-list=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or a symbolic link {{not a typo|xorrisofs}} to {{proper name|[[Libburnia|xorriso]]}} (from the {{proper name|libisoburn}} or {{proper name|GNU xorriso}} package).&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|access-date=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal hard-drive defect management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia Commands|SCSI/MMC]] driver in userspace for burning optical media, like [[Cdrtools|cdrecord]] or {{proper name|[[Libburnia|libburn]]}}. Its original purpose is to coordinate burning with a run of [[mkisofs]] or [[genisoimage]] (depending on repository), so that ISO 9660 [[multisession]] writing becomes possible on DVD+RW media, making it possible to add new files to a partially written disc with existing files.&lt;ref name=growisofs-manual&gt;[https://manpages.debian.org/bullseye/growisofs/growisofs.1.en.html growisofs(1) — growisofs — Debian bullseye — Debian Manpages]&lt;/ref&gt;&lt;ref&gt;[https://man.archlinux.org/man/growisofs.1 growisofs(1) — Arch manual pages]&lt;/ref&gt;

Soon after, it supported all kinds of DVD media and later also BD (Blu-ray) media. Further it can burn preformatted data images onto the media, not needing any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data transmission to the drive. The fill level of this buffer is reported during a burn run as "RBU", whereas the fill level of the drive's built-in buffer is reported as "UBU".

growisofs is able to create a UDF 1.02 file system that co-exists with the ISO9660 on the same disc or image, but it can not an create UDF-only disc or image. Additionally, multisessioning (adding new files to a disc with existing files) is only supported for ISO9660 file systems, not UDF.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[...] it is possible to burn bridge volume with large files with -udf option, but then multisessioning is out of picture."&lt;/ref&gt;

Some undocumented options in the program are prefixed with &lt;code&gt;-use-the-force-luke=&lt;/code&gt;, which is a [[Star Wars]] reference. Such options are not meant for regular use but for [[power user]]s who "know what they're doing". For example, &lt;code&gt;-use-the-force-luke=spare:none&lt;/code&gt; doubles the writing speed on Blu-ray by deactivating the write verification process that ensures written data is readable right after it was written and repeats writing any data found to be unreadable. Deactivating it can be desirable to save time while mass-producing physical copies of data, given that errors are highly unlikely to occur on new blank media from a reputable brand. This option has no effect on DVD writing given that DVDs have no write verification feature.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[…]most units will typically record at about 1/2 of the advertised media speed. This is because such units will spend every second revolution verifying the newly recorded data for defects.", "growisofs allows for SRM recordings without spare area through "undocumented" -use-the-force-luke=spare:none option, but it's not recommended[.]"&lt;/ref&gt;&lt;ref&gt;From the growisofs(1) manual: "There  are  several undocumented options commonly denoted with -use-the-force-luke prefix. Some of them serve debugging purposes. Some require certain knowledge about recording process or even OS kernel internals  and  as being such can induce confusing behaviour. Some are to be used in very specific situations better recognized by front-ends or automated  scripts. Rationale behind leaving these options undocumented is that those few users who would actually need to use them directly can  as  well  consult  the source code or obtain specific instructions elsewhere."&lt;/ref&gt;

Note that "write verification" is not an official term for the feature, only a description for what it does.

Example usage:

&lt;syntaxhighlight lang=sh&gt;
growisofs -use-the-force-luke=notray -speed=6 -overburn -Z /dev/sr0  -r -udf -V "volume label (disc title)" "parent directory"
&lt;/syntaxhighlight&gt;

In this example, a file system is generated "on the fly", meaning in real time during the writing process. The &lt;code&gt;-use-the-force-luke=notray&lt;/code&gt; keeps the tray closed after the burning process to prevent it from collecting dust when the computer is not in use. &lt;code&gt;-overburn&lt;/code&gt; tells the drive to try burning beyond the available capacity of the disc. However, if the drive refuses to write beyond a certain point, the program can not overrule the drive. Without this option, growisofs will refuse to write data if it estimates the selected files exceed the size of the disc. &lt;code&gt;-speed=6&lt;/code&gt; sets a desired writing speed. If the speed is not supported by the drive or the disc type, the drive will usually write at a speed as close to the specified speed as possible. 

The parameters &lt;code&gt;Z /dev/sr0&lt;/code&gt; are inherited from [[genisoimage]] and enable the Rock Ridge extension, create a UDF file tree for files that exceed 4 GiB, and specify a volume label to be shown in [[file manager]]s. The commands inherited from genisoimage can not be specified intermittently with the ones specific to growisofs and have to come only after them, but can be in any order desired.

Like ''genisoimage'', ''growisofs'' places the files and folders inside "parent directory" directly in the root directory of the disc, not inside a directory named "parent directory", like file archival utilities such as [[ar (computing)|tar]] do.

&lt;syntaxhighlight lang=sh&gt;
growisofs -use-the-force-luke=notray -speed=4 -Z /dev/sr0=image.iso
&lt;/syntaxhighlight&gt;

Instead of generating a file system "on the fly", this command burns an existing image file to the disc. The commands inherited from &lt;code&gt;genisoimage&lt;/code&gt; or &lt;code&gt;mkisofs&lt;/code&gt; are not needed, since they are only necessary for creating a new file system.

For previewing the space that will be occupied by a selection of files and the file system header, the parameter &lt;code&gt;-print-size&lt;/code&gt; can be used. Together with &lt;code&gt;-quiet&lt;/code&gt;, this will suppress any output except for the calculated size. The size is displayed in logical blocks, meaning units of 2048 bytes. This means that, for example, 12219392 logical blocks would fill up a single-layer BD-R ([[Blu-ray_Disc_recordable#Capacity|capacity table]]). This can be used to find out how much space will remain on a disc after a write with a given selection of files is completed. &lt;code&gt;dvd+rw-mediainfo&lt;/code&gt; can determine how much space is currently in use and how much is unused. By default, the tool refuses to write data if it detects that a disc doesn't have enough space for the selected files. This can be overridden with the &lt;code&gt;-overburn&lt;/code&gt; parameter.&lt;ref name=growisofs-manual /&gt;

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
* [https://fy.chalmers.se/~appro/linux/DVD+RW/tools/growisofs.c Source code of the lastest version of "growisofs" from March 2008], written in the [[C programming language]].

{{Optical disc image software}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>359njlahpj2nh466vavos9v0f8equmt</sha1>
    </revision>
    <revision>
      <id>1280979802</id>
      <parentid>1280979576</parentid>
      <timestamp>2025-03-17T15:26:54Z</timestamp>
      <contributor>
        <username>CDVDBD</username>
        <id>48366169</id>
      </contributor>
      <comment>/* growisofs */ reordered to prevent confusion</comment>
      <origin>1280979802</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="9313" sha1="tq8zkvhha26nmjkebl4skjxrwhofigb" xml:space="preserve">{{Short description|Optical disc authoring software}}
{{lowercase}}
{{ infobox software
| name                   = dvd+rw-tools
| developer              = Andy Polyakov
| latest_release_version = 7.1
| latest_release_date    = {{Release date and age|2008|03|05}}
| operating_system       = [[Cross-platform]]
| genre                  = DVD/Blu-ray writing
| license                = [[GNU General Public License]]
| website                = {{url|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
}}
{{Portal|Free and open-source software}}
'''dvd+rw-tools''' (also known as '''growisofs''', its main part) is a collection of [[open-source software|open-source]] [[DVD]] and [[Blu-ray Disc]] tools for [[Linux]], [[OpenBSD]], [[NetBSD]], [[FreeBSD]], [[Solaris (operating system)|Solaris]], [[HP-UX]], [[IRIX]], [[Microsoft Windows|Windows]] and [[OS X]]. dvd+rw-tools does not operate on CD media.&lt;ref&gt;{{cite mailing list|last=Polyakov|first=Andy|title=Re: growisofs for cd-RW and DVD-RW?|url=https://lists.debian.org/cdwrite/2003/11/msg00179.html|access-date=28 October 2017|date=27 November 2003|mailing-list=cdwrite|quote=No, growisofs does not work with nor is planned to work with CD-R[W]. My standpoint on the latter is [...]}}&lt;/ref&gt;

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) or a symbolic link {{not a typo|xorrisofs}} to {{proper name|[[Libburnia|xorriso]]}} (from the {{proper name|libisoburn}} or {{proper name|GNU xorriso}} package).&lt;ref&gt;{{cite web|last=Polyakov|first=Andy|title=&lt;nowiki&gt;Blu-ray Disc/DVD+RW/+R/-R[W] for Linux&lt;/nowiki&gt;|url=http://fy.chalmers.se/~appro/linux/DVD+RW/|access-date=12 October 2011|date=March 2008|quote=Q. Do I still need cdrtools? A. Yes. [...]}}&lt;/ref&gt;

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

== Programs ==
* '''growisofs''' burns data to DVD or BD media.
* '''dvd+rw-mediainfo''' reports about drive and medium status.
* '''dvd+rw-format''' formats some types of media, blanks DVD-RW media.
* '''dvd-ram-control''' controls [[Internal hard-drive defect management|Defect Management]] and write protection of DVD-RAM media.
* '''dvd+rw-booktype''' sets the [[Book type|Book Type]] property of DVD media.

== growisofs ==
growisofs is a [[MultiMedia Commands|SCSI/MMC]] driver in userspace for burning optical media, like [[Cdrtools|cdrecord]] or {{proper name|[[Libburnia|libburn]]}}. Its original purpose is to coordinate burning with a run of [[mkisofs]] or [[genisoimage]] (depending on repository), so that ISO 9660 [[multisession]] writing becomes possible on DVD+RW media, making it possible to add new files to a partially written disc with existing files.&lt;ref name=growisofs-manual&gt;[https://manpages.debian.org/bullseye/growisofs/growisofs.1.en.html growisofs(1) — growisofs — Debian bullseye — Debian Manpages]&lt;/ref&gt;&lt;ref&gt;[https://man.archlinux.org/man/growisofs.1 growisofs(1) — Arch manual pages]&lt;/ref&gt;

Soon after, it supported all kinds of DVD media and later also BD (Blu-ray) media. Further it can burn preformatted data images onto the media, not needing any ISO 9660 formatter program for this task.

growisofs employs a [[Ring Buffer]] in userspace to smoothen the data transmission to the drive. The fill level of this buffer is reported during a burn run as "RBU", whereas the fill level of the drive's built-in buffer is reported as "UBU".

growisofs is able to create a UDF 1.02 file system that co-exists with the ISO9660 on the same disc or image, but it can not an create UDF-only disc or image. Additionally, multisessioning (adding new files to a disc with existing files) is only supported for ISO9660 file systems, not UDF.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[...] it is possible to burn bridge volume with large files with -udf option, but then multisessioning is out of picture."&lt;/ref&gt;

Some undocumented options in the program are prefixed with &lt;code&gt;-use-the-force-luke=&lt;/code&gt;, which is a [[Star Wars]] reference. Such options are not meant for regular use but for [[power user]]s who "know what they're doing". For example, &lt;code&gt;-use-the-force-luke=spare:none&lt;/code&gt; doubles the writing speed on Blu-ray by deactivating the write verification process that ensures written data is readable right after it was written and repeats writing any data found to be unreadable. Deactivating it can be desirable to save time while mass-producing physical copies of data, given that errors are highly unlikely to occur on new blank media from a reputable brand. This option has no effect on DVD writing given that DVDs have no write verification feature.&lt;ref&gt;[http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/ Blu-ray Disc notes for dvd+rw-tools] - "[…]most units will typically record at about 1/2 of the advertised media speed. This is because such units will spend every second revolution verifying the newly recorded data for defects.", "growisofs allows for SRM recordings without spare area through "undocumented" -use-the-force-luke=spare:none option, but it's not recommended[.]"&lt;/ref&gt;&lt;ref&gt;From the growisofs(1) manual: "There  are  several undocumented options commonly denoted with -use-the-force-luke prefix. Some of them serve debugging purposes. Some require certain knowledge about recording process or even OS kernel internals  and  as being such can induce confusing behaviour. Some are to be used in very specific situations better recognized by front-ends or automated  scripts. Rationale behind leaving these options undocumented is that those few users who would actually need to use them directly can  as  well  consult  the source code or obtain specific instructions elsewhere."&lt;/ref&gt;

Note that "write verification" is not an official term for the feature, only a description for what it does.

Example usage:

&lt;syntaxhighlight lang=sh&gt;
growisofs -use-the-force-luke=notray -speed=6 -overburn -Z /dev/sr0  -r -udf -V "volume label (disc title)" "parent directory"
&lt;/syntaxhighlight&gt;

In this example, a file system is generated "on the fly", meaning in real time during the writing process. The &lt;code&gt;-use-the-force-luke=notray&lt;/code&gt; keeps the tray closed after the burning process to prevent it from collecting dust when the computer is not in use. &lt;code&gt;-overburn&lt;/code&gt; tells the drive to try burning beyond the available capacity of the disc. However, if the drive refuses to write beyond a certain point, the program can not overrule the drive. Without this option, growisofs will refuse to write data if it estimates the selected files exceed the size of the disc. &lt;code&gt;-speed=6&lt;/code&gt; sets a desired writing speed. If the speed is not supported by the drive or the disc type, the drive will usually write at a speed as close to the specified speed as possible. 

The parameters &lt;code&gt;Z /dev/sr0&lt;/code&gt; are inherited from [[genisoimage]] and enable the Rock Ridge extension, create a UDF file tree for files that exceed 4 GiB, and specify a volume label to be shown in [[file manager]]s. The commands inherited from genisoimage can not be specified intermittently with the ones specific to growisofs and have to come only after them, but can be in any order desired.

Like ''genisoimage'', ''growisofs'' places the files and folders inside "parent directory" directly in the root directory of the disc, not inside a directory named "parent directory", like file archival utilities such as [[ar (computing)|tar]] do.

&lt;syntaxhighlight lang=sh&gt;
growisofs -use-the-force-luke=notray -speed=4 -Z /dev/sr0=image.iso
&lt;/syntaxhighlight&gt;

Instead of generating a file system "on the fly", this command burns an existing image file to the disc. The commands inherited from &lt;code&gt;genisoimage&lt;/code&gt; or &lt;code&gt;mkisofs&lt;/code&gt; are not needed, since they are only necessary for creating a new file system.

For previewing the space that will be occupied by a selection of files and the file system header, the &lt;code&gt;-print-size&lt;/code&gt; parameter can be used. Together with &lt;code&gt;-quiet&lt;/code&gt;, this will suppress any output except for the calculated size. The size is displayed in logical blocks, meaning units of 2048 bytes. This means that, for example, 12219392 logical blocks would fill up a single-layer BD-R ([[Blu-ray_Disc_recordable#Capacity|capacity table]]). This can be used to find out how much space will remain on a disc after a write with a given selection of files is completed. By default, the tool refuses to write data if it detects that a disc doesn't have enough space for the selected files. This can be overridden with the &lt;code&gt;-overburn&lt;/code&gt; parameter. The &lt;code&gt;dvd+rw-mediainfo&lt;/code&gt; tool can determine how much space is currently in use and how much is unused.&lt;ref name=growisofs-manual /&gt;

== References ==
{{Reflist}}

== External links ==
* {{Official website|http://fy.chalmers.se/~appro/linux/DVD+RW/}}
* [https://fy.chalmers.se/~appro/linux/DVD+RW/tools/growisofs.c Source code of the lastest version of "growisofs" from March 2008], written in the [[C programming language]].

{{Optical disc image software}}

[[Category:Free optical disc authoring software]]
[[Category:Optical disc authoring software]]</text>
      <sha1>tq8zkvhha26nmjkebl4skjxrwhofigb</sha1>
    </revision>
  </page>
</mediawiki>
