Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
read_super_block: bread failed (md1, block2, size 4096)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
deathcon1
Apprentice
Apprentice


Joined: 30 Aug 2007
Posts: 182
Location: Canada

PostPosted: Sat Aug 02, 2008 3:36 pm    Post subject: read_super_block: bread failed (md1, block2, size 4096) Reply with quote

Ok, so current desktop setup:
4x Seagate 320GB drives
/dev/md1 Reiserfs RAID-1 made up of /dev/sd(a|b|c|d)1 Boot
/dev/m2 Reiserfs RAID-5 made up of /dev/sd(a|b|c|d|)2 Root

I can boot from the system (using itn ow actually), and all is dandy with the md2 (aside form an annoying "filesystem is mounted read-only, skipping journal replay" message at boot). My problem is with MD1...it won't mount. I've recreated my MD1 partition many times hopeing it would fix it this time, but to no avail.

The error seems to be:
Code:
dmesg
...
ReiserFS: md1: warning: sh-2006: read_super_block: bread failed (dev md1, block 2, size 4096)
ReiserFS: md1: warning: sh-2006: read_super_block: bread failed (dev md1, block 16, size 4096)
ReiserFS: md1: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on md1
...

Same when the partition was formated as EXT2. Not sure what's going on but I do know that if I need to recompile my kernel, something I do fairly often, I now need to use a livedisk to get into the system which is annoying, and tell's me that something's broken.

FSTAB:
Code:

...
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/md1      /boot      reiserfs   defaults,notail   1 1
/dev/md2      /      reiserfs   defaults   0 2
...


Code:
cat /proc/mounts

rootfs / rootfs rw 0 0
/dev/root / reiserfs rw 0 0
proc /proc proc rw,nosuid,nodev,noexec 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec 0 0
udev /dev tmpfs rw,nosuid,size=10240k,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,gid=5,mode=620 0 0
shm /dev/shm tmpfs rw,nosuid,nodev,noexec 0 0
usbfs /proc/bus/usb usbfs rw,nosuid,noexec,devgid=85,devmode=664 0 0


I'd show you my grub.conf but unfortunatly I cannot mount that filesystem, lol.

Code:
livecd mordeth # mdadm --assemble /dev/md1 /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1
mdadm: device /dev/md1 already active - cannot assemble it
livecd mordeth # mount /dev/md1 /boot/
mount: /dev/md1: can't read superblock


(ignore the hostname, DHCP is being stupid)

Help![/code][/quote]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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