Boot Issues
I took a kernel update and now have this problem.
I was at 2.6.27.7-9 now at 2.6.27.19-3.2
Checking file systems…
fsck 1.41.1 (01-Sep-2008)
fsck.ext3: Invalid argument while trying to topen /dev/md0
/dev/md0:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
fsck failed for at least one filesystem (not /).
Please repair manually and reboot.
The root file system is is already mounted read-write.
Attention: Only CONTROL-D will reboot the system in this
maintanance mode. shutdown or reboot will not work.
Give root password for login:
cat /proc/mdstat
Personalities : [raid1] [raid0] [raid6] [raid5] [raid4] [linear]
md127 : active (auto-read-only) raid1 sda1[0] sdb1[1]
506032 blocks super 1.0 [2/2] [UU]
bitmap: 0/8 pages [0KB], 32KB chunk
md1 : active raid1 sda2[0] sdb2[1]
976245816 blocks super 1.0 [2/2] [UU]
bitmap: 0/466 pages [0KB], 1024KB chunk
unused devices: <none>
mdadm -S /dev/md127
md: md127 stopped.
md: unbind<sda1>
md: export_rdev(sda1)
md: unbind<sdb1>
md: export_rdev(sdb1)
mdadm: stopped /dev/md127
mdadm --assemble --force --verbose /dev/md0 /dev/sda1 /dev/sdb1
mdadm: looking for devices for /dev/md0
md: md0 stopped.
mdadm: /dev/sda1 is identified as a member of /dev/md/0, slot 0.
mdadm: /dev/sdb1 is identified as a member of /dev/md/0, slot 1.
md: bind<sdb1>
mdadm: added /dev/sdb1 to /dev/md/0 as 1
md: bind<sda1>
mdadm: added /dev/sda1 to /dev/md/0 as 0
raid1: raid set md0 active with 2 out of 2 mirrors
md0: bitmap initialized from disk: read 1/1 pages, set 0 bits
created bitmap (8 pages) for device md0
mdadm: /dev/md/0 has been started with 2 drives.
cat /proc/mdstat
Personalities : [raid1] [raid0] [raid6] [raid5] [raid4] [linear]
md0 : active (auto-read-only) raid1 sda1[0] sdb1[1]
506032 blocks super 1.0 [2/2] [UU]
bitmap: 0/8 pages [0KB], 32KB chunk
md1 : active raid1 sda2[0] sdb2[1]
976245816 blocks super 1.0 [2/2] [UU]
bitmap: 0/466 pages [0KB], 1024KB chunk
unused devices: <none>
e2fsck -b 8193 /dev/md0
Free blocks count wrong for group #0 (7661, counted=1514).
Fix<y>?y
There are several of these.
Boot: ***** FILE SYSTEM WAS MODIFIED *****
Boot: 72/126976 files (16.7% non-contiguous), 85475/506032 blocks
(repair filesystem) #
cat/proc/mdstat
Personalities : [raid1] [raid0] [raid6] [raid5] [raid4] [linear]
md0 : active raid1 sda1[0] sdb1[1]
506032 blocks super 1.0 [2/2] [UU]
bitmap: 0/8 pages [0KB], 32KB chunk
md1 : active raid1 sda2[0] sdb2[1]
976245816 blocks super 1.0 [2/2] [UU]
bitmap: 0/466 pages [0KB], 1024KB chunk
unused devices: <none>
control d
When I reboot the same thing happens all over again.
If I issue an init 5 the system boots all the way up and I able to run.
Any ideas.
Thanks