From owner-freebsd-questions@FreeBSD.ORG Sun Nov 17 16:03:01 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD0B7865 for ; Sun, 17 Nov 2013 16:03:01 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9839E2507 for ; Sun, 17 Nov 2013 16:03:01 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id rAHG2nMX050991; Sun, 17 Nov 2013 09:02:49 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id rAHG2n35050988; Sun, 17 Nov 2013 09:02:49 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 17 Nov 2013 09:02:49 -0700 (MST) From: Warren Block To: Polytropon Subject: Re: how install two freebsd9.2 on one disk? In-Reply-To: <20131117115010.e13431a3.freebsd@edvax.de> Message-ID: References: <20131117115010.e13431a3.freebsd@edvax.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 17 Nov 2013 09:02:49 -0700 (MST) Cc: s m , freebsd-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Nov 2013 16:03:01 -0000 On Sun, 17 Nov 2013, Polytropon wrote: ... > As you're probably initializing the SSD with UFS, keep in mind > that you can apply certain optimizations to make the SSD have > a long and happy life. :-) > > # newfs -m 0 -i 16384 -b 16384 -f 2048 -l -L os1root ada0s1 > # newfs -m 0 -i 16384 -b 16384 -f 2048 -l -L os2root ada0s2 > > This is just an example which somehow corresponds to the legacy > partitioning method mentioned above. You need of course to set > the parameters to _your_ intended way of use! If overriding defaults, I would make nothing less than 4K (-f above). But for SSDs, I just use the defaults with UFS on FreeBSD 9 and later, and it does not appear to be giving up SSD performance.