From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 23:02:43 2007 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 BC8A816A418 for ; Sat, 6 Oct 2007 23:02:43 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 08BE213C447 for ; Sat, 6 Oct 2007 23:02:39 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l96N2VcC047959; Sun, 7 Oct 2007 01:02:31 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l96N2U6B047956; Sun, 7 Oct 2007 01:02:30 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 7 Oct 2007 01:02:30 +0200 (CEST) From: Wojciech Puchar To: "Don O'Neil" In-Reply-To: <00a201c8085b$f23b0720$0800020a@mickey> Message-ID: <20071007010055.T47947@wojtek.tensor.gdynia.pl> References: <00a201c8085b$f23b0720$0800020a@mickey> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Building a SAN using FreeBSD 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: Sat, 06 Oct 2007 23:02:43 -0000 > Anyone have any resources for building a FreeBSD based SAN device? IE, how > can I create an extendable file system using networked drives in muliple > boxes without paying a billion dollars for someones expensive drive arrays. it depends what you mean SAN. if you define it buy usability, then simply use IP with gigabit ethernet and commonly available switches, and use nfs and ggate to share files or volumes. or define it as something like fibre-channel or iSCSI, spend huge amount of money and get (almost) the same :)