Hello everybody,
I have a dvd containing some photos. It was written from a windows computer. It works on a windows system, but not on my linux system. Any Idea whats going wrong?
that gives the output in dmesg :
Then I tried specifying the file system. For UDF, with a -t udf:
The for -t iso9660:
This is the condition through command line. In gnome 3.6, and kde 4.10, the drive shows up as a plane disc, and the penguin is freaking me out to write something to it :confused: Disc is readable in windows!
What should I try next?
Thanks and Regards
Jay Aurabind
I have a dvd containing some photos. It was written from a windows computer. It works on a windows system, but not on my linux system. Any Idea whats going wrong?
Code:
sudo mount /dev/sr0 /mnt/a -o ro,user,noauto,unhide
Code:
[ 7422.319769] sr 1:0:0:0: [sr0]
[ 7422.319775] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 7422.319778] sr 1:0:0:0: [sr0]
[ 7422.319781] Sense Key : Illegal Request [current]
[ 7422.319785] sr 1:0:0:0: [sr0]
[ 7422.319788] Add. Sense: Logical block address out of range
[ 7422.319791] sr 1:0:0:0: [sr0] CDB:
[ 7422.319793] Read(10): 28 00 00 00 00 00 00 00 01 00
[ 7422.319802] end_request: I/O error, dev sr0, sector 0
[ 7422.319867] EXT4-fs (sr0): unable to read superblock
[ 7422.358598] sr 1:0:0:0: [sr0]
[ 7422.358602] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 7422.358605] sr 1:0:0:0: [sr0]
[ 7422.358607] Sense Key : Illegal Request [current]
[ 7422.358611] sr 1:0:0:0: [sr0]
[ 7422.358614] Add. Sense: Logical block address out of range
[ 7422.358617] sr 1:0:0:0: [sr0] CDB:
[ 7422.358618] Read(10): 28 00 00 00 00 00 00 00 01 00
[ 7422.358627] end_request: I/O error, dev sr0, sector 0
[ 7422.358690] EXT4-fs (sr0): unable to read superblock
[ 7422.397406] sr 1:0:0:0: [sr0]
[ 7422.397410] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 7422.397413] sr 1:0:0:0: [sr0]
[ 7422.397415] Sense Key : Illegal Request [current]
[ 7422.397419] sr 1:0:0:0: [sr0]
[ 7422.397422] Add. Sense: Logical block address out of range
[ 7422.397424] sr 1:0:0:0: [sr0] CDB:
[ 7422.397426] Read(10): 28 00 00 00 00 00 00 00 01 00
[ 7422.397434] end_request: I/O error, dev sr0, sector 0
[ 7422.397512] EXT4-fs (sr0): unable to read superblock
[ 7422.435574] sr 1:0:0:0: [sr0]
[ 7422.435580] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 7422.435585] sr 1:0:0:0: [sr0]
[ 7422.435588] Sense Key : Illegal Request [current]
[ 7422.435594] sr 1:0:0:0: [sr0]
[ 7422.435598] Add. Sense: Logical block address out of range
[ 7422.435603] sr 1:0:0:0: [sr0] CDB:
[ 7422.435605] Read(10): 28 00 00 00 00 10 00 00 01 00
[ 7422.435619] end_request: I/O error, dev sr0, sector 64
[ 7422.435703] isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
[ 7422.516072] FAT-fs (sr0): Unrecognized mount option "unhide" or missing value
[ 7422.555482] hfs: unable to parse mount options.
[ 7422.603520] hfs: unable to parse mount options
Code:
[ 8148.816485] sr 1:0:0:0: [sr0]
[ 8148.816495] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 8148.816503] sr 1:0:0:0: [sr0]
[ 8148.816507] Sense Key : Illegal Request [current]
[ 8148.816516] sr 1:0:0:0: [sr0]
[ 8148.816523] Add. Sense: Logical block address out of range
[ 8148.816529] sr 1:0:0:0: [sr0] CDB:
[ 8148.816531] Read(10): 28 00 00 00 00 10 00 00 01 00
[ 8148.816546] end_request: I/O error, dev sr0, sector 64
[ 8148.839844] sr 1:0:0:0: [sr0]
[ 8148.839848] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 8148.839851] sr 1:0:0:0: [sr0]
[ 8148.839853] Sense Key : Illegal Request [current]
[ 8148.839857] sr 1:0:0:0: [sr0]
[ 8148.839860] Add. Sense: Logical block address out of range
[ 8148.839863] sr 1:0:0:0: [sr0] CDB:
[ 8148.839864] Read(10): 28 00 00 00 01 00 00 00 01 00
[ 8148.839873] end_request: I/O error, dev sr0, sector 1024
[ 8148.839937] UDF-fs: error (device sr0): udf_read_tagged: read failed, block=256, location=256
[ 8148.845580] sr 1:0:0:0: [sr0]
[ 8148.845585] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 8148.845588] sr 1:0:0:0: [sr0]
[ 8148.845590] Sense Key : Illegal Request [current]
[ 8148.845594] sr 1:0:0:0: [sr0]
[ 8148.845596] Add. Sense: Logical block address out of range
[ 8148.845599] sr 1:0:0:0: [sr0] CDB:
[ 8148.845601] Read(10): 28 00 00 00 02 00 00 00 01 00
[ 8148.845609] end_request: I/O error, dev sr0, sector 2048
[ 8148.845684] UDF-fs: error (device sr0): udf_read_tagged: read failed, block=512, location=512
[ 8148.845689] UDF-fs: warning (device sr0): udf_load_vrs: No anchor found
[ 8148.845692] UDF-fs: warning (device sr0): udf_fill_super: No partition found (1)
Code:
[ 8184.321662] sr 1:0:0:0: [sr0]
[ 8184.321668] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 8184.321671] sr 1:0:0:0: [sr0]
[ 8184.321674] Sense Key : Illegal Request [current]
[ 8184.321678] sr 1:0:0:0: [sr0]
[ 8184.321682] Add. Sense: Logical block address out of range
[ 8184.321685] sr 1:0:0:0: [sr0] CDB:
[ 8184.321687] Read(10): 28 00 00 00 00 10 00 00 01 00
[ 8184.321696] end_request: I/O error, dev sr0, sector 64
[ 8184.321762] isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
This is the condition through command line. In gnome 3.6, and kde 4.10, the drive shows up as a plane disc, and the penguin is freaking me out to write something to it :confused: Disc is readable in windows!
What should I try next?
Thanks and Regards
Jay Aurabind