Re: lvcreate to use all available space on PV?

From: Alan D Johnson (adjtech_at_usadatanet.net)
Date: 02/21/04

  • Next message: Benjamin Gawert: "Need HP c3600 DIP switch settings"
    Date: Fri, 20 Feb 2004 21:00:05 -0500
    
    

    Doug O'Leary wrote:

    > In article <2a3b16bc.0402181640.496b1037@posting.google.com>, Chad Williams wrote:
    >
    >>Is there a way using lvcreate to have it create the logical volume to
    >>use ALL available space on the PV? Didn't see anything in the man
    >>pages.
    >>
    >>#lvcreate -L 16384 /dev/vg04
    >
    >
    > If you want to create a lv on a specific pv, then you have to create
    > the lv, then extend it. For instance:
    >
    > lvcreate -n lvol23 /dev/vg04
    > lvextend -L 16384 /dev/vg04/lvol23 ${specific_dev}
    >
    > HTH;
    >
    > Doug
    >
    Sounds like he just wants to allocate it all instead of fs's. Good to cu
    Doug.


  • Next message: Benjamin Gawert: "Need HP c3600 DIP switch settings"

    Relevant Pages

    • Re: Horizontal split
      ... thinking that this would 'freeze' the panes at Row 7. ... >> HTH ...
      (microsoft.public.excel.newusers)
    • Re: Open workbook in user-defined folder
      ... you were telling it that Filename equals "FileName" ... Doug ... >> pdberger, ... >> hth, ...
      (microsoft.public.excel.programming)
    • Re: Set Scroll position in a list box
      ... Doug. ... > I currently populate a list box, with a group of. ... > I would appreciate any reference to who this can be done. ...
      (microsoft.public.vb.general.discussion)
    • Re: creating odbc during runtime
      ... Perhaps ADO would work for you? ... Check out the connection strings at this site: ... Doug. ...
      (microsoft.public.vb.controls)
    • Re: Tree View Expand All - Help
      ... To expland the nodes, just use Node.Expanded = True/False ... Doug. ...
      (microsoft.public.vb.syntax)