PowerVault MD 1000 Raid -- Linux Partitioning Problems

Cody_Sparks at Dell.com Cody_Sparks at Dell.com
Wed Oct 25 11:33:50 CDT 2006


You can also use "lvextend -l" (lowercase -l instead of -L) which lets
you specify by number of extents.

lvextend with no options will give you a list of the options.  vgdisplay
shows how many extents are available.

--Cody 

> -----Original Message-----
> From: linux-poweredge-bounces at dell.com 
> [mailto:linux-poweredge-bounces at dell.com] On Behalf Of Adam Williams
> Sent: Wednesday, October 25, 2006 11:30 AM
> Cc: linux-poweredge-Lists
> Subject: Re: PowerVault MD 1000 Raid -- Linux Partitioning Problems
> 
> have you tried creating the partiton the old fashioned way?  
> /sbin/fdisk /dev/sdb then press p to print the partition 
> table, and if none exists use n to make a new one.  when done 
> use e2label to give it a label and use mkfs -t ext3 /dev/sdb1 
> and then mount it.
> 
> lists at aresgate.net wrote:
> > No error! Here is the output
> >
> > sudo parted /dev/sdb mklabel gpt; sudo parted /dev/sdb 
> mkpart p ext2 1 
> > 1000000
> > Information: Don't forget to update /etc/fstab, if necessary.
> >
> > vgergov at cheapstore:/etc$ sudo parted /dev/sdb print
> >
> > Disk /dev/sdb: 3497GB
> > Sector size (logical/physical): 512B/512B Partition Table: gpt
> >
> > Information: Don't forget to update /etc/fstab, if necessary.
> >
> >
> > On Wed, 25 Oct 2006 07:03:38 -0500, Matt Domsch 
> <Matt_Domsch at dell.com> wrote:
> >   
> >> On Tue, Oct 24, 2006 at 05:26:41PM -0400, lists at aresgate.net wrote:
> >>     
> >>> Hi, i have a Dell PowerVault MD 1000 raid and i would 
> like to use it 
> >>> as one big FS. I am having problems partitioning it with 
> parted. I 
> >>> changed the label to gpt with mklabel gpt and it can 
> detect the size 
> >>> but whenever i try to create a partition it does not give 
> an error 
> >>> but doesnt create anything. Can someone please help?
> >>>       
> >> Please describe the error message.  parted /dev/sdc mklabel gpt; 
> >> parted /dev/sdc mkpart p ext2 1 <somelargenumber> should work.  
> >> That's the whole point of GPT.
> >>
> >>
> >>
> >>     
> >
> > _______________________________________________
> > Linux-PowerEdge mailing list
> > Linux-PowerEdge at dell.com
> > http://lists.us.dell.com/mailman/listinfo/linux-poweredge
> > Please read the FAQ at http://lists.us.dell.com/faq
> >
> >
> >   
> 
> _______________________________________________
> Linux-PowerEdge mailing list
> Linux-PowerEdge at dell.com
> http://lists.us.dell.com/mailman/listinfo/linux-poweredge
> Please read the FAQ at http://lists.us.dell.com/faq
> 



More information about the Linux-PowerEdge mailing list