<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.MsoBookTitle
        {mso-style-name:"Book Title\,SystemText";
        mso-style-priority:33;
        font-family:"Courier New";
        color:black;
        letter-spacing:0pt;
        text-decoration:none none;
        vertical-align:baseline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Arial","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D">From experience we have seen, Anaconda will correctly handle alignment for partitions done during install. For any additional disks we add, we always manually
 re-align it.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D">The issue as I understand it has to do with potentially “double-reading” all blocks.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D">Kevin<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> rhelv6-list-bounces@redhat.com [mailto:rhelv6-list-bounces@redhat.com]
<b>On Behalf Of </b>francis picabia<br>
<b>Sent:</b> Thursday, March 20, 2014 9:59 AM<br>
<b>To:</b> Red Hat Enterprise Linux 6 (Santiago) discussion mailing-list<br>
<b>Subject:</b> [rhelv6-list] Align partition question on vmware<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Hi all,<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">So I install Redhat 6 on a vmware system.  Later I learn<br>
this partition alignment issue common to large 1TB+<br>
drives can be an issue on vmware.<br>
<br>
I check a recent system, and the installer seemed<br>
to do the right thing with sda, as the fdisk -lu<br>
reports the first cylinder is 2048<br>
<br>
   Device Boot      Start         End      Blocks   Id  System<br>
/dev/sda1   *        2048    24578047    12288000   83  Linux<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">I added another vm storage later for /usr/local<br>
and it seems to be set up the old way:<br>
<br>
fdisk -lu<br>
<br>
Disk /dev/sdb: 219.0 GB, 219043332096 bytes<br>
255 heads, 63 sectors/track, 26630 cylinders, total 427819008 sectors<br>
Units = sectors of 1 * 512 = 512 bytes<br>
Sector size (logical/physical): 512 bytes / 512 bytes<br>
I/O size (minimum/optimal): 512 bytes / 512 bytes<br>
Disk identifier: 0xaa10a650<br>
<br>
   Device Boot      Start         End      Blocks   Id  System<br>
/dev/sdb1              63   427810949   213905443+  83  Linux<o:p></o:p></p>
</div>
<p class="MsoNormal">The guys running a system from there are claiming it is slower than<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">the Sun 208R they were used to running, and it has no load on it.<o:p></o:p></p>
</div>
<p class="MsoNormal">Most articles I see about this are taking about the boot loading<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">disk, while I'm looking at the issue for sdb.  Should I be concerned<br>
and looking at redoing the partitioning?<br>
<br>
<o:p></o:p></p>
</div>
</div>
</body>
</html>