<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using LVM in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/using-lvm/m-p/5407401#M53427</link>
    <description>&lt;P&gt;How much size u need for each volume ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use normal LVM commands to create LVM&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Dec 2011 02:18:36 GMT</pubDate>
    <dc:creator>Noble Sebastian</dc:creator>
    <dc:date>2011-12-02T02:18:36Z</dc:date>
    <item>
      <title>Using LVM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-lvm/m-p/5407225#M53426</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I LVM to add /dev/sda and /dev/sdb into one huge volume? Thanks a lot for your time.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2011 21:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-lvm/m-p/5407225#M53426</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2011-12-01T21:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using LVM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-lvm/m-p/5407401#M53427</link>
      <description>&lt;P&gt;How much size u need for each volume ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use normal LVM commands to create LVM&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2011 02:18:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-lvm/m-p/5407401#M53427</guid>
      <dc:creator>Noble Sebastian</dc:creator>
      <dc:date>2011-12-02T02:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using LVM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-lvm/m-p/5407667#M53428</link>
      <description>&lt;P&gt;Simplest way:&lt;/P&gt;&lt;PRE&gt;# Step 1: preparing the disks as LVM PVs.
# Note: All existing data on /dev/sda and /dev/sdb will be lost!

pvcreate /dev/sda
pvcreate /dev/sdb

# Step 2: creating a VG.
# I use the name "vgexample" here, choose any name you want

vgcreate vgexample /dev/sda /dev/sdb

# Step 3: allocating disk space 
# To allocate all the available space to single LV, use "-l 100%VG"
# To allocate just a specified amount, use "-L 100G" or similar.
# If you want to assign a descriptive name to the LV, add 
# "-n LVexample" or whatever you want. If you don't, the LV will be
# named automatically as "lvolN, where N is a number, starting from 0.

lvcreate -l 100%VG vgexample

# Now you should have a single logical volume, accessible as
# /dev/vgexample/lvol0 or alternatively /dev/mapper/vgexample-lvol0.
# Both names should work.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2011 09:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-lvm/m-p/5407667#M53428</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-12-02T09:13:02Z</dc:date>
    </item>
  </channel>
</rss>

