From owner-freebsd-questions@FreeBSD.ORG Mon Jul 14 00:40:29 2014 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 5F2B5A2F for ; Mon, 14 Jul 2014 00:40:29 +0000 (UTC) Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2lp0209.outbound.protection.outlook.com [207.46.163.209]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1380C2834 for ; Mon, 14 Jul 2014 00:40:28 +0000 (UTC) Received: from [IPv6:2601:2:4780:2fd:f50f:2579:fc6c:3208] (2601:2:4780:2fd:f50f:2579:fc6c:3208) by SN2PR03MB032.namprd03.prod.outlook.com (10.255.175.42) with Microsoft SMTP Server (TLS) id 15.0.990.7; Mon, 14 Jul 2014 00:40:19 +0000 Message-ID: <53C326EE.1030405@my.hennepintech.edu> Date: Sun, 13 Jul 2014 19:40:14 -0500 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Subject: Re: deciding UFS vs ZFS References: <20140713190308.GA9678@bewilderbeast.blackhelicopters.org> <20140714071443.42f615c5@X220.alogt.com> In-Reply-To: <20140714071443.42f615c5@X220.alogt.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [2601:2:4780:2fd:f50f:2579:fc6c:3208] X-ClientProxiedBy: BY2PR03CA045.namprd03.prod.outlook.com (10.141.249.18) To SN2PR03MB032.namprd03.prod.outlook.com (10.255.175.42) X-Microsoft-Antispam: BCL:0;PCL:0;RULEID: X-Forefront-PRVS: 02723F29C4 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(6009001)(189002)(199002)(51704005)(24454002)(95666004)(77096002)(42186005)(50466002)(106356001)(105586002)(79102001)(46102001)(85306003)(59896001)(81542001)(65806001)(77982001)(80022001)(81342001)(65956001)(83506001)(23676002)(21056001)(20776003)(64706001)(47776003)(86362001)(88552001)(33656002)(89122001)(4396001)(107046002)(107886001)(2351001)(75432001)(558084003)(92726001)(87976001)(99396002)(85852003)(110136001)(76482001)(83322001)(50986999)(83072002)(74662001)(76176999)(74502001)(102836001)(87266999)(92566001)(54356999)(31966008)(101416001)(3826002); DIR:OUT; SFP:; SCL:1; SRVR:SN2PR03MB032; H:[IPv6:2601:2:4780:2fd:f50f:2579:fc6c:3208]; FPR:; MLV:sfv; PTR:InfoNoRecords; MX:1; LANG:en; X-OriginatorOrg: my.hennepintech.edu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2014 00:40:29 -0000 On 2014.07.13 18:14, Erich Dollansky wrote: > Hi, > > use UFS as long as you are working with a single disk and ZFS the > moment you have more than one disk. Checksumming and the COW features make ZFS quite attractive for single-device pools as well.