Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752880AbWLOQst (ORCPT ); Fri, 15 Dec 2006 11:48:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752863AbWLOQst (ORCPT ); Fri, 15 Dec 2006 11:48:49 -0500 Received: from sbcs.cs.sunysb.edu ([130.245.1.15]:56085 "EHLO sbcs.cs.sunysb.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752749AbWLOQss (ORCPT ); Fri, 15 Dec 2006 11:48:48 -0500 Date: Fri, 15 Dec 2006 11:48:40 -0500 (EST) From: Nikolai Joukov X-X-Sender: kolya@compserv1 To: Charles Manning cc: Al Boldi , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org Subject: Re: [ANNOUNCE] RAIF: Redundant Array of Independent Filesystems In-Reply-To: <200612151030.31846.manningc2@actrix.gen.nz> Message-ID: References: <200612132257.24399.a1426z@gawab.com> <200612151030.31846.manningc2@actrix.gen.nz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1402 Lines: 31 > On Friday 15 December 2006 10:01, Nikolai Joukov wrote: > > > Nikolai Joukov wrote: > > > > We have designed a new stackable file system that we called RAIF: > > > > Redundant Array of Independent Filesystems. > > > > > > Great! > > Yes, definitely... > > I see the major benefit being in the mobile, industrial and embedded systems > arena. Perhaps this might come as a suprise to people, but a very large and > ever growing number (perhaps even most) Linux devices don't use block devices > for storage. Instead they use flash file systems or nfs, niether of which use > local block devices. > > It looks like RAIF gives a way to provide redundancy etc on these devices. Good point! Also, RAIF can store different file types differently. Therefore, it is possible to mount RAIF over file systems with lots of storage space and a flash file system (with usually less space). In this case, RAIF can be configured to use flash to keep replicas of the most important data only. And yes, thanks to the stackable nature of RAIF no explicit flash support is required. RAIF can reuse existing file systems designed for flash media (e.g., JFFS2). Nikolai. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/