<?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 LVM in Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lvm-in-linux/m-p/4106224#M63168</link>
    <description>Dear All&lt;BR /&gt;I have used LVM's in HP unix and am very famillair with it, but this is  the first time I am using RHEL Linux ES4.  I have a blade with 2 146gb disks. I want to set up the LV's  as we do in HP Unix.[ /dev/vg00/lvol1, etc] Then I want to have a vg01 with lvol1 lvol2. I want to create a file systems and then mount it.How do I do this and can anyone provide me with the required steps. Please do not refer me to some manual. I am just brand new to Linux.  &lt;BR /&gt;Thanking you&lt;BR /&gt;Faizer</description>
    <pubDate>Wed, 21 Nov 2007 13:13:25 GMT</pubDate>
    <dc:creator>Faizer Jameel</dc:creator>
    <dc:date>2007-11-21T13:13:25Z</dc:date>
    <item>
      <title>LVM in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-in-linux/m-p/4106224#M63168</link>
      <description>Dear All&lt;BR /&gt;I have used LVM's in HP unix and am very famillair with it, but this is  the first time I am using RHEL Linux ES4.  I have a blade with 2 146gb disks. I want to set up the LV's  as we do in HP Unix.[ /dev/vg00/lvol1, etc] Then I want to have a vg01 with lvol1 lvol2. I want to create a file systems and then mount it.How do I do this and can anyone provide me with the required steps. Please do not refer me to some manual. I am just brand new to Linux.  &lt;BR /&gt;Thanking you&lt;BR /&gt;Faizer</description>
      <pubDate>Wed, 21 Nov 2007 13:13:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-in-linux/m-p/4106224#M63168</guid>
      <dc:creator>Faizer Jameel</dc:creator>
      <dc:date>2007-11-21T13:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: LVM in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-in-linux/m-p/4106225#M63169</link>
      <description>pvcreate /dev/sda&lt;BR /&gt;vgcreate /dev/sda datavg&lt;BR /&gt;lvcreate -L &lt;SIZE&gt;MB -n &lt;LVNAME&gt; datavg&lt;BR /&gt;mkfs -t ext3 /dev/datavg/datalv&lt;BR /&gt;tune2fs -c 0 -i 0 -m 0 /dev/datavg/datalv&lt;BR /&gt;Modify /etc/fstab.&lt;BR /&gt;&lt;/LVNAME&gt;&lt;/SIZE&gt;</description>
      <pubDate>Wed, 21 Nov 2007 13:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-in-linux/m-p/4106225#M63169</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-11-21T13:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: LVM in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-in-linux/m-p/4106226#M63170</link>
      <description>is that a good practice to set c or i to zero ,which will disable th FS check?&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Nov 2007 16:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-in-linux/m-p/4106226#M63170</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-11-21T16:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: LVM in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-in-linux/m-p/4106227#M63171</link>
      <description>If you're using a manual install, you have to use the GUI interface to do LVM's easily.&lt;BR /&gt;&lt;BR /&gt;If you're doing a kickstart, you can set the LVM stuff up in your kickstart without any issue.&lt;BR /&gt;&lt;BR /&gt;If it's an already installed system, then basically what Ivan said :)</description>
      <pubDate>Wed, 21 Nov 2007 16:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-in-linux/m-p/4106227#M63171</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-11-21T16:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: LVM in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-in-linux/m-p/4106228#M63172</link>
      <description>run system-config-lvm and it will give you LVM gui which is pretty much self explaining. Keep in mind that:&lt;BR /&gt;&lt;BR /&gt; disk devices in Linux are /dev/sdXY (where X is from a to z,Y from 1 to ...) and not like /dev/dsk/cXtYdZ. fdisk -l will show you all your disks/partitions.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Nov 2007 07:34:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-in-linux/m-p/4106228#M63172</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2007-11-22T07:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: LVM in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-in-linux/m-p/4106229#M63173</link>
      <description>&amp;gt;&amp;gt;  is that a good practice to set c or i to zero ,which will disable th FS check?&lt;BR /&gt;&lt;BR /&gt;For ext3 it is, because the information needed to maintain FS integrity is in the journal.</description>
      <pubDate>Thu, 22 Nov 2007 08:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-in-linux/m-p/4106229#M63173</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-11-22T08:45:34Z</dc:date>
    </item>
  </channel>
</rss>

