On Wed, 25 Oct 2017 00:04:37 +1100 Eyal Lebedinsky <eyal@xxxxxxxxxxxxxx> wrote: > I want to avoid the risk of the IR fw writing any metadata to the disks which already > hold a software RAID. > > Is it not the case that the IR fw may mess with the disks (I read a comment suggesting it might)? I believe when HW RAID controllers do that, they set up HPA to reserve a small area at the end, and write the metadata there. But just checked, there is no HPA on any of the 3 disks that I have connected. $ sudo hdparm -N /dev/sdi /dev/sdi: max sectors = 3907029168/3907029168, HPA is disabled $ sudo hdparm -N /dev/sdh /dev/sdh: max sectors = 3907029168/3907029168, HPA is disabled $ sudo hdparm -N /dev/sdg /dev/sdg: max sectors = 3907029168/3907029168, HPA is disabled You can test by connecting some disk with data you don't care about, and checking if its contents get modified (especially at the end), or if it gets HPA enabled. -- With respect, Roman -- 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