From owner-freebsd-questions@FreeBSD.ORG Thu Sep 17 12:14:45 2009 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 697A0106566B for ; Thu, 17 Sep 2009 12:14:45 +0000 (UTC) (envelope-from amsibamsi@gmail.com) Received: from mail-ew0-f208.google.com (mail-ew0-f208.google.com [209.85.219.208]) by mx1.freebsd.org (Postfix) with ESMTP id F12E38FC13 for ; Thu, 17 Sep 2009 12:14:44 +0000 (UTC) Received: by ewy4 with SMTP id 4so340068ewy.36 for ; Thu, 17 Sep 2009 05:14:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:x-mailer:mime-version :subject:date; bh=VOskg80Up1DFSUAuJslkb8yZxBz0x/2S9LyfNJWYmro=; b=L1KoghnysPRXpxY72xUzruCUvPNGm1L5D2i5x9EZk3fIhCJTOXhwFP27rXQjqtiyFd SoO8+24FBXqf1RXfvPkqvQxNpImcnV6o9z93HTGptxFgsnu9e7VHdxmu2eBLpi14hWqX Kk62EKcqQN00W5cvU6IMjmtymjqilWc0fqaj0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date; b=v4xm5sq2yLFftnXiJRrvOrkKOt0xI7YgL+1X0Wi9Mp7PXI9WPLr5RaxWEDVw/AQy06 wvQJw0VEkvW4XbVlwWE/cs8SwrvBGCIyI9b3lPIecrqkk8Q8UUG17spPrh3Z1WR++jgH ZgVS0vvir8fS09bqwbRl5MXDsjlG+BuTcVmLM= Received: by 10.211.158.15 with SMTP id k15mr503627ebo.25.1253187888453; Thu, 17 Sep 2009 04:44:48 -0700 (PDT) Received: from ?10.122.78.149? (gprs13.swisscom-mobile.ch [193.247.250.13]) by mx.google.com with ESMTPS id 10sm1579232eyz.34.2009.09.17.04.44.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 17 Sep 2009 04:44:47 -0700 (PDT) Message-Id: <7E2DB08A-9E11-47D7-904D-9F3D8490868E@gmail.com> From: Anselm Strauss To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (7C144) Mime-Version: 1.0 (iPhone Mail 7C144) Date: Thu, 17 Sep 2009 13:44:20 +0200 Subject: ZFS on small systems 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: Thu, 17 Sep 2009 12:14:45 -0000 Hi, I'm interested in using ZFS on one of my small systems with 256 MB of RAM and 4 GB flash disk. Since ZFS is now considered production ready on FreeBSD I would like to use it as root filesystem and profit mainly from the cool snapshot features for easy backups. I found multiple recommendations to run ZFS only on systems with enough resources. But is this only a requirement if you want good performance or also for ZFS to function properly at all? Thanks for any thoughts on that. Anselm