Hello,
Here are the basics of my systems that might be important for this problem:
Server:
openSUSE 11.2 64bit, 3ware RAID 5 + RAID 1 (/var/ + swap), all FS’s are Ext4
Development:
openSUSE 11.2 64bit, 3ware RAID 5, all FS’s are Ext4
When I run “fsck -Asn” I get this on my server:
fsck from util-linux-ng 2.16
e2fsck 1.41.9 (22-Aug-2009)
Warning! /dev/mapper/Fast--read-system is mounted.
Warning: skipping journal recovery because doing a read-only filesystem check.
/dev/mapper/Fast--read-system contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Free blocks count wrong (20110710, counted=20110694).
Fix? no
Free inodes count wrong (5676962, counted=5676964).
Fix? no
/dev/mapper/Fast--read-system: ********** WARNING: Filesystem still has errors **********
/dev/mapper/Fast--read-system: 876638/6553600 files (0.1% non-contiguous), 6103690/26214400 blocks
And on my development computer I get:
fsck from util-linux-ng 2.16
e2fsck 1.41.9 (22-Aug-2009)
Warning! /dev/mapper/Fast--read-system is mounted.
Warning: skipping journal recovery because doing a read-only filesystem check.
System contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Free inodes count wrong (6394637, counted=6394638).
Fix? no
System: ********** WARNING: Filesystem still has errors **********
System: 158963/6553600 files (0.1% non-contiguous), 1605700/26214400 blocks
In each case I see errors. My first thought when I saw this on my server was that it must be that write operations are happening so it just gets a bit confused.
However, even on my development computer, when doing nothing and not seeing any disk activity, I get the same error (admittedly there could be writes that I just can’t see happening.)
On the server I already issued a fsck on reboot with “touch /forcefsck” and the error is still there after the reboot which causes me to believe that the file system must be okay.
So can anyone confirm that this is okay or should I be concerned and tracking down what’s going on?