Hello, a system here stopped because it had a hardware problem. We rebooted it and have now the following problem: The data disk /dev/hde1 is formatted as ext3. Obviously one of the inodes is bad and we get a lot of lines: Truncating prphaned inode 8863987 (uid=0, gid=0, mode=0100644, size=742) when running fsck. These lines have always the same values (inode, mode, ... are equal) and ar enow showen for about 4 hours. (Yes, always the same line.) Is this ok or does this mean, that fsck is unable to delete this inode? Thanks, Jan -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!
Hallo again,> > a system here stopped because it had a hardware problem. We rebooted it > and > have now the following problem: > > The data disk /dev/hde1 is formatted as ext3. Obviously one of the inodes > is > bad and we get a lot of lines: > Truncating prphaned inode 8863987 (uid=0, gid=0, mode=0100644, size=742) > when running fsck.I don't know why this happend, but I fixed it by deleting the inode using debugfs. After this i run fsck twice on the partition to make sure that everything ist fine, and everything was fine. ;-) Bye, Jan BTW: I'll resubscribe tomorrow using my normal account theofel@etes.de after having our mailserver back in life... -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!
Hi, On Mon, 2003-04-28 at 13:25, etes@gmx.de wrote:> a system here stopped because it had a hardware problem. We rebooted it and > have now the following problem: > > The data disk /dev/hde1 is formatted as ext3. Obviously one of the inodes is > bad and we get a lot of lines: > Truncating prphaned inode 8863987 (uid=0, gid=0, mode=0100644, size=742) > when running fsck.Which version of fsck? Looks like e2fsck was failing to detect a corrupt orphan list. Cheers, Stephen
Hello Stephen, On Tue, Apr 29, 2003 at 11:49:24AM +0100, Stephen C. Tweedie wrote:> > On Mon, 2003-04-28 at 13:25, etes@gmx.de wrote: > > > a system here stopped because it had a hardware problem. We rebooted it and > > have now the following problem: > > > > The data disk /dev/hde1 is formatted as ext3. Obviously one of the inodes is > > bad and we get a lot of lines: > > Truncating prphaned inode 8863987 (uid=0, gid=0, mode=0100644, size=742) > > when running fsck. > > Which version of fsck? Looks like e2fsck was failing to detect a > corrupt orphan list.intranet:~ # fsck fsck 1.26 (3-Feb-2002) Jan BTW: Stephen: Sorry for the PM. -- Jan Theofel Fon: +49 (7 11) 48 90 83 - 0 ETES - EDV-Systemhaus GbR Fax: +49 (7 11) 48 90 83 - 50 Libanonstrasse 58 A * D-70184 Stuttgart Web: http://www.etes.de ______________________________________ Inflex - eMail Scanning and Protection Queries to: postmaster@etes.de
Him On Tue, 2003-04-29 at 12:32, Jan Theofel wrote:> > Which version of fsck? Looks like e2fsck was failing to detect a > > corrupt orphan list. > > intranet:~ # fsck > fsck 1.26 (3-Feb-2002)Known bug, fixed in 1.29. Cheers, Stephen