From owner-freebsd-fs Wed Nov 13 7: 6:44 2002 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 19D1037B401 for ; Wed, 13 Nov 2002 07:06:44 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id A403743E75 for ; Wed, 13 Nov 2002 07:06:42 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id CAA06002; Thu, 14 Nov 2002 02:06:24 +1100 Date: Thu, 14 Nov 2002 02:18:55 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Tomas Pluskal Cc: Terry Lambert , Subject: Re: seeking help to rewrite the msdos filesystem In-Reply-To: Message-ID: <20021114020947.O6495-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 13 Nov 2002, Tomas Pluskal wrote: > > ... Clustering increases the > > effective block size to 64K, which is large enough for most purposes, > > but mdosfs is missing the few lines of code needed to implement > > clustering... > > Could you please write a liitle more about those "missing few > lines of code" ? I think it is what I could do and what would help when > using ZIP drives and digital cameras etc.. "grep -i cluster *.c" in code for other file systems. cd9660 is simplest -- it just has one cluster_read() instead of a bread(). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message