ich wollte ein system auf raid1 migrieren, also boot partition
ich folgte diesem howto: http://www.debian-administration.org/articles/238
hab alles genau so gemacht, wies da steht, einziger unterschied hab keine scsi platten sondern zwei ide: hda und hdc
also nach dem ersten reboot mounted er mir das filesystem von hda1 als read only?? er müsste ja eigentlich das raid device md0 mounten??
dmesg:
Code: Alles auswählen
[...]
RAMDISK: cramfs filesystem found at block 0
RAMDISK: Loading 4260 blocks [1 disk] into ram disk... \
done.
VFS: Mounted root (cramfs filesystem) readonly // was ist cramfs ??
Freeing unused kernel momery: 204k freed
vesafb: probe of vesafb0 failed with error -6
NET Registered protocol family 1
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: raid1 personality registered as nr 3
[...]
md: md0 stopped.
md: bind<hdc1>
raid1: raid set md0 active with 1 out of 2 mirrors
VFS: Can't find ext3 filesystem on dev md0.
VFS: Can't find ext2 filesystem on dev md0.
ReiserFS: md0: found reiserfs format "3.6" with standard journal
ReiserFS: md0: using ordered data mode
ReiserFS: md0: journal params: device md0, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: md0: checking transaction log (md0)
ReiserFS: md0:Using r5 hash to sort names
Adding 979956k swap on /dev/hda2. Priority:1 extents:1
Adding 979956k swap on /dev/hdc2. Priority:1 extents:1
ReiserFS: md0: warning: bad value "remount-ro" for option "errors"
ReiserFS: md0: warning: bad value "remount-ro" for option "errors"
Real Time Clock Driver v1.12
[...]
ReiserFS: md0: warning: clm-6006: writing inode 5244 on read only FS
Code: Alles auswählen
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 17G 336M 17G 2% /
tmpfs 126M 16K 126M 1% /dev/shm
/dev/hda3 17G 336M 17G 2% /data
/dev/md0 17G 336M 17G 2% /mnt
Code: Alles auswählen
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/md0 / reiserfs defaults,errors=remount-ro 0 1
/dev/hda2 none swap sw,pri=1 0 0
/dev/hdc2 none swap sw,pri=1 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
Code: Alles auswählen
## ## End Default Options ##
title Debian Sarge 3.1 Stable RAID
root (hd0,0)
kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/md0 md=0,/dev/hda1,/dev/hdc1 ro
initrd /boot/initrd.img-2.6.8-2-386
boot
title Debian Sarge 3.1 Stable RAID (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/md0 md=0,/dev/hda1,/dev/hdc1 ro
initrd /boot/initrd.img-2.6.8-2-386
boot
title Debian GNU/Linux, kernel 2.6.8-2-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/hda1 ro
initrd /boot/initrd.img-2.6.8-2-386
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8-2-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/hda1 ro single
initrd /boot/initrd.img-2.6.8-2-386
savedefault
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
und warum bootet er nicht vom raid device?
ich hoffe mir kann jemand helfen =) danke