From owner-freebsd-questions@FreeBSD.ORG Sat Jul 28 18:40:21 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BBED8106566B for ; Sat, 28 Jul 2012 18:40:21 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [89.206.35.99]) by mx1.freebsd.org (Postfix) with ESMTP id 21F388FC0C for ; Sat, 28 Jul 2012 18:40:20 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id q6SIeHVV009978; Sat, 28 Jul 2012 20:40:18 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id q6SIG2r8009902; Sat, 28 Jul 2012 20:16:02 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 28 Jul 2012 20:16:02 +0200 (CEST) From: Wojciech Puchar To: Polytropon In-Reply-To: <20120728192628.83bb8e62.freebsd@edvax.de> Message-ID: References: <20120728192628.83bb8e62.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 passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Sat, 28 Jul 2012 20:40:18 +0200 (CEST) Cc: questions@freebsd.org, Vladimir Videscu Subject: Re: FreeBSD on SSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2012 18:40:21 -0000 > > You're going to install FreeBSD as on any other hard disk. You > will then (hopefully) see a speed gain when in use. :-) make sure noatime option is used in /etc/fstab i use it everywhere, but with SSD cached disks it may be even more important. No idea what is that drive caching strategy, but if "cache on read" then it will continuously evict cached inodes.