From owner-freebsd-questions@freebsd.org Fri Jul 10 01:41:32 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27F143845 for ; Fri, 10 Jul 2015 01:41:32 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from douhisi.pair.com (douhisi.pair.com [209.68.5.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06B841B41 for ; Fri, 10 Jul 2015 01:41:31 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from [10.2.2.1] (pool-173-48-121-235.bstnma.fios.verizon.net [173.48.121.235]) by douhisi.pair.com (Postfix) with ESMTPSA id 5C3E63F6D4; Thu, 9 Jul 2015 21:41:29 -0400 (EDT) Message-ID: <559F22C8.70903@sneakertech.com> Date: Thu, 09 Jul 2015 21:41:28 -0400 From: Quartz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Mario Lobo CC: freebsd-questions@freebsd.org Subject: Re: Gmirror/graid or hardware raid? References: <917A821C-02F8-4F96-88DA-071E3431C335@mac.com> <7F08761C-556E-4147-95DB-E84B4E5179A5@kraus-haus.org> <0B66BF03-53F6-4CDD-8530-6CFFA89D04EE@mac.com> <20150709205616.0f20889d@Papi> In-Reply-To: <20150709205616.0f20889d@Papi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2015 01:41:32 -0000 > Being a ufs-only guy for as long as I can remember, and only used > gmirror, I really have to dig in the ZFS terminology to better > understand what you guys are talking about. FWIW, there was a list of videos just posted to freebsd-fs a couple days ago. If you decide to jump into ZFS, after you have a handle on all the basics it might be worth watching these two videos: An Introduction to the Implementation of ZFS (part 1 of 2): http://www.youtube.com/watch?v=UP_JfUUmDZo An Introduction to the Implementation of ZFS (part 2 of 2): http://www.youtube.com/watch?v=l-RCLgLxuSc ... they describe how ZFS works under the hood and it might help you understand the why and how of ZFS' more complex parts.