Quoted By:
I'm running gentoo with i3 and trying to mount a cdrom so i can burn some music to it. When I try to mount it says:
mount: /dev/sr0 is write-protected, mounting read-only
mount: /dev/sr0: can't read superblock
here is part of the output of "dmesg | grep sr0"
[ 170.751134] sr 4:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 170.751140] sr 4:0:0:0: [sr0] tag#0 Sense Key : Illegal Request [current]
[ 170.751146] sr 4:0:0:0: [sr0] tag#0 Add. Sense: Logical block address out of range
[ 170.751151] sr 4:0:0:0: [sr0] tag#0 CDB: Read(10) 28 00 00 00 00 00 00 00 01 00
[ 170.751154] blk_update_request: I/O error, dev sr0, sector 0
[ 170.751177] EXT2-fs (sr0): error: unable to read superblock
Have not been using GNU/Linux much so i thought i'd ask for help here, thanks.