From owner-freebsd-questions@FreeBSD.ORG Wed Dec 3 12:46:37 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D1AA1065676 for ; Wed, 3 Dec 2008 12:46:37 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 121D88FC0C for ; Wed, 3 Dec 2008 12:46:36 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from baby-jane.lamaiziere.net (246.10.87-79.rev.gaoland.net [79.87.10.246]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 7C3C0633676; Wed, 3 Dec 2008 13:46:35 +0100 (CET) Received: from baby-jane (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 6BC3166DDA9; Wed, 3 Dec 2008 13:46:34 +0100 (CET) Date: Wed, 3 Dec 2008 13:46:33 +0100 From: Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= To: "Don O'Neil" Message-ID: <20081203134633.57adc024@baby-jane> In-Reply-To: References: Organization: /dave/nulle X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-apple-darwin9.3.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Best Journaling File System - ZFS/??? 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: Wed, 03 Dec 2008 12:46:37 -0000 Le Tue, 2 Dec 2008 08:57:58 -0800, "Don O'Neil" a écrit : > With all the discussions of ZFS lately, I'm beginning to wonder if > it's really ready for a production environment. Concerns over memory > utilization, speed, stability, etc... > > So, my question is this... If you were building a brand new 6.3/7.0 > server with decent performance (dual core, 32 Bit OS - because of > known compatibility issues with specific software, 4 GB RAM, etc...) > what file system would you choose? What options are out there besides > UFS and ZFS? What FS's are least likely to have corruption issues > when there are power hits? May be UFS + gjournal. I use gjournal since FreeBSD 7.0 and it seems to work fine. Regards.