Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Need help, raid related.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
petrjanda
Veteran
Veteran


Joined: 05 Sep 2003
Posts: 1557
Location: Brno, Czech Republic

PostPosted: Fri May 28, 2004 8:52 am    Post subject: Need help, raid related. Reply with quote

I installed gentoo on a computer with 2 SATA drives in raid 1. The instalation was problemless, but I get this error which prevents me from correct start up.

Code:

* Checking root file system

Failed to open file system. If the partition table has not been changed, and the partition is valid and it really contains a reiserfs partitio, then the superblock is corrupted and the need to run this utility with --rebuild-sb

Running ... fsck.reiserfs for device /dev/md1 exited with signal 6
File system coundn't be fixed :(


UPDATE: This message came along with another message saying that devfs is not installed. Recompiled the kernel and now I get this error message:

Code:

* Starting devfsd
Started device management daemon. The 1.3.25 for /dev 
is_tree_node, node level 29793 does not match to the expected one.
vs-5150, search_by_key: invalid format found in block 29374. fsck?
VS-13070: reiserfs_read_locked_inode IO failure occured trying to find stat data of [153 308 0x0 SD]

is_tree_node, node level 29793 does not match to the expected one.
vs-5150, search_by_key: invalid format found in block 29374. fsck?
VS-13070: reiserfs_read_locked_inode IO failure occured trying to find stat data of [153 308 0x0 SD]

*Activating (possible) swap fatal:
failed to open config file /etc/modprobe.conf: no such file or directory.
failed to open config file /etc/modprobe.conf: no such file or directory.

*Remounting root file system read only (if necesary)...

*Checking root filesystem
Reiserfs superblock in block 16 on 0x901 of format 3.6 with standard journal. File system is cleanly mounted.
File system seems to have fatal corruptions. Running with --rebuild-tree is required. File system couldn't be fixed


This is my fstab:
Code:

/dev/md0   /boot       ext2          noauto,noatime         1     2
/dev/md1   /              reiserfs     noatime                    0      1
/dev/hda6  none        swap         defaults,pri=1            0      0
/dev/hda6  none        swap         defaults,pri=1            0      0

none          /proc       proc           defaults                    0     0


Raidtab
Code:

# /boot (RAID 1)
raiddev                 /dev/md0
raid-level              1
nr-raid-disks           2
chunk-size              32
persistent-superblock   1
device                  /dev/hda3
raid-disk               0
device                  /dev/hdc3
raid-disk               1
   
# / (RAID 1)
raiddev                 /dev/md1
raid-level              1
nr-raid-disks           2
chunk-size              32
persistent-superblock   1
device                  /dev/hda5
raid-disk               0
device                  /dev/hdc5
raid-disk               1


RAID and SATA controller support is compiled in the kernel.
Could thr problem be that root partition is a extended-logical partition?
_________________
There is, a not-born, a not-become, a not-made, a not-compounded. If that unborn, not-become, not-made, not-compounded were not, there would be no escape from this here that is born, become, made and compounded. - Gautama Siddharta
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum