From owner-freebsd-fs@FreeBSD.ORG Wed Sep 27 17:12:18 2006 Return-Path: X-Original-To: freebsd-fs@FreeBSD.ORG Delivered-To: freebsd-fs@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 214D316A4CA for ; Wed, 27 Sep 2006 17:12:18 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (noop.in-addr.com [208.58.23.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED0243D46 for ; Wed, 27 Sep 2006 17:11:55 +0000 (GMT) (envelope-from gpalmer@freebsd.org) Received: from gjp by noop.in-addr.com with local (Exim 4.54 (FreeBSD)) id 1GScws-000MNc-Un for freebsd-fs@FreeBSD.ORG; Wed, 27 Sep 2006 13:11:54 -0400 Date: Wed, 27 Sep 2006 13:11:54 -0400 From: Gary Palmer To: freebsd-fs@FreeBSD.ORG Message-ID: <20060927171154.GA60529@in-addr.com> Mail-Followup-To: freebsd-fs@FreeBSD.ORG References: <347fc4490609270526k4ca31a00nc00d82c7d1d279d4@mail.gmail.com> <200609271307.k8RD7G01016290@lurza.secnetix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609271307.k8RD7G01016290@lurza.secnetix.de> Cc: Subject: Re: Hi: Porting Cramfs on FreeBSD X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2006 17:12:18 -0000 On Wed, Sep 27, 2006 at 03:07:16PM +0200, Oliver Fromme wrote: > krishnamurthy holla wrote: > > I want to port cramfs to freebsd-6.1 ; can anybody give me > > some tips about how to port.. > > I think porting cramfs is not a good idea. It's GPL'ed, > doesn't fully support POSIX semantics, and has severe > limitations (16 MB maximum file size, 256 MB maximum file > system size). > > It is probably better to design a new file system from > scratch (and make it BSD-licensed). For running on a flash card, I'm not sure those limits are unreasonable. Also, if you do a implementation from the public data in the headers, is that code also under GPL?