On Fri, 2006-12-15 at 18:46 +0100, Bruno Costacurta wrote: > Hello, > > I have two disks and installed FC6 via Anaconda. > I expected a RAID to be setup but I'm confused about what anaconda really > setup. > In fact it seems (please see hereafter) that only /boot is RAID1. > So is RAID fully installed ? > > Note: I used to previously installed (via mdadm) RAID1 under a previous FC5 > so I can confirm my hardware is compatible with RAID1 > > Different outputs are: > > dmraid -r: > /dev/sda: isw, "isw_cfaabdceig", GROUP, ok, 312581806 sectors, data@ 0 > /dev/sdb: isw, "isw_cfaabdceig", GROUP, ok, 320173054 sectors, data@ 0 > > mount : > /dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw) > proc on /proc type proc (rw) > sysfs on /sys type sysfs (rw) > devpts on /dev/pts type devpts (rw,gid=5,mode=620) > /dev/mapper/isw_cfaabdceig_RAIDv0p1 on /boot type ext3 (rw) > tmpfs on /dev/shm type tmpfs (rw) > none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) > sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) I believe that the 'RAID' setup is actually underneath the /dev/mapper/VolGroup00-LogVol00 device. That is to say that part of your RAID1 is handed up to LVM for your root filesystem. If you look at how LVM is managing your disks(system-config-lvm) you will see that /dev/mapper/isw_cfaabdceig is chopped up into the /boot slice and another chunk that is used by LVM. SEan