Ticket #11257: CDRecord_blank

File CDRecord_blank, 2.8 KB (added by vidrep, 9 years ago)
Line 
1
2Welcome to the Haiku shell.
3
4~> cdrecord -scanbus
5Cdrecord-ProDVD-ProBD-Clone 3.01a18 (i586-pc-haiku) Copyright (C) 1995-2013 Joerg Schilling
6Using libscg version 'schily-0.9'.
7scsibus0:
8 0,0,0 0) '' '' '' NON CCS Disk
9 0,1,0 1) 'ATAPI ' 'iHAS124 W ' 'HL05' Removable CD-ROM
10 0,2,0 2) *
11 0,3,0 3) *
12 0,4,0 4) *
13 0,5,0 5) *
14 0,6,0 6) *
15 0,7,0 7) *
16~> cdrecord dev=0,1,0 blank=fast
17Cdrecord-ProDVD-ProBD-Clone 3.01a18 (i586-pc-haiku) Copyright (C) 1995-2013 Joerg Schilling
18cdrecord: WARNING: Cannot set priority on this OS.
19cdrecord: WARNING: This causes a high risk for buffer underruns.
20scsidev: '0,1,0'
21scsibus: 0 target: 1 lun: 0
22Using libscg version 'schily-0.9'.
23Device type : Removable CD-ROM
24Version : 2
25Response Format: 2
26Capabilities :
27Vendor_info : 'ATAPI '
28Identifikation : 'iHAS124 W '
29Revision : 'HL05'
30Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.
31Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
32Driver flags : MMC-3 SWABAUDIO BURNFREE
33Supported modes: TAO PACKET SAO SAO/R96R RAW/R16 RAW/R96P RAW/R96R
34cdrecord: Warning: Cannot read drive buffer.
35cdrecord: Warning: The DMA speed test has been skipped.
36Starting to write CD/DVD/BD at speed 4 in real BLANK mode for single session.
37Last chance to quit, starting real write 0 seconds. Operation starts.
38cdrecord: blank unit: scsi sendcmd: retryable error
39CDB: A1 01 00 00 00 00 00 00 00 00 00 00
40status: 0x0 (GOOD STATUS)
41cmd finished after 20.041s timeout 9600s
42cdrecord: Cannot blank disk, aborting.
43cdrecord: Some drives do not support all blank types.
44cdrecord: Try again with cdrecord blank=all.
45~> cdrecord dev=0,1,0 blank=all
46Cdrecord-ProDVD-ProBD-Clone 3.01a18 (i586-pc-haiku) Copyright (C) 1995-2013 Joerg Schilling
47cdrecord: WARNING: Cannot set priority on this OS.
48cdrecord: WARNING: This causes a high risk for buffer underruns.
49scsidev: '0,1,0'
50scsibus: 0 target: 1 lun: 0
51Using libscg version 'schily-0.9'.
52Device type : Removable CD-ROM
53Version : 2
54Response Format: 2
55Capabilities :
56Vendor_info : 'ATAPI '
57Identifikation : 'iHAS124 W '
58Revision : 'HL05'
59Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.
60Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
61Driver flags : MMC-3 SWABAUDIO BURNFREE
62Supported modes: TAO PACKET SAO SAO/R96R RAW/R16 RAW/R96P RAW/R96R
63cdrecord: Warning: Cannot read drive buffer.
64cdrecord: Warning: The DMA speed test has been skipped.
65Starting to write CD/DVD/BD at speed 4 in real BLANK mode for single session.
66Last chance to quit, starting real write 0 seconds. Operation starts.
67cdrecord: blank unit: scsi sendcmd: retryable error
68CDB: A1 00 00 00 00 00 00 00 00 00 00 00
69status: 0x0 (GOOD STATUS)
70cmd finished after 20.059s timeout 9600s
71cdrecord: Cannot blank disk, aborting.
72~>
73
74
75
76
77
78
79
80