Small corrections in documentation
This commit is contained in:
parent
6df2745652
commit
e8d210e15f
@ -556,7 +556,7 @@ fifo_start_at= . So it is best if the drive offers hardware protection which
|
|||||||
is enabled automatically if not driveropts=noburnfree is given.
|
is enabled automatically if not driveropts=noburnfree is given.
|
||||||
.TP
|
.TP
|
||||||
.BI \--list_ignored_options
|
.BI \--list_ignored_options
|
||||||
List all ignored cdrecord options. The --options cannot be used as addresses
|
List all ignored cdrecord options. The "-" options cannot be used as addresses
|
||||||
of track sources. No track source address may begin with a text equal to an
|
of track sources. No track source address may begin with a text equal to an
|
||||||
option which ends by "=". The list is ended by an empty line.
|
option which ends by "=". The list is ended by an empty line.
|
||||||
.TP
|
.TP
|
||||||
@ -573,7 +573,7 @@ Option -multi with unsuitable media is not an error but simply has no effect.
|
|||||||
Options blank=fast and blank=all deformat overwriteable DVD-RW media.
|
Options blank=fast and blank=all deformat overwriteable DVD-RW media.
|
||||||
.br
|
.br
|
||||||
Option blank=fast does indeed minmal blanking with DVD-RW. This may yield media
|
Option blank=fast does indeed minmal blanking with DVD-RW. This may yield media
|
||||||
which can only do DAO but not Incremental streaming.
|
which can only do DAO but not Incremental Streaming.
|
||||||
.TP
|
.TP
|
||||||
.BI \--single_track
|
.BI \--single_track
|
||||||
Accept only the last argument of the command line as track source address.
|
Accept only the last argument of the command line as track source address.
|
||||||
@ -698,9 +698,9 @@ cdrskin dev=/dev/hdc -toc
|
|||||||
.SS
|
.SS
|
||||||
.B Make used CD-RW or used unformatted DVD-RW writable again:
|
.B Make used CD-RW or used unformatted DVD-RW writable again:
|
||||||
.br
|
.br
|
||||||
cdrskin -v dev=/dev/sg1 blank=all -eject
|
cdrskin -v dev=/dev/sg1 blank=fast -eject
|
||||||
.br
|
.br
|
||||||
cdrskin -v dev=/dev/dvd blank=fast -eject
|
cdrskin -v dev=/dev/dvd blank=all -eject
|
||||||
.SS
|
.SS
|
||||||
.B Format DVD-RW to avoid need for blanking before re-use:
|
.B Format DVD-RW to avoid need for blanking before re-use:
|
||||||
.br
|
.br
|
||||||
|
@ -4,7 +4,7 @@ Content:
|
|||||||
- TAO Multi-Session CD Cookbook (CD-R, CD-RW)
|
- TAO Multi-Session CD Cookbook (CD-R, CD-RW)
|
||||||
- SAO CD Cookbook (CD-R, CD-RW, pure audio or pure data only)
|
- SAO CD Cookbook (CD-R, CD-RW, pure audio or pure data only)
|
||||||
- Overwriteable DVD Cookbook (DVD-RAM, DVD+RW, DVD-RW)
|
- Overwriteable DVD Cookbook (DVD-RAM, DVD+RW, DVD-RW)
|
||||||
- Sequential DVD-R[W] Cookbook (Multi-session only. No DAO for now.)
|
- Sequential DVD-R[W] Cookbook
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
@ -696,7 +696,7 @@ multi-session as with CD media and does not demand a predicted track size.
|
|||||||
DAO seems to be the older method. It allows only one single session and
|
DAO seems to be the older method. It allows only one single session and
|
||||||
track and it demands an exactly predicted track size.
|
track and it demands an exactly predicted track size.
|
||||||
|
|
||||||
- About overwriteavble, blank, appendable and finalized DVD-R[W] media
|
- About overwriteable, blank, appendable and finalized DVD-R[W] media
|
||||||
- Incremental writing
|
- Incremental writing
|
||||||
- DAO writing
|
- DAO writing
|
||||||
- Obtaining DVD-R[W] multi-session info for extending ISO-9660 filesystems
|
- Obtaining DVD-R[W] multi-session info for extending ISO-9660 filesystems
|
||||||
|
Loading…
Reference in New Issue
Block a user