mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Steven Cole <elenstev@mesatop.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.12-rc1-mm3 (cannot read cd-rom, 2.6.12-rc1 is OK)
Date: Fri, 25 Mar 2005 14:22:52 -0700	[thread overview]
Message-ID: <4244812C.3070402@mesatop.com> (raw)
In-Reply-To: <20050325122433.12469909.akpm@osdl.org>

Andrew Morton wrote:
> Steven Cole <elenstev@mesatop.com> wrote:
> 
>> > [   49.198779] EXT3-fs: mounted filesystem with ordered data mode.
>> > [   56.310394] PCI: Found IRQ 5 for device 0000:01:0c.0
>> > [  222.804956] rock: directory entry would overflow storage
>> > [  222.804978] rock: sig=0x5245, size=8, remaining=0
>> > [  235.551953] rock: directory entry would overflow storage
>> > [  235.551969] rock: sig=0x5850, size=36, remaining=34
>> > [  235.551976] rock: directory entry would overflow storage
>> > [  235.551981] rock: sig=0x5850, size=36, remaining=34
>> > 
>> > Sorry, I don't have the time to do further troubleshooting, but I
>> > hope this is enough information.  The .config for this machine was
>> > posted earlier in another thread here:
>> > http://marc.theaimsgroup.com/?l=linux-kernel&m=111167720523853&w=2
>> > 
>> > Steven
>>
>> I found a few more minutes to test two more kernels.  The problem
>> first occured with 2.6.12-rc1-mm2:
>>
>> 2.6.12-rc1     reads the cd-rom OK as reported earlier
>> 2.6.12-rc1-mm1 also reads the cd-rom OK
>> 2.6.12-rc1-mm2 broken same as -mm3 described as above
>> 2.6.12-rc1-mm3 broken as reported earlier
> 
> 
> Are you really really sure about that?  -mm3 included both the bk-ide-dev
> tree and the isofs changes.  2.6.12-rc1-mm2 had neither.
> 

Just to be really really sure, I repeated the tests.  I even checked
that the image/label combination in /etc/lilo.conf was what I intended,
but the uname -r should show what's what.

Same results, -mm2 broken, and -mm1 reads the disk.  I even tried
other CD's just to make sure I didn't have something weird.  Same results.

[root@spc1 steven]# uname -r
2.6.12-rc1-mm2-GX110
[root@spc1 steven]# mount /dev/hdc /mnt/cdrom
mount: block device /dev/hdc is write-protected, mounting read-only
[root@spc1 steven]# df -T
Filesystem    Type    Size  Used Avail Use% Mounted on
/dev/hda1     ext3    304M   96M  193M  34% /
/dev/hda9 reiserfs    8.3G  7.5G  818M  91% /home
/dev/hda8     ext3    464M  8.1M  432M   2% /tmp
/dev/hda6     ext3    7.4G  1.5G  5.5G  22% /usr
/dev/hda7     ext3    1.9G   96M  1.7G   6% /var
/dev/hdc   iso9660    2.9M  2.9M     0 100% /mnt/cdrom
[root@spc1 steven]# ls -l /mnt/cdrom
total 0
[root@spc1 steven]# dmesg | tail
[   51.205871] EXT3 FS on hda6, internal journal
[   51.205880] EXT3-fs: mounted filesystem with ordered data mode.
[   51.234132] kjournald starting.  Commit interval 5 seconds
[   51.234544] EXT3 FS on hda7, internal journal
[   51.234553] EXT3-fs: mounted filesystem with ordered data mode.
[   58.357329] PCI: Found IRQ 5 for device 0000:01:0c.0
[  146.301026] rock: directory entry would overflow storage
[  146.301044] rock: sig=0x5245, size=8, remaining=0
[  158.388397] rock: directory entry would overflow storage
[  158.388415] rock: sig=0x5850, size=36, remaining=34
[root@spc1 steven]#

Machine rebooted here.

