linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: your mail
  2003-01-16 23:54 (unknown) devnull
@ 2003-01-17  0:35 ` William Lee Irwin III
  2003-01-17  6:08   ` Bruce
  0 siblings, 1 reply; 5+ messages in thread
From: William Lee Irwin III @ 2003-01-17  0:35 UTC (permalink / raw)
  To: devnull; +Cc: linux-scsi

On Thu, Jan 16, 2003 at 06:54:55PM -0500, devnull@adc.idt.com wrote:
> unsubscribe linux-scsi@vger.kernel.org

Try sending that to majordomo@vger.kernel.org instead.


Bill

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

* Re: your mail
  2003-01-17  0:35 ` your mail William Lee Irwin III
@ 2003-01-17  6:08   ` Bruce
  0 siblings, 0 replies; 5+ messages in thread
From: Bruce @ 2003-01-17  6:08 UTC (permalink / raw)
  To: linux-scsi

On Thu, 16 Jan 2003, William Lee Irwin III wrote:

> On Thu, Jan 16, 2003 at 06:54:55PM -0500, devnull@adc.idt.com wrote:
> > unsubscribe linux-scsi@vger.kernel.org
> 
> Try sending that to majordomo@vger.kernel.org instead.

     Some people just don't pay attention...
       (perhaps they can't afford it ?)


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

* (unknown), 
@ 2009-06-17 16:08 Koffi Nogbe
  2009-06-17 16:14 ` your mail Matthew Wilcox
  0 siblings, 1 reply; 5+ messages in thread
From: Koffi Nogbe @ 2009-06-17 16:08 UTC (permalink / raw)
  To: linux-scsi

How can I modify the kernel to be able to create unlimited partition
on a single drive. The reason for the question is I want to use one of
my box as a storage server for fast access to the be able to create my
RAID across all drives all the time so I want to slice the drives into
multiple 2GB partition and used that in the RAID then use LVM to put
it together. With SCSI drive I m stock with 15 partitions and with IDE
20. Any help is appreciated.


end

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

* Re: your mail
  2009-06-17 16:08 (unknown), Koffi Nogbe
@ 2009-06-17 16:14 ` Matthew Wilcox
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Wilcox @ 2009-06-17 16:14 UTC (permalink / raw)
  To: Koffi Nogbe; +Cc: linux-scsi

On Wed, Jun 17, 2009 at 12:08:03PM -0400, Koffi Nogbe wrote:
> How can I modify the kernel to be able to create unlimited partition
> on a single drive.

You can't in any sensible way.

> The reason for the question is I want to use one of
> my box as a storage server for fast access to the be able to create my
> RAID across all drives all the time so I want to slice the drives into
> multiple 2GB partition and used that in the RAID then use LVM to put
> it together. With SCSI drive I m stock with 15 partitions and with IDE
> 20. Any help is appreciated.

Sounds like you want to use LVM to create lots of PEs, then tie them
together into RAIDs.  http://tldp.org/HOWTO/LVM-HOWTO/tyingittogether.html
may be helpful.

-- 
Matthew Wilcox				Intel Open Source Technology Centre
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step."

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

* Re: your mail
       [not found] <20100113004939.289333186@suse.com>
@ 2010-01-13 14:57 ` scameron
  0 siblings, 0 replies; 5+ messages in thread
From: scameron @ 2010-01-13 14:57 UTC (permalink / raw)
  To: Jeff Mahoney; +Cc: Linux Kernel Mailing List, Andrew Morton, Linux SCSI

On Tue, Jan 12, 2010 at 07:49:00PM -0500, Jeff Mahoney wrote:
> Subject: [patch 5/6] hpsa: Fix section mismatch
> References: <20100113004855.550486769@suse.com>
> Content-Disposition: inline; filename=patches.rpmify/hpsa-fix-section-mismatch
> 
>  hpsa_pci_init calls hpsa_interrupt_mode which is a __devinit function.
>  hpsa_pci_init is only called by hpsa_init_one which is also __devinit, so
>  mark it __devinit as well.
> 
> Signed-off-by: Jeff Mahoney <jeffm@suse.com>
> ---
>  drivers/scsi/hpsa.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/scsi/hpsa.c
> +++ b/drivers/scsi/hpsa.c
> @@ -3111,7 +3111,7 @@ default_int_mode:
>  	return;
>  }
>  
> -static int hpsa_pci_init(struct ctlr_info *h, struct pci_dev *pdev)
> +static int __devinit hpsa_pci_init(struct ctlr_info *h, struct pci_dev *pdev)
>  {
>  	ushort subsystem_vendor_id, subsystem_device_id, command;
>  	__u32 board_id, scratchpad = 0;
> 

Thanks.

-- steve


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

end of thread, other threads:[~2010-01-13 14:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17 16:08 (unknown), Koffi Nogbe
2009-06-17 16:14 ` your mail Matthew Wilcox
     [not found] <20100113004939.289333186@suse.com>
2010-01-13 14:57 ` scameron
  -- strict thread matches above, loose matches on Subject: below --
2003-01-16 23:54 (unknown) devnull
2003-01-17  0:35 ` your mail William Lee Irwin III
2003-01-17  6:08   ` Bruce

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