Declared BD-RE to be supported

This commit is contained in:
Thomas Schmitt 2008-05-06 18:10:44 +00:00
parent a54113267e
commit be0626ae9e
4 changed files with 13 additions and 23 deletions

View File

@ -2,7 +2,7 @@
.\" First parameter, NAME, should be all caps .\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1) .\" other parameters are allowed: see man(7), man(1)
.TH CDRSKIN 1 "April 27, 2008" .TH CDRSKIN 1 "May 06, 2008"
.\" Please adjust this date whenever revising the manpage. .\" Please adjust this date whenever revising the manpage.
.\" .\"
.\" Some roff macros, for reference: .\" Some roff macros, for reference:
@ -16,8 +16,7 @@
.\" .sp <n> insert n+1 empty lines .\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7) .\" for manpage-specific macros, see man(7)
.SH NAME .SH NAME
cdrskin \- burns preformatted data to CD-R[W], DVD-R[W], DVD+R[W], DVD+R/DL, cdrskin \- burns preformatted data to CD, DVD, and BD-RE via libburn.
DVD-RAM via libburn.
.SH SYNOPSIS .SH SYNOPSIS
.B cdrskin .B cdrskin
.RI [ options | track_source_addresses ] .RI [ options | track_source_addresses ]
@ -36,7 +35,7 @@ You do not need to be superuser for its daily usage.
.br .br
Blanking of CD-RW and DVD-RW. Blanking of CD-RW and DVD-RW.
.br .br
Formatting of DVD-RW, DVD+RW, DVD-RAM, experimentally BD-RE. Formatting of DVD-RW, DVD+RW, DVD-RAM, BD-RE.
.br .br
Burning of data or audio tracks to CD, Burning of data or audio tracks to CD,
.br .br
@ -52,7 +51,7 @@ Single session on DVD-RW or DVD-R (Disk-at-once).
.br .br
Single session or emulated ISO-9660 multi-session Single session or emulated ISO-9660 multi-session
.br .br
on overwriteable DVD+RW, DVD-RW, DVD-RAM, experimentally on BD-RE on overwriteable DVD+RW, DVD-RW, DVD-RAM, BD-RE
.br .br
or on data file or block device. or on data file or block device.
.br .br
@ -216,7 +215,7 @@ Best reader compatibility is achieved without it
.B Overwriteable DVD or BD Media: .B Overwriteable DVD or BD Media:
.br .br
Currently types DVD+RW, DVD-RW, DVD-RAM and BD-RE can be overwritten via Currently types DVD+RW, DVD-RW, DVD-RAM and BD-RE can be overwritten via
cdrskin. BD-RE is supported only with option --allow_untested_media. cdrskin.
.br .br
Option -audio is not allowed. Only one track is allowed. Option -audio is not allowed. Only one track is allowed.
Option -multi cannot mark a recognizeable end of overwriteable media. Option -multi cannot mark a recognizeable end of overwriteable media.
@ -365,6 +364,8 @@ e.g. if it is non-blank write-once.
.br .br
This leaves unformatted DVD-RW in unformatted blank state. To format DVD-RW use This leaves unformatted DVD-RW in unformatted blank state. To format DVD-RW use
blank=format_overwriteable. blank=format_overwriteable.
.br
(Note: blank=as_needed is not an original cdrecord option.)
.TP .TP
The following blank types are specific to particular media familes. Use them if special features are desired. The following blank types are specific to particular media familes. Use them if special features are desired.
.TP .TP
@ -398,8 +399,6 @@ This currently applies to unformatted DVD-RW, DVD-RAM and BD-RE.
Eventually the appropriate default formatting is chosen. Eventually the appropriate default formatting is chosen.
If other media or states are encountered then nothing happens. If other media or states are encountered then nothing happens.
.br .br
Note: BD-RE currently is only supported with option --allow_untested_media .
.br
The following formatting types are more specialized to particular The following formatting types are more specialized to particular
media families. media families.
.TP .TP
@ -429,8 +428,6 @@ format_defectmgt
Format DVD-RAM or BD-RE to reserve the default amount of spare blocks for Format DVD-RAM or BD-RE to reserve the default amount of spare blocks for
defect management. defect management.
.br .br
Note: BD-RE currently is only supported with option --allow_untested_media .
.br
The following format_defectmgt_* allow to submit user wishes which The following format_defectmgt_* allow to submit user wishes which
nevertheless have to match one of the available formats. These formats are nevertheless have to match one of the available formats. These formats are
offered by the drive after examining the media. offered by the drive after examining the media.
@ -1047,8 +1044,6 @@ tested. Currently this applies to :
.br .br
Profile 0015h , DVD-R/DL Sequential (will not allow -multi). Profile 0015h , DVD-R/DL Sequential (will not allow -multi).
.br .br
Profile 0043h , BD-RE.
.br
If you really test such media, then please report the outcome on If you really test such media, then please report the outcome on
libburn-hackers@pykix.org libburn-hackers@pykix.org
.TP .TP

View File

@ -5220,12 +5220,7 @@ int Cdrskin_blank(struct CdrskiN *skin, int flag)
} else if(do_format==4) { } else if(do_format==4) {
/* Formatting and influencing defect management of DVD-RAM , BD-RE */ /* Formatting and influencing defect management of DVD-RAM , BD-RE */
if(profile_number == 0x12 || if(!(profile_number == 0x12 || profile_number == 0x43)) {
(profile_number == 0x43 && skin->preskin->allow_untested_media)) {
/* >>> check whether the current media is already formatted */;
} else {
fprintf(stderr, fprintf(stderr,
"cdrskin: SORRY : blank=%s for now does DVD-RAM and BD-RE only\n", "cdrskin: SORRY : blank=%s for now does DVD-RAM and BD-RE only\n",
fmt_text); fmt_text);

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2008.05.06.180813" #define Cdrskin_timestamP "2008.05.06.181100"

View File

@ -8,8 +8,8 @@
Its paragon, cdrecord, is a powerful GPL'ed burn program included in Joerg Its paragon, cdrecord, is a powerful GPL'ed burn program included in Joerg
Schilling's cdrtools. cdrskin strives to be a second source for the services Schilling's cdrtools. cdrskin strives to be a second source for the services
traditionally provided by cdrecord. Currently it does CD-R and CD-RW this way. traditionally provided by cdrecord. Currently it does CD-R and CD-RW this way.
Overwriteable media DVD-RAM, DVD+RW and DVD-RW are handled differently than Overwriteable media DVD-RAM, DVD+RW, DVD-RW, and BD-RE are handled differently
with cdrecord-ProDVD in order to offer TAO-like single track recording. than with cdrecord-ProDVD in order to offer TAO-like single track recording.
Sequential DVD-R[W], DVD+R, DVD+R/DL are handled like CD-R[W] with TAO and Sequential DVD-R[W], DVD+R, DVD+R/DL are handled like CD-R[W] with TAO and
multi-session. Additionally cdrskin offers cdrecord-ProDVD-like mode DAO multi-session. Additionally cdrskin offers cdrecord-ProDVD-like mode DAO
with DVD-R[W]. with DVD-R[W].
@ -268,8 +268,8 @@ for an illustrated example with K3b 0.10 .
DVD advise: DVD advise:
For burning of DVD media other than DVD-RAM, DVD+RW, DVD+R, DVD+R/DL, For burning of DVD/BD media other than DVD-RAM, DVD+RW, DVD+R, DVD+R/DL,
DVD-RW, DVD-R, the cdrskin project currently advises to use DVD-RW, DVD-R, BD-RE, the cdrskin project currently advises to use
Andy Polyakov's dvd+rw-tools which despite their historic name are Andy Polyakov's dvd+rw-tools which despite their historic name are
capable of all the media above and more, including BD discs. capable of all the media above and more, including BD discs.