Bug 10370 - mount failed on ubuntu-8.04_ppc
Summary: mount failed on ubuntu-8.04_ppc
Status: CLOSED INVALID
Alias: None
Product: IO/Storage
Classification: Unclassified
Component: IDE (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: io_ide@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-31 06:04 UTC by Pietro Barnabè
Modified: 2010-01-19 17:18 UTC (History)
3 users (show)

See Also:
Kernel Version: 2.6.24-12
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments
dmesg.log (659 bytes, text/plain)
2008-03-31 06:12 UTC, Pietro Barnabè
Details
dmesg-tail.log (659 bytes, text/plain)
2008-03-31 06:14 UTC, Pietro Barnabè
Details
lspci-vvnn.log (7.96 KB, application/octet-stream)
2008-03-31 06:24 UTC, Pietro Barnabè
Details
uname-a.log (75 bytes, application/octet-stream)
2008-03-31 06:25 UTC, Pietro Barnabè
Details
version.log (28 bytes, application/octet-stream)
2008-03-31 06:26 UTC, Pietro Barnabè
Details

Description Pietro Barnabè 2008-03-31 06:04:40 UTC
Latest working kernel version: 2.6.20-16
Earliest failing kernel version: 2.6.24-12
Distribution: Ubuntu-8.04_ppc
Hardware Environment: ibook G4
Software Environment:
Problem Description: when I tasted to mount a audio cdrom, mount failed, only for audio cdrom; other cdrom works correttly.

Steps to reproduce: 

pietro@trip:~$ mount /media/cdrom0
mount: block device /dev/hdc is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hdc,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

pietro@trip:~$ dmesg | tail
[ 1388.428934] ide: failed opcode was: unknown
[ 1388.429343] hdc: error code: 0x70  sense_key: 0x05  asc: 0x64  ascq: 0x00
[ 1388.429350] end_request: I/O error, dev hdc, sector 1024
[ 1388.429378] UDF-fs: No partition found (1)
[ 1388.625844] hdc: command error: status=0x51 { DriveReady SeekComplete Error }
[ 1388.625857] hdc: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 1388.625862] ide: failed opcode was: unknown
[ 1388.626273] hdc: error code: 0x70  sense_key: 0x05  asc: 0x64  ascq: 0x00
[ 1388.626281] end_request: I/O error, dev hdc, sector 64
[ 1388.626308] isofs_fill_super: bread failed, dev=hdc, iso_blknum=16, block=16
Comment 1 Pietro Barnabè 2008-03-31 06:12:57 UTC
Created attachment 15529 [details]
dmesg.log
Comment 2 Pietro Barnabè 2008-03-31 06:14:20 UTC
Created attachment 15530 [details]
dmesg-tail.log
Comment 3 Pietro Barnabè 2008-03-31 06:24:29 UTC
Created attachment 15532 [details]
lspci-vvnn.log
Comment 4 Pietro Barnabè 2008-03-31 06:25:04 UTC
Created attachment 15533 [details]
uname-a.log
Comment 5 Pietro Barnabè 2008-03-31 06:26:18 UTC
Created attachment 15534 [details]
version.log
Comment 6 Borislav Petkov 2008-03-31 06:58:36 UTC
You're not supposed to mount an audio cdrom since it has no filesystem on it as your log suggests. If you want to access it, do so without mounting it. See http://www.tldp.org/HOWTO/CDROM-HOWTO/index.html for details.
Comment 7 Bartlomiej Zolnierkiewicz 2008-11-03 05:28:19 UTC
Hmm, so what was the final conclusion about this report?  not-a-bug?

Note You need to log in before you can comment on or make changes to this bug.