Thanasis <thanasis <at> asyr.hopto.org> writes:
> I guess you have made md2 a RAID0 for swap, right (post the output of:
> cat /proc/mdstat)?
nope, swap is raid1
> I think you don't need to put swap on RAID0.
I agree. Everything I read did say may swap on raid 1
so if a disk fails, your swap still works....
(chroot) slam / # cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md3 : active raid1 sdb3[1] sda3[0]
1948226512 blocks super 1.2 [2/2] [UU]
md2 : active raid1 sdb2[1] sda2[0]
5022708 blocks super 1.2 [2/2] [UU]
md1 : active raid1 sdb1[1] sda1[0]
262132 blocks super 1.2 [2/2] [UU]
unused devices: <none>
none /proc proc defaults 0 0
/dev/cdrom /mnt/cdrom auto noauto,rw,user 0 0
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
/dev/md1 /boot ext4 noauto,noatime 1 2
/dev/md3 / ext4 noatime 0 1
/dev/md2 swap swap defaults 0 0
(still in chroot)
new post on raid 1 grub ext4 soon....
James