Comment 4 for bug 80258

Revision history for this message
Vincenzo Ciancia (vincenzo-ml) wrote :

I didn't notice that it uses readcd externally. It gives the same error (I changed cd but not the name of the ISO, that's why number of sectors differs). I even "prevu"-ed wodim, and tried readom, but it's the same, both logs follow. "dd" seems to give no error but it is hanging at end, too.

== readcd ==

vincenzo@cabernet:~$ readcd dev=/dev/hdc f=/home/vincenzo/Desktop/VRMPFPP_EN.iso
Read speed: 9152 kB/s (CD 52x, DVD 6x).
Write speed: 0 kB/s (CD 0x, DVD 0x).
Capacity: 144692 Blocks = 289384 kBytes = 282 MBytes = 296 prMB
Sectorsize: 2048 Bytes
Copy from SCSI (1,0,0) disk to file '/home/vincenzo/Desktop/VRMPFPP_EN.iso'
end: 144692
readcd: Success. read_g1: scsi sendcmd: no error
CDB: 28 00 00 02 35 00 00 00 34 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: F0 00 05 00 02 35 32 0A 00 00 00 00 64 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x64 Qual 0x00 (illegal mode for this track) Fru 0x0
Sense flags: Blk 144690 (valid)
resid: 106496
cmd finished after 0.512s timeout 40s
readcd: Success. Cannot read source disk
readcd: Retrying from sector 144640.
...................................................
[I pressed ctrl+c here

== readom ==

vincenzo@cabernet:~$ readom dev=/dev/hdc f=/home/vincenzo/Desktop/VRMPFPP_EN.is
Read speed: 9152 kB/s (CD 52x, DVD 6x).
Write speed: 0 kB/s (CD 0x, DVD 0x).
Capacity: 144692 Blocks = 289384 kBytes = 282 MBytes = 296 prMB
Sectorsize: 2048 Bytes
Copy from SCSI (1,0,0) disk to file '/home/vincenzo/Desktop/VRMPFPP_EN.is'
end: 144692
Errno: 0 (Success), read_g1 scsi sendcmd: no error
CDB: 28 00 00 02 35 20 00 00 14 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: F0 00 05 00 02 35 32 0A 00 00 00 00 64 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x64 Qual 0x00 (illegal mode for this track) Fru 0x0
Sense flags: Blk 144690 (valid)
resid: 40960
cmd finished after 0.369s timeout 40s
readom: Success. Cannot read source disk
readom: Retrying from sector 144672.
...................
[I pressed ctrl+c here too]