linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Kernel RAID support
@ 2006-09-03  3:56 Richard Scobie
  2006-09-03  4:01 ` Josh Litherland
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Scobie @ 2006-09-03  3:56 UTC (permalink / raw)
  To: Linux RAID Mailing List

I am building  2.6.18rc5-mm1 and I cannot find the entry under "make 
config", to enable the various RAID options.

Perhaps there is something I have said "N" to and it is hidden.

Can someone please assist - this is a bit embarrassing...

Regards,

Richard

-- 
VGER BF report: U 0.503282

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Kernel RAID support
  2006-09-03  3:56 Kernel RAID support Richard Scobie
@ 2006-09-03  4:01 ` Josh Litherland
  2006-09-03  4:36   ` Richard Scobie
  0 siblings, 1 reply; 5+ messages in thread
From: Josh Litherland @ 2006-09-03  4:01 UTC (permalink / raw)
  To: Richard Scobie; +Cc: Linux RAID Mailing List

On Sun, 2006-09-03 at 15:56 +1200, Richard Scobie wrote:
> I am building  2.6.18rc5-mm1 and I cannot find the entry under "make 
> config", to enable the various RAID options.

Under "Device Drivers", switch on "Multi-device support".

-- 
Josh Litherland (josh@temp123.org)



-- 
VGER BF report: U 0.504036

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Kernel RAID support
  2006-09-03  4:01 ` Josh Litherland
@ 2006-09-03  4:36   ` Richard Scobie
  2006-09-03 10:49     ` David Greaves
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Scobie @ 2006-09-03  4:36 UTC (permalink / raw)
  To: Linux RAID Mailing List

Josh Litherland wrote:
> On Sun, 2006-09-03 at 15:56 +1200, Richard Scobie wrote:
> 
>>I am building  2.6.18rc5-mm1 and I cannot find the entry under "make 
>>config", to enable the various RAID options.
> 
> 
> Under "Device Drivers", switch on "Multi-device support".
> 

Thanks. I must be going nuts, as it does not appear as an option. Below 
is the list under "Device Drivers" if I do a "make menuconfig":

         Generic Driver Options  --->                                 x x
   x x        Connector - unified userspace <-> kernelspace linker  ---> 
   x x
   x x        Memory Technology Devices (MTD)  ---> 
    x x
   x x        Parallel port support  ---> 
    x x
   x x        Plug and Play support  ---> 
    x x
   x x        Block devices  ---> 
    x x
   x x        ATA/ATAPI/MFM/RLL support  ---> 
    x x
   x x        SCSI device support  ---> 
    x x
   x x        Serial ATA (prod) and Parallel ATA (experimental) drivers 
  --x x
   x x        Fusion MPT device support  ---> 
    x x
   x x        IEEE 1394 (FireWire) support  ---> 
    x x
   x x        I2O device support  ---> 
    x x
   x x        Network device support  ---> 
    x x
   x x        ISDN subsystem  ---> 
    x x
   x x        Telephony Support  ---> 
    x x
   x x        Input device support  ---> 
    x x
   x x        Character devices  ---> 
    x x
   x x        I2C support  ---> 
    x x
   x x        SPI support  ---> 
    x x
   x x        Dallas's 1-wire bus  ---> 
    x x
   x x        Hardware Monitoring support  ---> 
    x x
   x x        Misc devices  ---> 
    x x
   x x        Multimedia devices  ---> 
    x x
   x x        Graphics support  ---> 
    x x
   x x        Sound  ---> 
    x x
   x x        USB support  ---> 
    x x
   x x        MMC/SD Card support  ---> 
    x x
   x x        LED devices  ---> 
    x x
   x x        InfiniBand support  ---> 
    x x
   x x        EDAC - error detection and reporting (RAS) (EXPERIMENTAL) 
  --x x
   x x        Real Time Clock  ---> 
    x x
   x x        DMA Engine support  ---> 
    x x
   x x        Industrial IO  --->

Regards,

Richard

-- 
VGER BF report: U 0.50156

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Kernel RAID support
  2006-09-03  4:36   ` Richard Scobie
@ 2006-09-03 10:49     ` David Greaves
  2006-09-03 12:50       ` John Stoffel
  0 siblings, 1 reply; 5+ messages in thread
From: David Greaves @ 2006-09-03 10:49 UTC (permalink / raw)
  To: Richard Scobie; +Cc: Linux RAID Mailing List, josh

Richard Scobie wrote:
> Josh Litherland wrote:
>> On Sun, 2006-09-03 at 15:56 +1200, Richard Scobie wrote:
>>
>>> I am building  2.6.18rc5-mm1 and I cannot find the entry under "make
>>> config", to enable the various RAID options.
>>
>>
>> Under "Device Drivers", switch on "Multi-device support".
>>
> 
> Thanks. I must be going nuts, as it does not appear as an option. Below
> is the list under "Device Drivers" if I do a "make menuconfig":

Recently reported on lkml

Andrew Morton said:
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc5/2.6.18-rc5-mm1/hot-fixes/
contains a fix for this.

HTH
David

PS on kernel mailing lists do a reply-all and don't trim cc lists :)

-- 
VGER BF report: U 0.500279

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Kernel RAID support
  2006-09-03 10:49     ` David Greaves
@ 2006-09-03 12:50       ` John Stoffel
  0 siblings, 0 replies; 5+ messages in thread
From: John Stoffel @ 2006-09-03 12:50 UTC (permalink / raw)
  To: David Greaves; +Cc: Richard Scobie, Linux RAID Mailing List, josh


For 2.6.18-rc5-mm1, just edit drivers/md/Kconfig and change the 'if
CONFIG_BLOCK' to 'if BLOCK' and you'll be all set.  You can then run
'make oldconfig' and you should be all set.

It's a simple change, and easier than hunting down and applying a
patch at this point.  :]

-- 
VGER BF report: U 0.49976

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-09-03 12:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-03  3:56 Kernel RAID support Richard Scobie
2006-09-03  4:01 ` Josh Litherland
2006-09-03  4:36   ` Richard Scobie
2006-09-03 10:49     ` David Greaves
2006-09-03 12:50       ` John Stoffel

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).