From owner-freebsd-fs@FreeBSD.ORG Wed Nov 3 13:35:02 2010 Return-Path: Delivered-To: fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FBCE106566C for ; Wed, 3 Nov 2010 13:35:02 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id D4E358FC0C for ; Wed, 3 Nov 2010 13:35:01 +0000 (UTC) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1PDdUQ-000DUu-T0; Wed, 03 Nov 2010 13:34:58 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.72 (FreeBSD)) (envelope-from ) id 1PDdUQ-000Fbg-S5; Wed, 03 Nov 2010 13:34:58 +0000 Date: Wed, 03 Nov 2010 13:34:58 +0000 Message-Id: To: fs@freebsd.org, mi+thun@aldan.algebra.com In-Reply-To: <4CD04AEC.8040607@aldan.algebra.com> From: Pete French Cc: Subject: Re: Using an SSD "disk" for / X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2010 13:35:02 -0000 > I'm setting up a new system and would like to use a moderate (64Gb or > 128Gb) SSD-drive to boot from. .... > Does anyone use an SSD under FreeBSD? Which brand/model? Are you happy > with it? I boot a server from a Compact Flash drive connected to a CF->SATA adaptor. Its only 4GB, enough to boot, and then all my read/write partititons come from several terrabytes of attached zpool. It works excellently, and was very cheap to setup. Performance is fine as you are almost never writing to the flash drive. The only time I notice the slowdown is when doing an installworld or installkernel. -pete.