On 2013-05-08, Andras Fekete <iamfeketeandras@xxxxxxxxx> wrote: > > I'm trying to learn how the mdadm software works. I've been looking at the > downloaded source for mdadm-3.2. My question is if I want to create a new > kind of a RAID, how can I expand the code to do so? Is there some code > overview/documentation page that I can look at? Perhaps a forum for asking > questions about the source? This is the right place to ask questions about linux md RAID, but mdadm is probably not what you're looking for, as it's mostly the admin tool. Most (all?) of the actual RAID implementation is in the linux kernel, so if you wanted to add a completely new RAID type you'd want the kernel source code. The primary web documentation is here: https://raid.wiki.kernel.org/ There are many links to other helpful resources. --keith -- kkeller@xxxxxxxxxxxxxxxxxxxxxxxxxx -- 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