From owner-freebsd-fs@FreeBSD.ORG Mon Nov 21 01:34:05 2011 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 305BF1065673 for ; Mon, 21 Nov 2011 01:34:05 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) by mx1.freebsd.org (Postfix) with ESMTP id 056F88FC0A for ; Mon, 21 Nov 2011 01:34:04 +0000 (UTC) Received: from julian-mac.elischer.org (home-nat.elischer.org [67.100.89.137]) (authenticated bits=0) by vps1.elischer.org (8.14.4/8.14.4) with ESMTP id pAL1Y08F008017 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 20 Nov 2011 17:34:03 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <4EC9AA88.90504@freebsd.org> Date: Sun, 20 Nov 2011 17:34:00 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.24) Gecko/20111103 Thunderbird/3.1.16 MIME-Version: 1.0 To: Ronald Klop References: <4EC0BB84.5080803@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: fs@freebsd.org Subject: Re: ZFS for dummys.... suggestions? 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: Mon, 21 Nov 2011 01:34:05 -0000 On 11/20/11 12:07 PM, Ronald Klop wrote: > On Mon, 14 Nov 2011 07:56:04 +0100, Julian Elischer > wrote: > >> The time has come for me to look at ZFS.. >> Is there a reference that is recommended for a quick overview, that >> doesn't get bogged down in >> the minute details, but gives a good overview? >> >> Preferably using short words, lots of pictures, and written in >> large crayon.. :-) >> > > I don't know if you mean the usage of ZFS or the structure of the > code, but the announcement of ZFS in FreeBSD is a nice overview > about the usage of ZFS. > > ZFS - quick start.: > http://lists.freebsd.org/pipermail/freebsd-current/2007-April/070616.html > > Ronald. > > I'm more looking for a description of the way it works.. In UFS we'd have "This is an inode".. etc.