* 2.6.19-rc5: Can't get built-in raid support, modular works correctly
@ 2007-07-19 13:54 J. Hart
2007-07-19 16:04 ` Justin Piszcz
0 siblings, 1 reply; 5+ messages in thread
From: J. Hart @ 2007-07-19 13:54 UTC (permalink / raw)
To: linux raid
When I configure a 2.6.19-rc5 linux kernel for "built-in" raid support,
I do not get the expected /proc/mdstat entry. I set the following
kernel parameters for this :
CONFIG_MD=Y
BLK_DEV_MD=y
MD_RAID0=y
When I configure the kernel for modular raid support in otherwise
identical fashion, I do get the expected /proc/mdstat "file". I have no
difficulty configuring "built-in" support under kernel 2.6.13 on another
32 bit X86 based system with IDE drives. The system I am trying to set
up raid support for is X86_64 based, and has only SATA drives. I have
not configured IDE support for it. Any ideas would be greatly appreciated.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.6.19-rc5: Can't get built-in raid support, modular works correctly
2007-07-19 13:54 2.6.19-rc5: Can't get built-in raid support, modular works correctly J. Hart
@ 2007-07-19 16:04 ` Justin Piszcz
2007-07-19 21:54 ` J. Hart
0 siblings, 1 reply; 5+ messages in thread
From: Justin Piszcz @ 2007-07-19 16:04 UTC (permalink / raw)
To: J. Hart; +Cc: linux raid
On Thu, 19 Jul 2007, J. Hart wrote:
> When I configure a 2.6.19-rc5 linux kernel for "built-in" raid support, I do
> not get the expected /proc/mdstat entry. I set the following kernel
> parameters for this :
>
> CONFIG_MD=Y
> BLK_DEV_MD=y
> MD_RAID0=y
>
> When I configure the kernel for modular raid support in otherwise identical
> fashion, I do get the expected /proc/mdstat "file". I have no difficulty
> configuring "built-in" support under kernel 2.6.13 on another 32 bit X86
> based system with IDE drives. The system I am trying to set up raid support
> for is X86_64 based, and has only SATA drives. I have not configured IDE
> support for it. Any ideas would be greatly appreciated.
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Any reason you are using 2.6.19-rc5? Why not use 2.6.22.(1)?
Justin.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.6.19-rc5: Can't get built-in raid support, modular works correctly
2007-07-19 16:04 ` Justin Piszcz
@ 2007-07-19 21:54 ` J. Hart
2007-07-20 10:13 ` Justin Piszcz
0 siblings, 1 reply; 5+ messages in thread
From: J. Hart @ 2007-07-19 21:54 UTC (permalink / raw)
To: linux raid
Justin Piszcz wrote:
>
> Any reason you are using 2.6.19-rc5? Why not use 2.6.22.(1)?
I just wanted to try to understand the reason for the problem before
changing to a new kernel. I had not heard that any such problem had
been encountered, though I could have missed the news.
Have you heard anything about it ?
J. Hart
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.6.19-rc5: Can't get built-in raid support, modular works correctly
2007-07-19 21:54 ` J. Hart
@ 2007-07-20 10:13 ` Justin Piszcz
2007-07-20 16:06 ` J. Hart
0 siblings, 1 reply; 5+ messages in thread
From: Justin Piszcz @ 2007-07-20 10:13 UTC (permalink / raw)
To: J. Hart; +Cc: linux raid
On Fri, 20 Jul 2007, J. Hart wrote:
> Justin Piszcz wrote:
>
>>
>> Any reason you are using 2.6.19-rc5? Why not use 2.6.22.(1)?
>
> I just wanted to try to understand the reason for the problem before changing
> to a new kernel. I had not heard that any such problem had been encountered,
> though I could have missed the news.
> Have you heard anything about it ?
>
> J. Hart
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
I (normally) do not run -rcX release and I always compile in RAID support
and have not seen that issue; then again, I did not try 2.6.19-rc5 that I
can remember.
Justin.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.6.19-rc5: Can't get built-in raid support, modular works correctly
2007-07-20 10:13 ` Justin Piszcz
@ 2007-07-20 16:06 ` J. Hart
0 siblings, 0 replies; 5+ messages in thread
From: J. Hart @ 2007-07-20 16:06 UTC (permalink / raw)
To: linux raid; +Cc: Justin Piszcz
Justin Piszcz wrote:
> I (normally) do not run -rcX release and I always compile in RAID
> support and have not seen that issue; then again, I did not try
> 2.6.19-rc5 that I can remember.
I've just discovered the problem (at 1 am of course).
I'm using Linux with my own custom kernel running on a quad Mac Pro (no
Parallels, no Bootcamp, no Windows, no OS X etc, and hence no partition
restrictions.....:-). Since this is an Intel Mac, running grub used to
be a bit tricky owing to the A20 line problem, so I've been using lilo
instead.
After building the kernel, I dutifully typed the following, as any good
lilo believing kernel builder should:
lilo
This ended up placing the boot block on the root partition. I had
previously told the Mac EFI boot loader to look for it on the MBR of my
first SATA drive, which in this case is a very different location. What
I should have used was:
lilo -b /dev/sda
It was booting the old kernel of course, which was the same version
release as the rebuilt one.
(....slapping forehead.....)
All is working just as expected now.....:-)
Many Thanks for your comments........
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-07-20 16:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-19 13:54 2.6.19-rc5: Can't get built-in raid support, modular works correctly J. Hart
2007-07-19 16:04 ` Justin Piszcz
2007-07-19 21:54 ` J. Hart
2007-07-20 10:13 ` Justin Piszcz
2007-07-20 16:06 ` J. Hart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).