Displaying 20 results from an estimated 5000 matches similar to: "root ext3 gets fsck'ed after crash"
2006 Jan 26
1
Ext3 filesystem access after downgrade from v4.2 to v3.6 [SOLVED]
Peter Kjellstr?m wrote:
> On Monday 23 January 2006 16:46, Plant, Dean wrote:
>> I need to downgrade a system from Centos x4.2 to v3.6 (x86) due to
>> performance problems with Arkeia Network Backup and AIT-4 tape
>> drives. The backup database is stored on a v4.2 created ext3
>> partition. When accessing this partition after the downgrade, Centos
>> complains on
2006 Jul 26
4
data recovering in EXT3
Hello,
We have run and stopped by chance command "fsck -y" on one of our raid disks
(with ext3 file system). After that we have found that SOME files disappeared
(they are not seen in the directories where they have been before).
The data are extremely important and contain a lot of programs,
scripts for some data analysis and very hard to recover by hands.
I have run ''fsck
2004 Apr 29
0
Ext3 problems (aborting journal).
On Apr 29, 2004 14:15 +0200, David Mart?nez Moreno wrote:
> Hello all. I'm writing to all the people in charge of ext3 fs
>
> Apr 29 12:21:21 arsinoe kernel: EXT3-fs error (device sda7): ext3_free_blocks: Freeing blocks not in datazone - block = 1071716394, count = 1
You need to run "e2fsck -f /dev/sda7" on the unmounted filesystem. There
is some sort of corruption
2005 Sep 20
1
ext3 incompatability between linux 2.4/ppc and linux 2.6/x86
Hi,
I'm using ext3 filesystems in embedded devices (storage is on 512Mb or
1Gb CF cards). A typical development cycle would see the filesystem
created on the desktop PC running linux 2.4 (eg. RedHat 9). The CF card
would be installed in the hardware and linux 2.4 (eg. Montavista Pro
3.1, on PPC) would boot from the CF.
Recently I tried a linux 2.6 desktop (CentOS) for the same task and
2001 Nov 19
2
df report
'df' doesn't report my root partition, but does report my
/boot partition when both are mounted with <type> auto. But
when mounted with <type> ext3, both partitions are reported.
Details:
The system has mount-2.11m, tune2fs-1.25 and df (fileutils) 4.1
I just created an ext3 fs on a new Debian Woody install initially
running linux-2.2.19 on ext2, but upgraded to
2003 Sep 18
3
Freeing blocks not in datazone
These came up on dmesg this morning:
attempt to access beyond end of device
09:00: rw=0, want=1635237736, limit=976791680
attempt to access beyond end of device
09:00: rw=0, want=1635237736, limit=976791680
EXT3-fs error (device md(9,0)): ext3_free_blocks: Freeing blocks not in
datazone - block = 4293394431, count = 1
attempt to access beyond end of device
09:00: rw=0, want=1930439616,
2007 Dec 11
2
Ext3 Performance Tuning - the journal
Hello,
I have some performance problems in a file server system. It is used
as Samba and NFS file server. I have some ideas what might cause the
problems, and I want to try step by step. First I have to learn more
about these areas.
First I have some questions about tuning/sizing the ext3 journal.
The most extensive list I found on ext3 performance tuning is
2005 Nov 24
2
Assertion failure in ext3_sync_file() at fs/ext3/fsync.c:50: "ext3_journal_current_handle() == 0"
------------[ cut here ]------------
kernel BUG at fs/ext3/fsync.c:50!
invalid operand: 0000 [#1]
CPU: 0
EIP: 0060:[<b0187d38>] Not tainted VLI
EFLAGS: 00010296 (2.6.13.1)
EIP is at ext3_sync_file+0x58/0xf0
eax: 00000068 ebx: bf4a479c ecx: b03cffac edx: b03cffac
esi: b0398cfc edi: b2b8f1c8 ebp: c13bcf60 esp: c13bcf18
ds: 007b es: 007b ss: 0068
Process aptitude
2002 Dec 04
1
ext3-Partition lost after crash !?
Hi,
hoping that someone on this list can help me here is the Problem.
After a crash it seems the journal could not be recovered.
This is what mount gives:
root@wuehlkiste:# mount -t ext3 /dev/hdb2 /mnt
mount: wrong fs type, bad option, bad superblock on /dev/hdb2,
or too many mounted file systems
and this is the corresponding logfile-entry:
Nov 27 11:16:13 wuehlkiste kernel: attempt to
2005 Apr 20
1
(no subject)
Hello,
How to upgrade existing ext3 partition to new features? Moved from
RHEL3 to RHEL4.
I had to install from c0d0p6 so partition could not be reformated during
install.
Thanks,
Mindaugas
# dumpe2fs /dev/cciss/c0d0p1 | fgrep features
dumpe2fs 1.35 (28-Feb-2004)
Filesystem features: has_journal ext_attr resize_inode dir_index
filetype needs_recovery sparse_super
# dumpe2fs
2006 Dec 06
3
File size differences
Hey,
I have two identical machines setup with a RAID 5 array. One of them is used for
failovers and data from the master is synced everyday using rsync to the
failover machine. The data on this disks are usually intranet KB's, DB's etc..
The RAID 5 arrays are formatted using the default options i,e mkfs.ext3
/dev/Xda. The RAID controller is 3ware escalade and each disk member in the RAID
2001 Dec 04
2
journal file exists but feature missing
Hi,
I tried to convert my root partition from an ext2 to ext3 fs using tune2fs.
I'm running a 2.4.10 kernel with ext3 support, but the partition is not
mounted ext3. In fact the journal feature is missing from the superblock:
# cat /proc/filesystems | grep ext
ext3
ext2
# tune2fs -l /dev/hda6 | grep features
Filesystem features: filetype sparse_super
# ls -l /.journal
2009 Jul 08
9
Question about optimal filesystem with many small files.
Hi,
I have a program that writes lots of files to a directory tree (around 15 Million fo files), and a node can have up to 400000 files (and I don't have any way to split this ammount in smaller ones). As the number of files grows, my application gets slower and slower (the app is works something like a cache for another app and I can't redesign the way it distributes files into disk due
2006 Oct 04
2
EXT3 and large directories
I have an ext3 filesystem that has several directories and each
directory gets a large number of files inserted and then deleted over
time. The filesystem is basically used as a temp store before files are
processed. The issue is over time the directory scans get extremely slow
even if the directories are empty. I have noticed the directories can
range in size from 4k - 100M even when they are
2005 Oct 19
1
EXT3 journalling issue
Hello,
I have 2 boxes with 1.5TB storage with ext3 fs, and the kernel is 2.6.11.8.
I'm using E2fsprogs 1.37 for FS creation. And, Filesystem revision #: 1
(dynamic)
There are 2 scenarios:
1. All SATA drives, RAID5
2. All PATA drives, RAID5 and wrapped in log volumes.
I'm having lots of issues with fsck. I did search, but somehow not getting
the right information.
needs_recovery
2003 Jul 20
2
Seriously corrupt ext3 root filesystem - help?
I just came back after being out for the evening. Apparently there was
a power failure long enough to discharge the UPS completely on my Linux
box.
After powering back up, I received notice that the / filesystem needed
"manual fsck"ing.
I booted off CD and attempted to fsck. Unfortunately, everything I've
tried has proved futile and I'm _desperate_ for some help. I've
2013 Sep 16
2
Numbers behind "df" and "tune2fs"
Hello guys,
I have some difficulties to understand what really are the numbers
behing "df" and tune2fs. You'll find the output of tune2fs and df
below, on which my maths are based.
Here are my maths:
A tune2fs on an ext3 FS tell me the FS size is 3284992 block large. It
also tell me that the size of one block is 4096 (bytes if I'm not
wrong?). So my maths tell me that the disk
2023 Dec 18
1
Samba share not quite working on Domain Controller
On Sun, 17 Dec 2023 20:16:23 -0500
Mark Foley via samba <samba at lists.samba.org> wrote:
> on Sun Dec 17 12:15:28 2023 Rowland Penny via samba
> <samba at lists.samba.org> wrote:
> >
> > On Sun, 17 Dec 2023 11:50:18 -0500
> > Mark Foley via samba <samba at lists.samba.org> wrote:
> > >
> > > Spindles7, Thanks. my cloning the
2006 Jun 01
3
Errors on EXT3 on RHEL3, Can we use e2fsprogs 1.36?
SUMMARY
We are getting many ``Free blocks count wrong for group'' errors when
running e2fsck on a 245-GB ext3 filesystem. This is when the file
system is cleanly unmounted on a relatively quiet system to do a
resize. From reading other messages here, my suspicion is that this
is because we have e2fsprogs 1.32.
Questions:
* Should we use e2fsck/e2fsprogs 1.36 and will that probably
2003 Jan 19
3
All data "gone," lost+found is left.
So you know, I don't know too much about file systems.
Here is what I did: I have two linux boxes. the first box had many
hardrives in it, but needed to be used in other ways. So I took 4
harddrives out of it and placed it in the other Linux box. I thought it
would be able to read these right away. (maybe this was my mistake?) I
could mount all of the drives in there. three of my