Hello RAID community, I need an urgent help from you guys. I've been testing RAID0 and 1 on my Intel mother board. It has an Intel Matrix Storage Manager ROMv6.1.0.002 ICH8R w/ RAID5. From this RAID BIOS, I created a RAID1 using two 80GB SATA disks. I have a custom Linux custom boot CD with 2.6.24.2. After booting the system, I calculated MD5sum values with 2GB chunks and noticed that the hash value of the the last segment is different. I did not mount or read any data after the boot. Now every time I booted the machine and noticed the md5 values of the last segment got changed. I think something like a device mapper try to read these disks as a RAID and update something at the end of each disk (RAID metadata). I did not even run mdadm or dmraid command to activate the RAID. I also tested a RAID0 w/ two disks and got same things (the md5sum of the last segment gets changed). Another test: from a none RAID BIOS machine: I also created a Windows Dynamic Disk (SFS) with mirror and spanned from Vista. On linux, I ran "mdadm --build /dev/md0 --level raid0 -n /dev/sda1 /dev/sdb1" something like that. I don't remember the exact command but this also changes the last segment's md5sum on both raid0 and 1. This is very odd. Does anyone notice this problem? Am I doing something wrong? How can I fix this problem? Please help! Thanks, Jin -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html