Is the source code for the Linux md driver (ie Software RAID) open
source and if so, where exactly is it (what URL)?
I've tried to find it on kernel.org but not having any luck - am new
to Linux and open source (background is Windows storage driver dev).
thanks in advance,
Judy
It is in the kernel source tree, under drivers/md
Download the Linux you wish to hack (say - linux-2.6.31.5 or whatev - can
be found on http://www.kernel.org ), unpack it and look in those unpacked
sources.
> Hello,
>
> Is the source code for the Linux md driver (ie Software RAID) open
> source and if so, where exactly is it (what URL)?
Of course it is. It's in the mainline kernel.
> I've tried to find it on kernel.org but not having any luck - am new
> to Linux and open source (background is Windows storage driver dev).
In the kernel tree, the directory .../drivers/md/
There are 79 .c and .h files in there, so depending on just what you
really want to know you may have some further searching to do....
--
As we enjoy great advantages from the inventions of others, we should
be glad of an opportunity to serve others by any invention of ours;
and this we should do freely and generously. (Benjamin Franklin)
> Is the source code for the Linux md driver (ie Software RAID) open
> source and if so, where exactly is it (what URL)?
Install the kernel source for your distro, then look at
/usr/src/linux-2.6.31.5-1mnb/drivers/md/md.c
replacing the linux version number as appropriate.
Regards, Dave Hodgins
--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)