From owner-freebsd-fs@FreeBSD.ORG Fri Dec 21 20:27:36 2007 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 512CE16A417 for ; Fri, 21 Dec 2007 20:27:36 +0000 (UTC) (envelope-from jklimek@gmail.com) Received: from hs-out-2122.google.com (hs-out-0708.google.com [64.233.178.241]) by mx1.freebsd.org (Postfix) with ESMTP id EE5E413C457 for ; Fri, 21 Dec 2007 20:27:35 +0000 (UTC) (envelope-from jklimek@gmail.com) Received: by hs-out-2122.google.com with SMTP id j58so446560hsj.11 for ; Fri, 21 Dec 2007 12:27:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=fegCvTuJ71Qi5hlxBd6ouT53ZpuF/+n4MdE8oxo+3gQ=; b=fhZdnNPlUx7LpG7ckvF5BCWNfW8jv8P2gFeZdKykTo9W4FhDp5RQ8teyjnzxk65H4LXeb3B9AonB/6HvOqlvsz5/i+wNrXTO5b8eYc4y0tHUuNMWj3yGVHoknHlt5ssV07El9t+fA7OMLLnD8hvBYDG2QnPmHBoFO+GrtJr4m/A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=xs+glVtYvyn921Krm6dYBFM37fKLPi2RUOC71xSxu/xtttAtOf3nZk9rRebnNQhcFDOnVAJzg86BFST+3iEzEGez+2TTyd4inOPp5+OQ0BQeMzrrFN9tvkgPUSmr/6kOOKzPXl93otSfXFpTVNdvSB4MDKqH551LevGD/1oGNXI= Received: by 10.142.237.20 with SMTP id k20mr894068wfh.174.1198267286027; Fri, 21 Dec 2007 12:01:26 -0800 (PST) Received: by 10.142.254.3 with HTTP; Fri, 21 Dec 2007 12:01:25 -0800 (PST) Message-ID: Date: Fri, 21 Dec 2007 15:01:25 -0500 From: "John Klimek" To: freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: How safe is ZFS to use for a home user? 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: Fri, 21 Dec 2007 20:27:36 -0000 I'm looking to setup a file server using RAID 5 (or the equivilant RAID-Z) and I'm interested in using ZFS. It looks like my primary options are Solaris or FreeBSD and since I'm beginning to really dislike Solaris I'm leaning towards using FreeBSD however I've heard that there are some issues with ZFS on FreeBSD specifically regarding some "kmap_mem" or something like that. Can anybody tell me if ZFS is safe to use for home users? I'm just looking to setup RAID-Z with 3x 300 GB and another pool for 1x80GB (I guess). Thanks for any help!