All of lore.kernel.org
 help / color / mirror / Atom feed
* Reiserfs fs corruption with 2.5.49
@ 2002-11-27 13:10 Ed Tomlinson
  2002-11-27 13:22 ` Nikita Danilov
  2002-11-27 15:51 ` Dieter Nützel
  0 siblings, 2 replies; 4+ messages in thread
From: Ed Tomlinson @ 2002-11-27 13:10 UTC (permalink / raw)
  To: reiserfs-list; +Cc: linux-kernel

Hi,

I am seeing reiserfs (3.6 r5 hash) fs corruption in 2.5.49

oscar% ls alsa*
zsh: no matches found: alsa*
oscar% ls mod*
alsa-driver-0.9+0beta4-4
oscar% rm "alsa-driver-0.9+0beta4-4"
rm: cannot remove `alsa-driver-0.9+0beta4-4': No such file or directory

The fs with the above error passed an reiserfsck (3.6.4) 2 and a half days 
ago (just before the last reboot) - when I had to do a rebuild tree after 
booting 2.5.49-mm1, which did oops.  Looks like the bug is not just in -mm1 
though.

System is still booted.  The log is clean - no oops or other tracebacks.
System is a K3-2 400 on a via mvp3 MB.

ide: Assuming 33MHz system bus speed for PIO modes
VP_IDE: IDE controller at PCI slot 00:07.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt82c586b (rev 47) IDE UDMA33 controller on pci00:07.1
    ide0: BM-DMA at 0xa000-0xa007, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xa008-0xa00f, BIOS settings: hdc:DMA, hdd:DMA
hda: QUANTUM FIREBALLP KA13.6, ATA DISK drive
hda: DMA disabled
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: AOPEN 16XDVD-ROM/AMH 20020328, ATAPI CD/DVD-ROM drive
hdd: HP COLORADO 20GB, ATAPI TAPE drive
hdc: DMA disabled
hdd: DMA disabled
ide1 at 0x170-0x177,0x376 on irq 15
PDC20267: IDE controller at PCI slot 00:09.0
PCI: Found IRQ 12 for device 00:09.0
PDC20267: chipset revision 2
PDC20267: not 100% native mode: will probe irqs later
PDC20267: ROM enabled at 0xeb000000
PDC20267: (U)DMA Burst Bit ENABLED Primary PCI Mode Secondary PCI Mode.
    ide2: BM-DMA at 0xbc00-0xbc07, BIOS settings: hde:DMA, hdf:pio
    ide3: BM-DMA at 0xbc08-0xbc0f, BIOS settings: hdg:DMA, hdh:DMA
hde: QUANTUM FIREBALLP AS40.0, ATA DISK drive
ide2 at 0xac00-0xac07,0xb002 on irq 12
hdg: QUANTUM FIREBALLP AS40.0, ATA DISK drive
ide3 at 0xb400-0xb407,0xb802 on irq 12
hda: host protected area => 1
hda: 27067824 sectors (13859 MB) w/371KiB Cache, CHS=1684/255/63, UDMA(33)
 hda: hda1 hda2 hda3 hda4 < hda5 >
hde: host protected area => 1
hde: 78177792 sectors (40027 MB) w/1902KiB Cache, CHS=77557/16/63, UDMA(100)
 hde: hde1 hde2 hde3 hde4 < hde5 >
hdg: host protected area => 1
hdg: 78177792 sectors (40027 MB) w/1902KiB Cache, CHS=77557/16/63, UDMA(100)

What info can I gather before fixing this fs?

Ed Tomlinson


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Reiserfs fs corruption with 2.5.49
  2002-11-27 13:10 Reiserfs fs corruption with 2.5.49 Ed Tomlinson
@ 2002-11-27 13:22 ` Nikita Danilov
  2002-11-27 13:46   ` Ed Tomlinson
  2002-11-27 15:51 ` Dieter Nützel
  1 sibling, 1 reply; 4+ messages in thread
From: Nikita Danilov @ 2002-11-27 13:22 UTC (permalink / raw)
  To: Ed Tomlinson; +Cc: reiserfs-list, linux-kernel

Ed Tomlinson writes:
 > Hi,
 > 
 > I am seeing reiserfs (3.6 r5 hash) fs corruption in 2.5.49
 > 
 > oscar% ls alsa*
 > zsh: no matches found: alsa*
 > oscar% ls mod*
 > alsa-driver-0.9+0beta4-4
 > oscar% rm "alsa-driver-0.9+0beta4-4"
 > rm: cannot remove `alsa-driver-0.9+0beta4-4': No such file or directory

This can be explained if you have file alsa-driver-0.9+0beta4-4 within
directory named modSOMETHING, right? Can you try 

$ ls -d ls mod*

?

 > 
 > The fs with the above error passed an reiserfsck (3.6.4) 2 and a half days 
 > ago (just before the last reboot) - when I had to do a rebuild tree after 
 > booting 2.5.49-mm1, which did oops.  Looks like the bug is not just in -mm1 
 > though.
 > 
 > 
 > What info can I gather before fixing this fs?
 > 
 > Ed Tomlinson
 > 

Nikita.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Reiserfs fs corruption with 2.5.49
  2002-11-27 13:22 ` Nikita Danilov
@ 2002-11-27 13:46   ` Ed Tomlinson
  0 siblings, 0 replies; 4+ messages in thread
From: Ed Tomlinson @ 2002-11-27 13:46 UTC (permalink / raw)
  To: Nikita Danilov; +Cc: reiserfs-list, linux-kernel

On November 27, 2002 08:22 am, Nikita Danilov wrote:
> Ed Tomlinson writes:
>  > Hi,
>  >
>  > I am seeing reiserfs (3.6 r5 hash) fs corruption in 2.5.49
>  >
>  > oscar% ls alsa*
>  > zsh: no matches found: alsa*
>  > oscar% ls mod*
>  > alsa-driver-0.9+0beta4-4
>  > oscar% rm "alsa-driver-0.9+0beta4-4"
>  > rm: cannot remove `alsa-driver-0.9+0beta4-4': No such file or directory
>
> This can be explained if you have file alsa-driver-0.9+0beta4-4 within
> directory named modSOMETHING, right? Can you try
>
> $ ls -d ls mod*

YES.  Thanks - stupid me.  I this case I am glad to be wrong though.

Ed Tomlinson

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Reiserfs fs corruption with 2.5.49
  2002-11-27 13:10 Reiserfs fs corruption with 2.5.49 Ed Tomlinson
  2002-11-27 13:22 ` Nikita Danilov
@ 2002-11-27 15:51 ` Dieter Nützel
  1 sibling, 0 replies; 4+ messages in thread
From: Dieter Nützel @ 2002-11-27 15:51 UTC (permalink / raw)
  To: Ed Tomlinson, reiserfs-list

Am Mittwoch, 27. November 2002 14:10 schrieb Ed Tomlinson:

[-]

> The fs with the above error passed an reiserfsck (3.6.4) 2 and a half days
> ago (just before the last reboot) - when I had to do a rebuild tree after
> booting 2.5.49-mm1, which did oops.  Looks like the bug is not just in -mm1
> though.

2.5.49-mm1 is somewhat unstable on my dual Athlon MP all SCSI main disk is 
U160 10k and ReiserFS 3.6 all the time.

Hang during dbench 32.

Regards,
	Dieter

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-11-27 15:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-27 13:10 Reiserfs fs corruption with 2.5.49 Ed Tomlinson
2002-11-27 13:22 ` Nikita Danilov
2002-11-27 13:46   ` Ed Tomlinson
2002-11-27 15:51 ` Dieter Nützel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.