From owner-freebsd-questions@FreeBSD.ORG Thu May 15 22:09:54 2008 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 7BE771065676 for ; Thu, 15 May 2008 22:09:54 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id 4F9598FC1D for ; Thu, 15 May 2008 22:09:54 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so785534rvf.43 for ; Thu, 15 May 2008 15:09:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=RtIwaOnMCwm88lMSo8kmtghZToaRMwHBf3esvEtTbKs=; b=DVUPasbIXO/zamNQ0G4FTzJlKo7uRsNFMtYo1hEcyw88392ZNQs00DSItuEQUMdKRtsiiosu2P//o8BRXISnj7anuw2kxyP+ZDgjjReXLusbou8LSsN1ej9WXO9SPVWCwZblNmjbm/QZo+OBAw9jq+C+CVqgS2F8gkwI6AWIPEk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=xwtBkL39tCyxQheZuh/CL5QhVYk4ZzGlLNzgN1TfI3GkpA892ApILiniL9iVcjMXOQ5BhI8NBQx3UO+pBgSZH2ik67rRwVEgl5N65GDZmgPkHyDW3IKjv3EP6KZkN8jQ/wGpUoJJBEe6Q/ga8H95/yX3jssnOlIIJNXyQuVLiAo= Received: by 10.141.15.19 with SMTP id s19mr1361323rvi.205.1210887883372; Thu, 15 May 2008 14:44:43 -0700 (PDT) Received: by 10.141.114.5 with HTTP; Thu, 15 May 2008 14:44:43 -0700 (PDT) Message-ID: <54db43990805151444w3bc3e473y161533cdd06ecd2e@mail.gmail.com> Date: Thu, 15 May 2008 17:44:43 -0400 From: "Bob Johnson" To: Onkar In-Reply-To: <6933400d0805150822q31f09c7ah60fd3a0a5e67094d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6933400d0805150822q31f09c7ah60fd3a0a5e67094d@mail.gmail.com> Cc: "freebsd-questions@freebsd.org" Subject: Re: Storage projects 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, 15 May 2008 22:09:54 -0000 Do you want a programming project, or a figure-out-how-to-do-it project? One thing that pops up once in a while is the need for a real-time distributed file server. I.E. two or more fileservers serving the same files from physically separate locations, while keeping the files synchronized in real time. One scenario is a business that has multiple offices and would like to reduce inter-office network traffic by having a synchronized file server at each local office, so read access is to the local file server, and only the (relatively rare) changes need to propagate across the network. Another quite common scenario is a laptop that you want to keep synchronized with your home fileserver regardless of where it happens to be on the Internet. There are assorted partial solutions to this problem, but I don't know of any that are entirely satisfactory for the general case (I admit, I'm not up on the state of the art in this area). For instance, running gmirror with one provider accessed via ggated is good for some situations, but doesn't encrypt the network traffic, and really just gives you one fileserver with real-time off-site backup. CMU's Coda filesystem purports to be a solution to this problem, but has pretty weak documentation (unless that has changed recently) and unknown reliability (setting up Coda on a pair of FreeBSD systems, documenting how to do it, getting some measurement of reliability, and reporting on the results would be a useful project, but if you are looking for a programming project I doubt it qualifies). Lots of people have written papers on related ideas. One collection of links is at http://www.cypherspace.org/links.html . You might get some ideas there. - Bob On 5/15/08, Onkar wrote: > Can anyone please suggest me a good storage(File system ,SCSI/iSCSI stack, > TCP/IP ) project . I have 2 AMD 64 PCs each with 1 GB RAM and 350 GB SATA > HDD, > > regards, > Onkar > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >