... as of version 5.0(*) dvd+rw-tools provide support even for DVD-R[W] recordings.

(*) Up to version 5.12 the support was classified as "experimental," because it was based solely on user feedback. In time for 5.13 release LinuxFund.org has donated DVD-dash capable unit, which permits me to perform pre-release tests on site and thus renders the "experimental" status obsolete:-)


Q. How are dvd+rw-tools different from cdrecord-ProDVD? When it comes to DVD-R[W] burning that is...
A. DVD-R[W] specification defines following recording strategies:
  • Disk-at-once;
  • Incremental Sequential;
  • Restricted Overwrite (DVD-RW only);

Now, cdrecord-ProDVD supports Disk-at-once strategy only, while dvd+rw-tools all the others. That's it:-)

Well, the above list is not actually complete, as newly introduced DVD-R Dual Layer specification adds Layer Jump recording mode, but dvd+rw-tools don't support it for a reason discussed below.

Q. What is the difference between these recording strategies? Which one is the one for me?
A.

Disk-at-once is the one claimed to guarantee full compatibility with DVD-ROM/-Video. But apparently only as long as recording didn't suffer from buffer underruns (see this paragraph on +RW page for technical details). DAO recordings are unappendable. Oh! It should be explicitly noted that "full compatibility with DVD-Video" doesn't really mean that DVD-RW media recorded in this mode will be universally playable! DVD-RW reportedly suffers from compatibility issues very similar to DVD+RW. In other words these incompatibilities, both -RW and +RW, have way more to do with low reflectivity of these media, than with their logical formats.

As for Incremental strategy [allegedly limited] DVD-ROM/-Video compatibility is provided at single packet/extent "level." Good news are that growisofs burns the whole filesystem image as a single extent, so that you have all the rights to expect it to come out as compatible as DAO recorded with [eventual] buffer underruns. Yes, buffer underrun protection gets engaged, so that you don't have to worry about how much extra load your system can sustain during the burning process. In addition DVD-R Single Layer Incremental strategy provides for multiple sessions and dvd+rw-tools do utilize it. But you should keep in mind that very few DVD-ROM players actually support DVD multisessioning! Even among those explicitly supporting DVD-R quite a few will play till the first Border-out only.

Restricted Overwrite (DVD-RW only) provides for arbitrary overwrite (well, with certain restrictions:-), meaning that it's possible to grow ISO9660 volumes within a "single session," in the very same way as with DVD+RW (or -RAM/plain file for that matter). So that if your DVD-ROM unit can play media recorded in this mode (it most likely just does as long as it can play DVD-RW at all), but doesn't support multisessioning, then this is the mode for you (provided that you wish to add data at different occasions that is). Buffer underrun protection is unconditionally on. As for compatibility with DVD-ROM/-Video. Apparently user Data Zone is equivalent to one recorded in DAO, but as if every 32KB block has suffered from buffer underrun.

Disk-at-once and Incremental recording strategies are applicabe to DVD-R media and DVD-RW media in Sequential mode. Restricted Overwrite strategy is applicable to DVD-RW media explicitely formated for Restricted Overwrite.
 

DVD-R Dual Layer specification effectively "moves" multisessioning from Incremental to so called Layer Jump strategy. In other words Dual Layer Incremental recordings do not have notion of multiple sessions and come out unconditionally unappendable, just like DAO. If multisessioning is a requirement, then Layer Jump is the only option. However! This new strategy requires specific support from mastering program, mkisofs in this case. In particular file system layout is expected to have a "hole" in the middle, which "covers" twice the space between the last Layer Jump position and the end of the last recordable block in the first layer. This requires major surgery to mkisofs and till it's performed [or viable alternative emerges] there is no point implementing Layer Jump support in growisofs.

Q. How do I switch between DVD-RW modes?
A.

Initially blank DVD-RW media is in Sequential mode. To format for Restricted Overwrite invoke 'dvd+rw-format /dev/scdN'. Once the media is formatted you don't have to reformat it to zap the content, it's more than enough to simply write over the existing data [with growisofs -Z ...]. Your unit might report some bogus media capacity (e.g. Pioneer DVR-x05 reports ~8GB or 178.5% of real capacity) right after initial format. It apparently just does so till you burn some data on it, so don't get fixated on this...

To change [back] to Sequential mode [or to reuse the media in Sequential mode for a new dataset] invoke 'dvd+rw-format -blank /dev/scdN'. Unfortunately specification requires lengthy, an hour per 1x media, -blank=full procedure applied before you can reuse the media for Incremental Sequential (but apparently not for Disk-at-once) recording. I really fail to understand why does it have to be that way, but that's the way it is. Period.

Q. How do I burn?
A.

For practical burning instructions see the growisofs paragraph on +RW page.

Q. Any [other] caveats?
A.

My personal initial experience with DVD-R Dual Layer recordings indicate DVD-ROM/-Video compatibility problems. Among 8 tested units, both recorders and players, only 3 managed to mount [fully recorded!] media. It seems that elder units manage better than modern ones, which must be why my results are so discouraging. Strangely enough one unit among these 3 managed to mount Incremental recording, but not DAO. It should be noted that none of the above mentioned units had problems mounting DVD+R Double Layer recordings [not ones "branded" with DVD-ROM Book Type].

Quoting SONY support page: "... some of discs on the market do not meet the recognized quality and performance standards." Question is how does it show? Apparently in bizarre ways... DVD-RW media might [reportedly] perform as write-once or maybe twice or three times. Blank/format procedure might appear successful, but deferred failure is reported upon actual recording attempt. It might be possible to blank the media in one unit, but not in another one [of different brand]. DVD-R recording might [reportedly] fail around 95% of advertised capacity... Or recording might fail at start-up with "INCOMPATIBLE MEDIUM" error code. At all these occasions switching to another media brand [reportedly] helped.

As for DVD-ROM/-Video compatibility of Restricted Overwrite mode. Playability might be limited for reasons similar to DVD+ lead-out issues (see from 2nd paragraph), when legacy unit is tricked to calibration on virgin surface. In case you find media recorded in this mode unplayable, attempt to

  1. fill it up with 'growisofs -M /dev/scd0=/dev/zero', and if it still remains unplayable attempt to;
  2. re-record it "sequentially."

In order to facilitate for the latter test and be excused from wasting an hour on full blanking procedure, growisofs version 5.6 implements rudimentary support for DVD-R[W] DAO recordings. Recall that DAO recordings come out unappendable, which goes so to say against growisofs' spirit:-)

As of version 5.6 growisofs no longer relies on logical unit to do all the magic, but explicitly asks the burner to perform OPC, Optimal Power Calibration, prior recording. It seems that it's not necessarily a "good thing™," as it's maintained that media profiles pre-defined in unit firmware might be more optimal than those obtained as result of auto-calibration. I explicitly check if the unit returns any OPC descriptors in reply to READ DISC INFORMATION command [assuming that if it does, then pre-defined media profile is in effect], but it wasn't actually observed to be a case so far. If anybody can elaborate on this further, I appreciate a note...