[root@spc1 steven]# uname -r
2.6.12-rc1-mm1-GX110
[root@spc1 steven]# mount /dev/hdc /mnt/cdrom
mount: block device /dev/hdc is write-protected, mounting read-only
[root@spc1 steven]# df -T
Filesystem    Type    Size  Used Avail Use% Mounted on
/dev/hda1     ext3    304M   96M  193M  34% /
/dev/hda9 reiserfs    8.3G  7.5G  818M  91% /home
/dev/hda8     ext3    464M  8.1M  432M   2% /tmp
/dev/hda6     ext3    7.4G  1.5G  5.5G  22% /usr
/dev/hda7     ext3    1.9G   96M  1.7G   6% /var
/dev/hdc   iso9660    2.9M  2.9M     0 100% /mnt/cdrom
[root@spc1 steven]# ls -l /mnt/cdrom
total 2578
-rw-rw-rw-  1 501 501 2639360 Aug  7  2003 snmp-opc server 30.msi
[root@spc1 steven]# dmesg | tail
[   50.267382] EXT3 FS on hda8, internal journal
[   50.267395] EXT3-fs: mounted filesystem with ordered data mode.
[   50.301423] kjournald starting.  Commit interval 5 seconds
[   50.301763] EXT3 FS on hda6, internal journal
[   50.301774] EXT3-fs: mounted filesystem with ordered data mode.
[   50.330087] kjournald starting.  Commit interval 5 seconds
[   50.330503] EXT3 FS on hda7, internal journal
[   50.330516] EXT3-fs: mounted filesystem with ordered data mode.
[   57.453061] PCI: Found IRQ 5 for device 0000:01:0c.0
[  187.450836] ISO 9660 Extensions: IEEE_P1282
[root@spc1 steven]#

Steven

  reply	other threads:[~2005-03-25 21:23 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-25  8:21 2.6.12-rc1-mm3 Andrew Morton
2005-03-25 10:46 ` 2.6.12-rc1-mm3 Brice Goglin
2005-03-25 11:29 ` 2.6.12-rc1-mm3: box hangs solid on resume from disk while resuming device drivers Rafael J. Wysocki
2005-05-02 22:54   ` Andrew Morton
2005-05-03 19:34     ` Rafael J. Wysocki
2005-03-25 16:46 ` 2.6.12-rc1-mm3 Borislav Petkov
2005-03-31 13:05   ` 2.6.12-rc1-mm3 Borislav Petkov
2005-03-31 20:11     ` 2.6.12-rc1-mm3 Andrew Morton
2005-03-31 20:57       ` 2.6.12-rc1-mm3 Borislav Petkov
2005-03-25 18:17 ` 2.6.12-rc1-mm3 Barry K. Nathan
2005-03-25 19:50 ` 2.6.12-rc1-mm3 (cannot read cd-rom, 2.6.12-rc1 is OK) Steven Cole
2005-03-25 20:17   ` Steven Cole
2005-03-25 20:24     ` Andrew Morton
2005-03-25 21:22       ` Steven Cole [this message]
2005-03-25 21:49         ` Andrew Morton
2005-03-25 22:31           ` Steven Cole
2005-03-25 21:49         ` Jason Munro
2005-03-25 22:06           ` Andrew Morton
2005-03-25 22:23             ` Andrew Morton
2005-03-25 22:43               ` Steven Cole
2005-03-25 22:43               ` Jason Munro
2005-03-25 22:58                 ` Andrew Morton
2005-03-25 22:27             ` Chris Wright
2005-03-25 22:27             ` Jason Munro
2005-03-25 22:30               ` Jason Munro
2005-03-26  1:43 ` 2.6.12-rc1-mm3 Jason Uhlenkott
2005-03-26  1:56   ` [ACPI] 2.6.12-rc1-mm3 Len Brown
2005-03-26  2:02     ` Jason Uhlenkott
2005-03-26  2:24       ` Len Brown
2005-03-26  2:57         ` Jason Uhlenkott
2005-03-26  3:40           ` Jesse Barnes
2005-03-26  4:12           ` Len Brown
2005-03-26  5:52             ` Jason Uhlenkott
2005-03-26 10:19 ` 2.6.12-rc1-mm3, sound card lost id Jean Delvare
2005-03-29 12:24   ` [Alsa-devel] " Takashi Iwai
2005-03-29 17:57     ` Jean Delvare
2005-03-29 20:17       ` Lee Revell
2005-03-29 20:46         ` Jean Delvare
2005-03-29 20:52           ` Lee Revell
2005-03-29 21:13             ` Jean Delvare
2005-03-29 21:18               ` Lee Revell
2005-03-30 12:24               ` Takashi Iwai
2005-03-26 19:39 ` PCMCIA Oops (was Re: 2.6.12-rc1-mm3) Sean Neakums
2005-03-26 22:00   ` Dominik Brodowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4244812C.3070402@mesatop.com \
    --to=elenstev@mesatop.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome