Using 128 MB of size plus writing of zeros with blank=format_overwrite
This commit is contained in:
parent
c9a9da9554
commit
533f4f61ea
@ -198,8 +198,8 @@ fast
|
|||||||
Minimally blank an entire CD.
|
Minimally blank an entire CD.
|
||||||
.TP
|
.TP
|
||||||
format_overwrite
|
format_overwrite
|
||||||
Format a DVD-RW to "Restricted Overwrite".
|
Format a DVD-RW to "Restricted Overwrite". The user should bring some patience.
|
||||||
(Not an original cdrecord option.)
|
(Note: this is not an original cdrecord option.)
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.BI \-checkdrive
|
.BI \-checkdrive
|
||||||
|
@ -2903,6 +2903,16 @@ int Cdrskin_abort_handler(struct CdrskiN *skin, int signum, int flag)
|
|||||||
ClN(fprintf(stderr,
|
ClN(fprintf(stderr,
|
||||||
"\ncdrskin_debug: ABORT : [%d] Thread rejected: pid=%d, signum=%d\n",
|
"\ncdrskin_debug: ABORT : [%d] Thread rejected: pid=%d, signum=%d\n",
|
||||||
skin->control_pid,getpid(),signum));
|
skin->control_pid,getpid(),signum));
|
||||||
|
|
||||||
|
#ifdef Not_yeT
|
||||||
|
/* >>> find more abstract and system independent way to determine
|
||||||
|
signals which make no sense with a return */
|
||||||
|
if(signum==11) {
|
||||||
|
Cleanup_set_handlers(NULL,NULL,1); /* allow abort */
|
||||||
|
return(0); /* let exit */
|
||||||
|
}
|
||||||
|
#endif /* Not_yeT */
|
||||||
|
|
||||||
return(-2); /* do only process the control thread */
|
return(-2); /* do only process the control thread */
|
||||||
}
|
}
|
||||||
if(skin->preskin->abort_handler==3)
|
if(skin->preskin->abort_handler==3)
|
||||||
@ -4021,7 +4031,7 @@ unsupported_with_dvd_minus_rw:;
|
|||||||
|
|
||||||
#ifdef Cdrskin_libburn_has_burn_disc_formaT
|
#ifdef Cdrskin_libburn_has_burn_disc_formaT
|
||||||
} else if(do_format==1) {
|
} else if(do_format==1) {
|
||||||
burn_disc_format(drive,(off_t) 0,0);
|
burn_disc_format(drive,(off_t) 128*1024*1024,1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.01.08.104222"
|
#define Cdrskin_timestamP "2007.01.08.104407"
|
||||||
|
Loading…
Reference in New Issue
Block a user