From owner-freebsd-questions@FreeBSD.ORG Sat Sep 8 13:24:31 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 405B916A41A for ; Sat, 8 Sep 2007 13:24:31 +0000 (UTC) (envelope-from walsimou@walsimou.com) Received: from dns.walsimou.com (walscop001.walsimou.com [82.228.201.70]) by mx1.freebsd.org (Postfix) with ESMTP id B196B13C480 for ; Sat, 8 Sep 2007 13:24:30 +0000 (UTC) (envelope-from walsimou@walsimou.com) Received: from localhost (localhost [127.0.0.1]) (uid 80) by dns.walsimou.com with local; Sat, 08 Sep 2007 15:24:29 +0200 id 00033DF0.0000000046E2A28D.0001080A To: amin.scg@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Date: Sat, 8 Sep 2007 15:24:29 +0200 From: walsimou@walsimou.com In-Reply-To: <46e2a060.24bc720a.2b0f.ffffb7ba@mx.google.com> References: <46e2a060.24bc720a.2b0f.ffffb7ba@mx.google.com> Message-ID: <86feaf7075c9f834b2e28d4611c4dbe8@walsimou.com> X-Sender: walsimou@walsimou.com User-Agent: WALSIMOU.COM RoundCube Webmail/0.1-rc1 X-Mime-Autoconverted: from 8bit to 7bit by courier 0.56 Cc: freebsd-questions@freebsd.org Subject: Re: Clustering harddisk- Is this possiblem? 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, 08 Sep 2007 13:24:31 -0000 On Sat, 8 Sep 2007 21:15:08 +0800, "Aminuddin" wrote: > Hi, > I have 5 remote servers and each has about 400GB of HDD and another 2 > servers running fedora. Is it possible for me to bind all the BSD boxes > HDD > to the fedora boxes? > > That means all data that's being downloaded to the fedora boxes is > actually > being stored in the FreeBSD boxes, transparent to the users. > > What software do I need to install to enable this, if this is possible? > > thanks > May be by using NFS http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nfs.html Regards