You are not logged in.
I recompiled my kernel for RAID 5, but I was wondering when updating to newer version of the kernel, will ArchLinux have RAID support compiled in, or will I have to recompile RAID support in each time there is a kernel update?
Offline
If RAID5 isn't enabled in Arch's kernel, then you will have to recompile every time there's an update. Alternatively, you can ask to enable RAID5 support in the Arch's kernel using the bugtracker - if this doesn't disrupt kernel's functionality in any way.
Offline
CONFIG_MD_RAID456=m
It's in the default kernel, as a module.
1000
Offline
CONFIG_MD_RAID456=m
It's in the default kernel, as a module.
Okay so just each time I update the kernel the depmod -a command should take care of everything right?
Offline