in the command line, wodim is also unable to do so:
Code: Select all
~# wodim -v -force blank=all dev=/dev/sr0
TOC Type: 1 = CD-ROM
scsidev: '/dev/sr0'
devname: '/dev/sr0'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Wodim version: 1.1.11
SCSI buffer size: 64512
Device type : Removable CD-ROM
Version : 5
Response Format: 2
Capabilities :
Vendor_info : 'HL-DT-ST'
Identification : 'BD-RE BH10LS30 '
Revision : '1.00'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x0043 (BD-RE)
Profile: 0x0040 (BD-ROM)
Profile: 0x0041 (BD-R sequential recording)
Profile: 0x0042 (BD-R random recording)
Profile: 0x0043 (BD-RE) (current)
Profile: 0x0012 (DVD-RAM)
Profile: 0x0011 (DVD-R sequential recording)
Profile: 0x0015 (DVD-R/DL sequential recording)
Profile: 0x0016 (DVD-R/DL layer jump recording)
Profile: 0x0014 (DVD-RW sequential recording)
Profile: 0x0013 (DVD-RW restricted overwrite)
Profile: 0x001A (DVD+RW)
Profile: 0x001B (DVD+R)
Profile: 0x002B (DVD+R/DL)
Profile: 0x0010 (DVD-ROM)
Profile: 0x0009 (CD-R)
Profile: 0x000A (CD-RW)
Profile: 0x0008 (CD-ROM)
Profile: 0x0002 (Removable disk) (current)
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Drive buf size : 2031616 = 1984 KB
Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
communication breaks or freezes immediately after that.
Drive DMA Speed: 17111 kB/s 97x CD 12x DVD
Current Secsize: 2048
ATIP start of lead in: -150 (00:00/00)
Disk type: unknown dye (reserved id code)
Manuf. index: -1
Manufacturer: unknown (not in table)
Speed set to 10338 KB/s
Waiting for drive to calm down.
Starting to write CD/DVD at speed 58.0 in real force BLANK mode for single session.
Last chance to quit, starting real write in 0 seconds. Operation starts.
Errno: 5 (Input/output error), blank unit scsi sendcmd: no error
CDB: A1 00 00 00 00 00 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A A1 00 00 B0 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.040s timeout 9600s
Starting to write CD/DVD at speed 58.0 in real force BLANK mode for single session.
No chance to quit anymore. Operation starts.
Performing OPC...
Blanking entire disk
Errno: 5 (Input/output error), blank unit scsi sendcmd: no error
CDB: A1 00 00 00 00 00 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A A1 00 00 B0 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.048s timeout 9600s
wodim: Cannot blank disk, aborting.
~#
Code: Select all
~# inxi -d
Drives:
Local Storage: total: 928.35 GiB used: 280.82 GiB (30.2%)
ID-1: /dev/sda vendor: Kingston model: SUV400S37240G size: 223.57 GiB
ID-2: /dev/sdb vendor: Seagate model: ST500LT012-1DG142 size: 465.76 GiB
ID-3: /dev/sdc type: USB vendor: Samsung model: Flash Drive FIT
size: 239.02 GiB
Optical-1: /dev/sr0 vendor: HL-DT-ST model: BD-RE BH10LS30
dev-links: cdrom
Features: speed: 40 multisession: yes audio: yes dvd: yes
rw: cd-r,cd-rw,dvd-r,dvd-ram
~#
~#
~#
~# lshw
aquila
descrição: Computador desktop
............
*-cdrom
descrição: DVD-RAM writer
produto: BD-RE BH10LS30
fabricante: HL-DT-ST
ID físico: 1
informações do barramento: scsi@3:0.0.0
nome lógico: /dev/cdrom
nome lógico: /dev/sr0
versão: 1.00
capacidades: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuração: ansiversion=5 status=ready
*-medium
ID físico: 0
nome lógico: /dev/cdrom
............
~#
Thank you all