From owner-freebsd-fs@FreeBSD.ORG Fri Mar 21 22:50:42 2008 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 B97091065674 for ; Fri, 21 Mar 2008 22:50:42 +0000 (UTC) (envelope-from engywook@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id 649998FC1C for ; Fri, 21 Mar 2008 22:50:42 +0000 (UTC) (envelope-from engywook@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1966232wxd.7 for ; Fri, 21 Mar 2008 15:50:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=fzMVqD/rrKqrzgAaUJngwES1d01qEGeN6dU1j9qvNDs=; b=kQEIQtPMnN2TRJsw8Z11BR1LpnSNqngsmr67B3FemsG4NSAPRT6YT2dQCLomMFWTN3YTvodP2VDRVq20liJua4XgLG6SxNZh4G0XuDp+wLwyBzm0GI5j6rJ+3z/+e1ZFiAEkgB5SJ5qPNexjxK062ngK7JY2jiiwZWXwOrgBYcE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=dbTdv8PWglVx4WH93KHhURDD3R5m3NAkQ5eabS1ubKAYfE+wj9RaB5YGs6to/Br9vElRkOPOKGTL0XNRHbas7aV7yY/R4cQj4vXYOE/CMKYEme/iYy2j8xt7ow7ud+ANT0+N/Wcuwzm03K/12VqNGwKEJoarbCd6V+fcQM52nW4= Received: by 10.70.50.3 with SMTP id x3mr4562386wxx.72.1206138089274; Fri, 21 Mar 2008 15:21:29 -0700 (PDT) Received: by 10.70.35.20 with HTTP; Fri, 21 Mar 2008 15:21:28 -0700 (PDT) Message-ID: <24adbbc00803211521t26b271e5wc8e3a27f228e29e4@mail.gmail.com> Date: Fri, 21 Mar 2008 23:21:28 +0100 From: "Daniel Andersson" To: freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: A few questions about ZFS 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 Mar 2008 22:50:43 -0000 Hiya! I've been thinking about trying out zfs for a while now. But as it is still kind of experimental I'm not sure if it'll be worth it. I'm currently running FBSD 7.0 i386 but if I go with zfs I'll probably reinstall to amd64. Anyhow, the box acts primarily as a fileserver/fw/router. It has only 1gb ram though, which seems to be the minimum according to things I've read. If rtorrent uses 900+mb ram, and zfs needs 1gb to run properly, what will happen? crash? Even if I got another gb of ram, would it work under heavy writing/reading? I would probably set up a /zfs for it and leave the root, usr, etc partitions to UFS2. http://groups.google.com/group/muc.lists.freebsd.current/browse_thread/thread/436fa863a6be7f24/a245a67bc6423b62?lnk=raot Doesn't seem promising, I rarely hash stuff though. If it starts crashing I would have to. Would I be better of setting up some softraid or vinum? dmesg: http://pastebin.org/24780 Cheers, Daniel Andersson P.S. How do I reply? RE: A few questions about ZFS in the subject?