<?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: Disk Allignment in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/disk-allignment/m-p/4704056#M42530</link>
    <description>No idea abut "all those different linux installers". Probably only the very latest enterprise distributions might do it. RHEL 5 certainly does *not* do it yet.&lt;BR /&gt;&lt;BR /&gt;Alignment is not a significant issue if you're setting up RAID 1 (i.e. mirroring), since everything is written to both disks anyway. &lt;BR /&gt;&lt;BR /&gt;If you set up RAID 0 or RAID 5, then alignment becomes an important question... but my opinion is that running RAID 0 on system disks on a production server is just asking for trouble, and RAID 5 would be best used on data disks only.&lt;BR /&gt;&lt;BR /&gt;However, since most Linux installers offer console access while the installer is running, it should be easy enough to do the partitioning manually, to implement the correct alignment options, if you choose to run your system on SSD, RAID 0 or RAID 5... or if you're planning scripted installations, this should be programmed as a pre-installation script.&lt;BR /&gt;&lt;BR /&gt;Here's a blog post that includes instructions for setting up 128k alignment for partition, LVM and filesystem levels:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://thunk.org/tytso/blog/2009/02/20/aligning-filesystems-to-an-ssds-erase-block-size/" target="_blank"&gt;http://thunk.org/tytso/blog/2009/02/20/aligning-filesystems-to-an-ssds-erase-block-size/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you set up your data disks as LVM-on-raw-disk, the first extent will be aligned to 192kB boundary by default. As the default extent size is 4 MB, the raw LVM default layout will be compatible with 4kB alignment at the LVM level.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Mon, 25 Oct 2010 11:50:46 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2010-10-25T11:50:46Z</dc:date>
    <item>
      <title>Disk Allignment</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-allignment/m-p/4704053#M42527</link>
      <description>When you install Linux on a HP server with a smartarray controller are partition automatically aligned correctly? &lt;BR /&gt;For windows I assume this is done correctly through the smartstart installation process but what about all those different linux installers?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Oct 2010 22:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-allignment/m-p/4704053#M42527</guid>
      <dc:creator>wobbe</dc:creator>
      <dc:date>2010-10-24T22:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Allignment</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-allignment/m-p/4704054#M42528</link>
      <description>Hi wobbe,&lt;BR /&gt;&lt;BR /&gt;During POST, you can perform the disk alignment using F8....&lt;BR /&gt;&lt;BR /&gt;Rgds-Kranti</description>
      <pubDate>Mon, 25 Oct 2010 06:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-allignment/m-p/4704054#M42528</guid>
      <dc:creator>Kranti Mahmud</dc:creator>
      <dc:date>2010-10-25T06:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Allignment</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-allignment/m-p/4704055#M42529</link>
      <description>You are probably talking about the raid configuration. as far as I know that has nothing to do with the partition alignment.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Oct 2010 07:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-allignment/m-p/4704055#M42529</guid>
      <dc:creator>wobbe</dc:creator>
      <dc:date>2010-10-25T07:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Allignment</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-allignment/m-p/4704056#M42530</link>
      <description>No idea abut "all those different linux installers". Probably only the very latest enterprise distributions might do it. RHEL 5 certainly does *not* do it yet.&lt;BR /&gt;&lt;BR /&gt;Alignment is not a significant issue if you're setting up RAID 1 (i.e. mirroring), since everything is written to both disks anyway. &lt;BR /&gt;&lt;BR /&gt;If you set up RAID 0 or RAID 5, then alignment becomes an important question... but my opinion is that running RAID 0 on system disks on a production server is just asking for trouble, and RAID 5 would be best used on data disks only.&lt;BR /&gt;&lt;BR /&gt;However, since most Linux installers offer console access while the installer is running, it should be easy enough to do the partitioning manually, to implement the correct alignment options, if you choose to run your system on SSD, RAID 0 or RAID 5... or if you're planning scripted installations, this should be programmed as a pre-installation script.&lt;BR /&gt;&lt;BR /&gt;Here's a blog post that includes instructions for setting up 128k alignment for partition, LVM and filesystem levels:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://thunk.org/tytso/blog/2009/02/20/aligning-filesystems-to-an-ssds-erase-block-size/" target="_blank"&gt;http://thunk.org/tytso/blog/2009/02/20/aligning-filesystems-to-an-ssds-erase-block-size/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you set up your data disks as LVM-on-raw-disk, the first extent will be aligned to 192kB boundary by default. As the default extent size is 4 MB, the raw LVM default layout will be compatible with 4kB alignment at the LVM level.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 25 Oct 2010 11:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-allignment/m-p/4704056#M42530</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-10-25T11:50:46Z</dc:date>
    </item>
  </channel>
</rss>

