Displaying 20 results from an estimated 500 matches similar to: "corrupted FS!"
2003 Dec 04
4
ext3_get_inode_loc: bad inode number:
I've got an approximately 100GB ext3 FS which we recently sized down
from 300GB using e2fsadm (with the disc offline obviously). I noticed the
following in dmesg the other day:
EXT3-fs error (device lvm(58,8)): ext3_get_inode_loc: bad inode number:
14827639
EXT3-fs error (device lvm(58,8)): ext3_get_inode_loc: bad inode number:
14041793
EXT3-fs error (device lvm(58,8)): ext3_get_inode_loc:
2005 Feb 08
2
Ext3 Journal corruption on hitachi deskstars
I recently came across an enormous cluster of x86 clone machines running
fedora core 1 (2.4.24) which have typically all intel or amd have VIA IDE
chipsets.
They frequently experience corrupted journals rendering the ext3 partition
in read-only mode. More important than recovering the filesystem, I am
interested in finding the root of the problem.
The common hardware that all of these
2001 Sep 24
4
part of files in another file after crash
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
because of strange reasons my notebook sometimes crashes short after startup
(but that's not ext3's fault, maybe mem?, when i wait several minutes it
works without problems)
the problem is that after 3 crashes at startup, when my notebook finally
worked i got the msg:
Sep 23 23:29:17 blackbox kernel: EXT3-fs warning (device ide0(3,3)):
2007 Jun 05
1
Help on ext3 file system corruption issue
Hi All,
I m a novice developer of Linux applications. Recently I faced a file
system corruption. (I guess)
I have a Kernel 2.4.7-10 with ext3 file system in compact flash. The
system was up for 3 months and was running with average load conditions.
One fine day, it just started sending kernel messages on the serial
console. The message was like this.
EXT3-fs error (device ide0(3,2)):
2006 Jan 19
3
ext3 fs errors 3T fs
Hello,
I looked through the archives a bit and could not find anything relevant,
if you know otherwise please point me in the right direction.
I have a ~3T ext3 filesystem on linux software raid that had been behaving
corectly for sometime. Not to long ago it gave the following error after
trying to mount it:
mount: wrong fs type, bad option, bad superblock on /dev/md0,
or too many
2009 Mar 04
1
file system, kernel or hardware raid failure?
I had a busy mailserver fail on me the other day. Below is what was
printed in dmesg. We first suspected a hardware failure (raid controller
or something else), so we moved the drives to another (identical
hardware) machine and ran fsck. Fsck complained ("short read while
reading inode") and asked if I wanted to ignore and rewrite (which I
did).
After booting up again, the problem came
2000 Nov 01
4
root-partition
Hi all,
I've been working with the ext3-fs for several months (since 0.0.2c),
and it works pretty fine for me, but I haven't found out, how I works to
migrate my root-partition from ext2 to ext3.
I tried it with the commands at the lilo-prompt, but it didn't work.
I only received a kernel panic.
Any ideas, how I can migrate to ext3 on my root-partition?
tnx,
Joachim
--
Joachim
2000 Nov 05
1
rootflags argument doesn't work with initrd.
I tried to convert / to ext3, so I went ahead and entered
rootflags=noload,journal=355 on the LILO prompt. The kernel failed to
mount /:
EXT3-fs error (device ramdisk(1,0)): ext3_get_inode_loc: bad inode number: 355
The boot device is a scsi hard disk, so initrd is used to load the scsi
driver, before mounting /. So, it looks like the kernel rootflags= arg
gets applied to the ramdisk, not the
2001 Mar 22
1
get root inode failed
Erm, sheez having alot of problems :(
I have just been reading all the archives on the mailing list for the past few hours and
decided to try make the journal with:
tune2fs -j -J10 /dev/hdc1
[root@tkw /]# tune2fs -j -J10 /dev/hdc1
tune2fs 1.20-WIP, 17-Jan-2001 for EXT2 FS 0.5b, 95/08/09
Creating journal inode: done
[root@tkw /]# cat /etc/fstab
/dev/hdc1 /usr/local ext3
2004 Jul 22
2
Ext3 filesystem aborting journal at random times (Maxtor 300GB disk)
Hi,
Sorry if this is an old and fixed issue but I can't really seem to find
a definitive explanation/fix to this in the mail lists. Ever since I
upgraded to FC2 my server randomly decides that it can no longer access
the disk and "aborts" the ext3 journal leaving it read-only as
expected. I've seen the same errors on other mail list, explained away
as disk or disk cable
2002 Jan 21
2
EXT3-fs error
Hello all.
I'm using RedHat 7.2 now and haven't have any problems until today. I
can still boot into the system at this time, but cannot load X at all.
I'm getting the following error message when I try to run fsck.
/contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks and sizes
Error reading block 1277964 (Attempt to read block from filesystem
resulted
2002 Jul 02
2
Ext3 OOPS when root device lost
Oh gurus of ext3...
We have an application (it's essentially a watchdog) that monitors
i/o on the root partition of our Linux system. What we would like
to have happen is in the event that the root file system "goes away"
(e.g. the SCSI cable is pulled from the storage device containing
the root drive), we want to panic the kernel. We have tried using
the "-e panic"
2006 Jul 31
20
ZFS vs. Apple XRaid
Hello all,
After setting up a Solaris 10 machine with ZFS as the new NFS server,
I''m stumped by some serious performance problems. Here are the
(admittedly long) details (also noted at
http://www.netmeister.org/blog/):
The machine in question is a dual-amd64 box with 2GB RAM and two
broadcom gigabit NICs. The OS is Solaris 10 6/06 and the filesystem
consists of a single zpool stripe
2002 Dec 01
1
another idiot and ext3 - The inode is from a bad block in the inode table
i too am an idiot.. and request help
here's the sccop
i originally formatted the drive with 3 partitions and installed rh8
/boot
/
swap
everything worked.
my plan was to have this drive only be a data drive so i inatlled rh8 on
another drive and mounted this one on /share
so /share looked like
/share
/bin
/sbin
/mp3
/usr
/etc
/dev
and so on
so i deleted all the
2005 Feb 15
1
[PATCH] ext3: Fix sparse -Wbitwise warnings.
Signed-off-by: Alexey Dobriyan <adobriyan at mail.ru>
---
fs/ext3/resize.c | 20 ++++++++++----------
fs/ext3/super.c | 8 ++++----
include/linux/ext3_fs.h | 2 +-
3 files changed, 15 insertions(+), 15 deletions(-)
Index: linux-warnings/include/linux/ext3_fs.h
===================================================================
---
2006 Apr 17
1
EXT3-fs unexpected failure msg ?
Hi -
We have had a raid failure, we have some what recovered
but we continue to see the following ext3 message...
Apr 17 14:59:14 acnlin84 kernel: EXT3-fs unexpected failure: (((jh2bh(jh))->b_state & (1UL <<
BH_Uptodate)) != 0);
Apr 17 14:59:14 acnlin84 kernel: Possible IO failure.
Since we have experienced several instances of ext3 file system corruption
when we lose
2007 Apr 10
0
RE: Converting to 1.1.4, help please!
I remember that thread but I can't remember if that command is
exactly what you want. everyone has little differences in their
situation that makes a general solution hard. this list is not
really the place for shell tutorial, I highly recommend this
book: http://www.oreilly.com/catalog/bash3/ and if you're on
windows, install http://cygwin.com/
otherwise, I think this comes up a lot on
2007 Apr 10
0
Re: Converting to 1.1.4, help please!
Sorry I can't be of more help. You are at a significant disadvantage
by operating on a PC. Of all the systems which can run flac, the PC
is going to have the most crippled command line abilities. You could
look at installing a shell which would handle wildcards ... or you
could look into some of those batch files that you've found. I'm
just pointing out that not everyone
2002 Oct 01
0
est3-fs: corrupted, no mount and no fsck worked
Hi, folks
A black out corrupted my file system (ext3, RH7.1). When I boot, the
following message shows up:
hdb: Quantum Fireball CR4.3A, ATA Disk Drive
EXT3-fs error (device ide0 (3,66)): ext3_get_inode_loc: group >= groups
count
EXT3-fs: invalid journal inode
EXT2-fs error (devide ide0 (3,66)): ext2_read_inode: group >= groups count
EXT2-fs: corrupt root inode, run e2fsck
Kernel Panic:
2007 Apr 10
5
RE: Converting to 1.1.4, help please!
My FLAC files reside on my Infrant NV (XRAID) and are also backed up
on my PC and on an external USB HDD. That makes 3 copies.
I've read most everything on the FLAC site, but as I have mentioned
I don't know much about structuring a command line. My PC is also
quite old (early P4 from 2000 w/256MB RAM) so I think it will take a LOT
of time for this to run through over 1200 CDs worth of