Hi, I have a 2 hdd system. What I want to ask is this installation provides disk striping? One block to one disk and other block to other disk? I have installed these systems like that: bootloader --location=mbr --driveorder=sda,sdb zerombr clearpart --all --initlabel --drives=sda,sdb # Orjinali #clearpart --linux --drives=sda,sdb part /boot --fstype ext3 --size=500 --ondisk=sda part pv.4 --size=0 --grow --ondisk=sdb part pv.3 --size=0 --grow --ondisk=sda volgroup VolGroup00 --pesize=32768 pv.4 pv.3 logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=6000 --grow --maxsize=6984 logvol /tmp --fstype ext3 --name=LogVol02 --vgname=VolGroup00 --size=2000 --grow --maxsize=2984 If this is not a striped volume installation is there a way to install Fedora as striped volume group on installation procedure? -- Omer Faruk Sen http://www.faruk.net