From owner-freebsd-questions@FreeBSD.ORG Wed Dec 3 13:58:09 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 109551065675 for ; Wed, 3 Dec 2008 13:58:09 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 45E078FC1C for ; Wed, 3 Dec 2008 13:58:07 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id mB3DvwGF047208; Wed, 3 Dec 2008 14:57:58 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id mB3DvwHX047205; Wed, 3 Dec 2008 14:57:58 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 3 Dec 2008 14:57:58 +0100 (CET) From: Wojciech Puchar To: Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= In-Reply-To: <20081203134633.57adc024@baby-jane> Message-ID: <20081203145731.U47196@wojtek.tensor.gdynia.pl> References: <20081203134633.57adc024@baby-jane> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Don O'Neil , 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 13:58:09 -0000 >> 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. is it really smart enough to not write everything twice or am i wrong?