/boot is put in the first few cylinders because it used to be that the boot loaders could not access it past a certain point.  Once disks grew larger than this size, it became an issue.  This led to the default behavior of placing it first on the disk which let the older boot loaders load it correctly even on a larger disk.  By maintaining this practice, you make it possible to boot off even an OLD "liveCD" or install disk set and pass parameters that will cause your system to load from the hard drive even after booting from the (gasp) floppy or CD.<div>
<br></div><div>Andy<br><br><div class="gmail_quote">On Tue, Mar 6, 2012 at 2:54 PM, Alain Williams <span dir="ltr"><<a href="mailto:addw@phcomp.co.uk">addw@phcomp.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Tue, Mar 06, 2012 at 01:33:12PM +0000, Nix wrote:<br>
> On 2 Mar 2012, Andrew Farnsworth stated:<br>
><br>
> > I have not noticed a significant performance difference in disk access<br>
> > speeds relating to the external vs internal tracks on a platter.<br>
><br>
> There is a significant difference, often as much as a factor of two.<br>
> This is inevitable: the outside tracks of the disk have a higher linear<br>
> velocity than the inside, so given a constant data density there's more<br>
> room to cram in more sectors. (It is possible to reduce the data density<br>
> and use a constant sectors/track across the whole disk, but that went<br>
> out in the early 90s: it costs too much space.)<br>
<br>
</div>Interesting ... a default install tends to put /boot in the first few cylinders,<br>
something that is not used after boot.<br>
Looking at a machine where the rest of the disk is given to LVM where other<br>
partitions are found I see:<br>
    RFS   0 to 255<br>
    /tmp  256 to 767<br>
    /www  768 to 1791<br>
    swap  1792 to 2303<br>
    /var  2304 to 4303<br>
    /usr  4304 to 5327<br>
<br>
How to organise them ? From out to in perhaps: /www /var /tmp /usr RFS swap.<br>
Roughly in order of most used.<br>
* The machine should never swap.<br>
* RFS - a few files will be used a lot, but they are only read & will end up in buffer cache<br>
<br>
Hmm, food for thought.<br>
<br>
BTW: I assume that the low numbered extents reported by lvdisplay --maps & by fdisk means<br>
to wards the outside of the disk.<br>
<div class="im"><br>
--<br>
Alain Williams<br>
Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT Lecturer.<br>
<a href="tel:%2B44%20%280%29%20787%20668%200256" value="+447876680256">+44 (0) 787 668 0256</a>  <a href="http://www.phcomp.co.uk/" target="_blank">http://www.phcomp.co.uk/</a><br>
Parliament Hill Computers Ltd. Registration Information: <a href="http://www.phcomp.co.uk/contact.php" target="_blank">http://www.phcomp.co.uk/contact.php</a><br>
#include <std_disclaimer.h><br>
</div><div><div></div><div class="h5">--<br>
Gllug mailing list  -  <a href="mailto:Gllug@gllug.org.uk">Gllug@gllug.org.uk</a><br>
<a href="http://lists.gllug.org.uk/mailman/listinfo/gllug" target="_blank">http://lists.gllug.org.uk/mailman/listinfo/gllug</a><br>
</div></div></blockquote></div><br></div>