lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 06 Jun 2010 20:23:42 +0200
From:	Stuckey <stuckey@...abit.com>
To:	linux-kernel@...r.kernel.org
Subject: Can't read DVDs/CDs

Hello,

Since upgrading to 2.6.32 I've been having issues reading DVDs/CDs. I've 
filled a bug report against the kernel in Debian (1) for this issue, 
which at least one other person seems to be able to confirm. I am 
assuming the device/discs in question are not at fault since they work 
with windows and mac.

Essentially, mounting a disc with "mount /dev/sr0/" yields varying error 
messages that usually say say there is no media on the disc or that the 
file system is bad. This isn't always the case though. For example here 
is what I've gotten just now while trying to mount a DVD+R:

stuckey@...ian:~$ mount /dev/sr0
mount: only root can mount /dev/sr0 on /media/cdrom0
stuckey@...ian:~$ su
Password:
root@...ian:/home/stuckey# mount /dev/sr0
mount: /dev/sr0: unknown device
root@...ian:/home/stuckey# mount /dev/sr0
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: you must specify the filesystem type
root@...ian:/home/stuckey# ls /media/cdrom0/
root@...ian:/home/stuckey# mount /dev/sr0
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: you must specify the filesystem type

In *DMESG* there is always the same output to be read:

[ 1921.647075] sr 4:0:0:0: [sr0] Unhandled sense code
[ 1921.647077] sr 4:0:0:0: [sr0] Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
[ 1921.647081] sr 4:0:0:0: [sr0] Sense Key : Hardware Error [current]
[ 1921.647084] sr 4:0:0:0: [sr0] Add. Sense: Timeout on logical unit
[ 1921.647088] sr 4:0:0:0: [sr0] CDB: Read(10): 28 00 00 05 08 7c 00 00 
02 00
[ 1921.647096] end_request: I/O error, dev sr0, sector 1319408
[ 1921.647099] Buffer I/O error on device sr0, logical block 164926
[ 1928.042773] sr 4:0:0:0: [sr0] Unhandled sense code
[ 1928.042775] sr 4:0:0:0: [sr0] Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
[ 1928.042778] sr 4:0:0:0: [sr0] Sense Key : Hardware Error [current]
[ 1928.042782] sr 4:0:0:0: [sr0] Add. Sense: Timeout on logical unit
[ 1928.042786] sr 4:0:0:0: [sr0] CDB: Read(10): 28 00 00 05 08 8a 00 00 
02 00
[ 1928.042794] end_request: I/O error, dev sr0, sector 1319464
[ 1928.042797] Buffer I/O error on device sr0, logical block 164933
[ 1934.437534] sr 4:0:0:0: [sr0] Unhandled sense code
[ 1934.437536] sr 4:0:0:0: [sr0] Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
[ 1934.437540] sr 4:0:0:0: [sr0] Sense Key : Hardware Error [current]
[ 1934.437543] sr 4:0:0:0: [sr0] Add. Sense: Timeout on logical unit
[ 1934.437547] sr 4:0:0:0: [sr0] CDB: Read(10): 28 00 00 05 08 8a 00 00 
02 00
[ 1934.437555] end_request: I/O error, dev sr0, sector 1319464
[ 1934.437558] Buffer I/O error on device sr0, logical block 164933
[ 1935.491758] ISO 9660 Extensions: RRIP_1991A
[ 1972.031786] ATL1E 0000:02:00.0: ATL1E: eth0 NIC Link is Down
[ 2144.660652] ATL1E 0000:02:00.0: ATL1E: eth0 NIC Link is Up<1000 Mbps 
Full Duplex>
[ 3207.908544] sr 4:0:0:0: [sr0] Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
[ 3207.908548] sr 4:0:0:0: [sr0] Sense Key : Illegal Request [current]
[ 3207.908552] sr 4:0:0:0: [sr0] Add. Sense: Logical block address out 
of range
[ 3207.908557] sr 4:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 00 00 00 00 
01 00
[ 3207.908564] end_request: I/O error, dev sr0, sector 0
[ 3207.908567] Buffer I/O error on device sr0, logical block 0
[ 3207.909449] sr 4:0:0:0: [sr0] Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
[ 3207.909452] sr 4:0:0:0: [sr0] Sense Key : Illegal Request [current]
[ 3207.909456] sr 4:0:0:0: [sr0] Add. Sense: Logical block address out 
of range
[ 3207.909459] sr 4:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 00 00 00 00 
01 00
[ 3207.909466] end_request: I/O error, dev sr0, sector 0
[ 3207.909468] Buffer I/O error on device sr0, logical block 0
[ 3208.892944] cdrom: This disc doesn't have any tracks I recognize!


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583949

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