<div dir="ltr"><div><div><div>Not sure but I think the installer is still using the old disk layout, which is a bit of a pain.<br></div><br></div>What we recommend these days is pretty much just three partitions for a laptop:<br><br></div><div>a - A UFS /boot partition, typically 1GB<br></div><div>b - Swap partition, depends on use case but usually not less than 1 x main mem<br></div><div>d - One hammer partition for the remainder<br><br></div><div>The amount of swap you need depends on a number of factors.  We recommend at least as much as main memory (more if the laptop can be expanded so you aren't caught short).  Swap helps free up idle pages in main memory.<br><br>If tmpfs is going to be used a lot, then sometimes a lot more swap is a good idea.</div><div><br></div><div>Otherwise though the only time you want a *LOT* of swap (as in potentially a hundred gigabytes or more), is if you want to use swapcache to cache a hard drive.  But if all you have is a SSD, you do not need to use swapcache.<br><br>--<br><br></div><div>TRIM - I do NOT recommend using TRIM except for initial erasure of the SSD, and potentially to clean out the swap partition on boot.  Instead of trying to use TRIM, just leave a couple of gigabytes of unused space on the SSD.  There are two ways to do this:  (1) Just allocate more swap space, swap can serve double-duty in this regard if the system is set up to TRIM swap on boot, because swap is mostly unused.  (2) Or allocate an 'e' partition of type 'unused' with the space you want to leave unused.<br><br></div><div>The unused space works just as good as TRIM does but without the potential to corrupt the filesystem.  Trying to use TRIM on the live filesystem itself opens up a can of worms in terms of reliability.<br><br></div><div>My recommendation is to calculate roughly 5% of the storage for use in a dummy partition or as a lower bound for swap.<br></div><div><br>--<br><br></div><div>Partition alignment - The DragonFly disklabel program handles all alignment.  It will alignment all partitions to 1MB.<br></div><div><br></div><div>-Matt<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 6, 2015 at 7:11 AM, Mirco <span dir="ltr"><<a href="mailto:mirco@openmailbox.org" target="_blank">mirco@openmailbox.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Users,<br>
<br>
I know there is a thread on this theme in this list - but it's from 2011<br>
an maybe things have changed since then.<br>
<br>
I wish to use Dragonfly with Hammer on my laptop. There is a 120GB SSD.<br>
But I am a little confused about the disc layout.<br>
<br>
- What would you recommend regarding the disc layout?<br>
- How is the correct partition alignment actually done?<br>
- TRIM: use it? If yes, how? If no, what's the alternative?<br>
- Got anything else on your mind?<br>
<br>
Best Wishes,<br>
Mirco<br>
<br>
</blockquote></div><br></div>