From owner-freebsd-stable@FreeBSD.ORG Tue Feb 9 02:28:34 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D4851065692 for ; Tue, 9 Feb 2010 02:28:34 +0000 (UTC) (envelope-from diizzyy@gmail.com) Received: from mail-fx0-f224.google.com (mail-fx0-f224.google.com [209.85.220.224]) by mx1.freebsd.org (Postfix) with ESMTP id 369BF8FC1A for ; Tue, 9 Feb 2010 02:28:33 +0000 (UTC) Received: by fxm24 with SMTP id 24so279750fxm.3 for ; Mon, 08 Feb 2010 18:28:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Tpn8e8VS2wxjA8FMirSgLCixv5MirVZ9APWiefTRQ48=; b=FHWtZbJvJRUSOIg3EC0kn1C9qPY19RRKQSqi3Jy4iE1ts+F0iO3P8vyY+AKXFFgxFX xbCWHwMSnlmRH9XnEHNDQ8qVRXaB9/8+jsjYByKxWmVeGM1WiMLasYYc0Szdwq8yULXN uSK8SVTWa5JNSTnEPPWrcwiNAOV8+FqX4s+a4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=UGrAdG1a1B0IkaKp+j12WthGL8XZu2FzvB0+sBtEQB8faeG2GoLftC28LXTNxPE0T7 doOZZRVQLB59OShjiUh3pXMGigCmNBb2qJ9hp6gdYHE2v4h5nQA7cUdH8/WT9OVqiYTd HvRg2pIFcNBFmJNHIZEJEd78oIqWsA1uBrpzE= MIME-Version: 1.0 Received: by 10.223.15.23 with SMTP id i23mr4640763faa.53.1265680621267; Mon, 08 Feb 2010 17:57:01 -0800 (PST) Date: Tue, 9 Feb 2010 02:57:01 +0100 Message-ID: From: Daniel Engberg To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: hardware for home use large storage X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2010 02:28:34 -0000 While I'm not a heavy FreeBSD user I can offer you some advice on hardware at least based on my own experience. If you want things to work as good as possible go with Intel chipset and LAN. AMD chipsets works (mostly) but you'll have worse performance and you wont get an Intel NIC which performs much better than Realtek or Attansic. which you usually find on AMD motherboards. A general tip is to go for business chipsets as Intel like to call them, Q35 (I have a few of those and they work very good), Q45 and Q57. By doing so you can be sure to get Intel NIC and they aren't much more expensive than your average motherboard and also usually carries some kind of remote management. Having in mind that FreeBSD may/may not support the newest hardware around I'd guess that Q57 needs -CURRENT for now but I would highly recommend it as Socket 775 is slowly dying. ASUS P7Q57-M DO looks like a very nice board if you want "bleeding edge" have in mind though as time of writing support for NIC doesn't seem to be in FreeBSD but I guess its a short matter of time (82578DM). Pair it with the slowest Core i3 CPU you can find and you have a very nice solution. If you step up to i5 you get hardware encryption =) If you want legacy Intel DQ45CB should be a pretty nice choice with supported LAN out of the box. Intel Pentium E6300 should be more than enough for storage. Both MSI and Gigabyte also makes Q-chipsets motherboards but they don't seem to widely available in the US and their boards should be fine too. Since you want to have more than 5 HDDs you need a controller card of some sort, in that case I would recommend you to have a look at the Supermicro ones mentioned in the post. http://forums.freebsd.org/showpost.php?p=59735&postcount=5 UIO is just a backwards PCIe slot so turning it around till make it fit although you mean need to secure it somehow. They may be a bit hard to find but you can find a few sellers on eBay too. What I don't know is how the motherboards will react if you pop one in which you need to do some research on. As for memory you'll need at least 2Gb but 4Gb is highly recommended if you're going to use ZFS. Just make sure the sticks follows JEDEC standards and you'll be fine (Corsair Value Select series or stock Crucial are fine). //Daniel