Sunday, April 17, 2016

cdrom issues in fedora



After a looong time, tried to play some songs from cdrom  ;)

faced these errors:

[146512.870430] sr 5:0:0:0: [sr0] tag#12 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[146512.870443] sr 5:0:0:0: [sr0] tag#12 Sense Key : Illegal Request [current]
[146512.870445] sr 5:0:0:0: [sr0] tag#12 Add. Sense: Illegal mode for this track
[146512.870447] sr 5:0:0:0: [sr0] tag#12 CDB: Read(10) 28 00 00 05 68 1e 00 00 02 00
[146512.870448] blk_update_request: I/O error, dev sr0, sector 1417336
[146513.233773] sr 5:0:0:0: [sr0] tag#14 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[146513.233776] sr 5:0:0:0: [sr0] tag#14 Sense Key : Illegal Request [current]
[146513.233779] sr 5:0:0:0: [sr0] tag#14 Add. Sense: Illegal mode for this track
[146513.233780] sr 5:0:0:0: [sr0] tag#14 CDB: Read(10) 28 00 00 05 68 1f 00 00 01 00
[146513.233782] blk_update_request: I/O error, dev sr0, sector 1417340
[146513.233785] Buffer I/O error on dev sr0, logical block 354335, async page read


confused, googled, and what not?


Then tried mounting manually, voila it worked :)

mount /dev/sr0 /mnt/cdrom -o ro




No comments:

Post a Comment