Dear All
I installed v5.5 on a test server in software RAID1 with a 4.2Gb and a 4.3 Gb IDE drives, and after installing df -h reports 1.8Gb disk space.
As it is a test server and I do not happen to have exactly matching spare drives, the disk space loss is not a problem.
Is it OK to run the system like that in RAID1, I just want to have an actual RAID1 setup for pre production testing etc, but am concerned as to whether there is likely to be any data corruption at all with this setup ?
I know that when setting up software RAID1 on sme v5.5 the advice is to use hard disk drives that have the same geometry.
I did go through the process of "clearing" the partition info with
dd if=/dev/zero of=/dev/hda bs=512 count=1
dd if=/dev/zero of=/dev/hdc bs=512 count=1
but after reinstallation I still got 1.8Gb reported disk space, but that is acceptable, it's enough space for test purposes.
cat /proc/mdstat
reports successful syncing of the drives.
Thanks
Ray Mitchell