<?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: Do I need to Partition a Disk that will be fully used Anyway? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/do-i-need-to-partition-a-disk-that-will-be-fully-used-anyway/m-p/4577602#M39573</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;For the OS partition, yes you need to partition.&lt;BR /&gt;&lt;BR /&gt;Smart partitioning makes it harder for a single problem to fill up the root file system and halt the system.&lt;BR /&gt;&lt;BR /&gt;For an ASM disk, that is not booting the system, it makes no difference at all. Oracle wants to rule this universe and if you have to use ASM your DBA's will be managing space on that disk.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 04 Feb 2010 14:57:33 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2010-02-04T14:57:33Z</dc:date>
    <item>
      <title>Do I need to Partition a Disk that will be fully used Anyway?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/do-i-need-to-partition-a-disk-that-will-be-fully-used-anyway/m-p/4577598#M39569</link>
      <description>If I have a disk /dev/sdc and I wanna use it under LVM? DO I need to carve it up say to have a 1 partition -- /dev/sdc1 even if I intend to use the entire disk?&lt;BR /&gt;&lt;BR /&gt;Will having no parition table be a bad thing?&lt;BR /&gt;&lt;BR /&gt;Similarly -- if I use disks under Oracle ASM -- is there really a need to partition the disks?&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Feb 2010 19:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/do-i-need-to-partition-a-disk-that-will-be-fully-used-anyway/m-p/4577598#M39569</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2010-02-03T19:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need to Partition a Disk that will be fully used Anyway?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/do-i-need-to-partition-a-disk-that-will-be-fully-used-anyway/m-p/4577599#M39570</link>
      <description>You don't *need* to do it. If an entire disk has been pvcreate'd, Linux LVM will detect it just fine. I understand Oracle ASM can do that too.&lt;BR /&gt;&lt;BR /&gt;That said, a disk that has been pvcreate'd as a whole disk or given to ASM will look like an unformatted disk to, for example, a Windows installation program. &lt;BR /&gt;&lt;BR /&gt;If there is a chance that your disks might be visible to a Windows system (e.g. a big centralized SAN storage), it might be prudent to create the partition table: it will allow non-Linux systems to detect that the disk is in use, in case your disks are ever accidentally presented to them.&lt;BR /&gt;&lt;BR /&gt;Traditionally, a partition must begin at the beginning of a cylinder. Modern disks don't really have a simple C/H/S geometry any more, but when you create a partition table, the entire first cylinder is dedicated to MBR. So when you omit the partition table, a little less disk space is wasted... but if you have a 160 GB disk, do you care about 80 MB or so?&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 04 Feb 2010 10:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/do-i-need-to-partition-a-disk-that-will-be-fully-used-anyway/m-p/4577599#M39570</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-02-04T10:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need to Partition a Disk that will be fully used Anyway?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/do-i-need-to-partition-a-disk-that-will-be-fully-used-anyway/m-p/4577600#M39571</link>
      <description>Using the whole disk as a PV (as opposed to a partition spanning the whole disk) is not recommended because of the management issues it can create. Any other OS that looks at the disk will not recognize the LVM metadata and display the disk as being free, so it is likely it will be overwritten. LVM itself will work fine with whole disk PVs.</description>
      <pubDate>Thu, 04 Feb 2010 11:27:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/do-i-need-to-partition-a-disk-that-will-be-fully-used-anyway/m-p/4577600#M39571</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2010-02-04T11:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need to Partition a Disk that will be fully used Anyway?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/do-i-need-to-partition-a-disk-that-will-be-fully-used-anyway/m-p/4577601#M39572</link>
      <description>Thanks Ivan and Matt.&lt;BR /&gt;&lt;BR /&gt;On my vMware cirtualized Linux server - I notice that I cannot forcefully pvcreate a whole vMware virtual disk. It only allows me to pvcreate if I partition it.&lt;BR /&gt;&lt;BR /&gt;However on my Physical Linux Servers where my disks are SAN based and multipathed -- /dev/dm-NN   -- I can.  I wonder why.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Feb 2010 14:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/do-i-need-to-partition-a-disk-that-will-be-fully-used-anyway/m-p/4577601#M39572</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2010-02-04T14:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need to Partition a Disk that will be fully used Anyway?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/do-i-need-to-partition-a-disk-that-will-be-fully-used-anyway/m-p/4577602#M39573</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;For the OS partition, yes you need to partition.&lt;BR /&gt;&lt;BR /&gt;Smart partitioning makes it harder for a single problem to fill up the root file system and halt the system.&lt;BR /&gt;&lt;BR /&gt;For an ASM disk, that is not booting the system, it makes no difference at all. Oracle wants to rule this universe and if you have to use ASM your DBA's will be managing space on that disk.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 04 Feb 2010 14:57:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/do-i-need-to-partition-a-disk-that-will-be-fully-used-anyway/m-p/4577602#M39573</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-04T14:57:33Z</dc:date>
    </item>
  </channel>
</rss>

