[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Burning iso file to BD-RW



Hi !

I tried to use cdrecord/wodim to write to an BD-RE disc but it fails:
root@galaxy:/opt/schily/bin# ./cdrecord -dev=1000,1,0 /backup/test/ test.iso
./cdrecord: No write mode specified.
./cdrecord: Asuming -sao mode.
./cdrecord: If your drive does not accept -sao, try -tao.
./cdrecord: Future versions of cdrecord may have different drive dependent defaults. Cdrecord-ProDVD-ProBD-Clone 2.01.01a36 (i686-pc-linux-gnu) Copyright (C) 1995-2007 J?rg Schilling
scsidev: '1000,1,0'
scsibus: 1000 target: 1 lun: 0
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.9'.
Device type    : Removable CD-ROM
Version        : 0
Response Format: 2
Capabilities   :
Vendor_info    : 'Optiarc '
Identifikation : 'BDRW BD-M100A   '
Revision       : '1.0e'
Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.
Using generic SCSI-3/mmc-3 BD-RE driver (mmc_bdre).
Driver flags   : NO-CD BD MMC-3 BURNFREE
Supported modes: PACKET SAO
./cdrecord: Success. read track info: scsi sendcmd: no error
CDB:  52 00 00 00 00 00 00 00 04 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 21 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x21 Qual 0x00 (logical block address out of range) Fru 0x0
Sense flags: Blk 0 (not valid)
resid: 4
cmd finished after 0.005s timeout 240s
./cdrecord: Success. set streaming: scsi sendcmd: no error
CDB:  B6 00 00 00 00 00 00 00 00 00 1C 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 03 00 00 00 00 0A 00 20 02 08 31 00 00 00
Sense Key: 0x3 Medium Error, Segment 0
Sense Code: 0x31 Qual 0x00 (medium format corrupted) Fru 0x0
Sense flags: Blk 0 (not valid)
resid: 28
cmd finished after 0.009s timeout 100s
./cdrecord: MMC-3 speed select did not work.
Starting to write CD/DVD/BD at speed 0 in real SAO mode for single session.
Last chance to quit, starting real write    0 seconds. Operation starts.
./cdrecord: Success. write_g1: scsi sendcmd: no error
CDB:  2A 00 00 00 00 00 00 00 1F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 03 00 00 00 00 0A 00 20 02 08 31 00 00 00
Sense Key: 0x3 Medium Error, Segment 0
Sense Code: 0x31 Qual 0x00 (medium format corrupted) Fru 0x0
Sense flags: Blk 0 (not valid)
resid: 63488
cmd finished after 0.009s timeout 100s
write track data: error after 0 bytes
./cdrecord: A write error occured.
./cdrecord: Please properly read the error message above.
./cdrecord: Success. close track/session: scsi sendcmd: no error
CDB:  5B 01 02 00 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 04 00 00 00 30 05 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x30 Qual 0x05 (cannot write medium - incompatible format) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.007s timeout 1000s
./cdrecord: Success. close track/session: scsi sendcmd: no error
CDB:  5B 01 02 00 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 04 00 00 00 30 05 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x30 Qual 0x05 (cannot write medium - incompatible format) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.007s timeout 1000s
cmd finished after 0.007s timeout 1000s
Trouble closing the session

cdrecord --scanbus gives me:

root@galaxy:/opt/schily/bin# ./cdrecord --scanbus
Cdrecord-ProDVD-ProBD-Clone 2.01.01a36 (i686-pc-linux-gnu) Copyright (C) 1995-2007 J?rg Schilling
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.9'.
scsibus1:
	1,0,0	100) 'ATA     ' 'Maxtor 7V250F0  ' 'VA11' Disk
	1,1,0	101) *
	1,2,0	102) *
	1,3,0	103) *
	1,4,0	104) *
	1,5,0	105) *
	1,6,0	106) *
	1,7,0	107) *
scsibus2:
	2,0,0	200) 'ATA     ' 'FB160C4081      ' 'n/a ' Disk
	2,1,0	201) *
	2,2,0	202) *
	2,3,0	203) *
	2,4,0	204) *
	2,5,0	205) *
	2,6,0	206) *
	2,7,0	207) *
scsibus1000:
	1000,0,0 100000) 'LITE-ON ' 'CD-ROM LTN-4891S' 'NQG2' Removable CD-ROM
	1000,1,0 100001) 'Optiarc ' 'BDRW BD-M100A   ' '1.0e' Removable CD-ROM
	1000,2,0 100002) *
	1000,3,0 100003) *
	1000,4,0 100004) *
	1000,5,0 100005) *
	1000,6,0 100006) *
	1000,7,0 100007) *

and cdrecord -atip gives me the following:

root@galaxy:/opt/schily/bin# ./cdrecord -dev=1000,1,0 -atip
Cdrecord-ProDVD-ProBD-Clone 2.01.01a36 (i686-pc-linux-gnu) Copyright (C) 1995-2007 J?rg Schilling
scsidev: '1000,1,0'
scsibus: 1000 target: 1 lun: 0
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.9'.
Device type    : Removable CD-ROM
Version        : 0
Response Format: 2
Capabilities   :
Vendor_info    : 'Optiarc '
Identifikation : 'BDRW BD-M100A   '
Revision       : '1.0e'
Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.
Using generic SCSI-3/mmc-3 BD-RE driver (mmc_bdre).
Driver flags   : NO-CD BD MMC-3 BURNFREE
Supported modes: PACKET SAO
Disk type:          'BDW' (BD-RE)
Disk class:         02
Manufacturer:       'SONY'
Media type:         'ES1'
Disk:               is not in cartridge
Media cartrige:     write protect is off
./cdrecord: Success. read track info: scsi sendcmd: no error
CDB:  52 00 00 00 00 00 00 00 04 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 21 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x21 Qual 0x00 (logical block address out of range) Fru 0x0
Sense flags: Blk 0 (not valid)
resid: 4
cmd finished after 0.005s timeout 240s

    Capacity  Blklen/Sparesz.  Format-type  Type
    12219392            20480         0x00  Unformated or Blank Media
    11826176            12288         0x00  Reserved (0)
    11564032             2048         0x01  Reserved (0)
    11826176            12288         0x30  Reserved (0)
    11564032            20480         0x30  Reserved (0)
    12088320             4096         0x30  Reserved (0)
    12219392             2048         0x31  Reserved (0)



anyone knows what could be wrong as I couldn't find anything about the topic (BD writing with cdrecord) on the net.

yours

Arnold




Reply to: