Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 02:18:55 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Tomas Pluskal <plusik@pohoda.cz>
Cc:        Terry Lambert <tlambert2@mindspring.com>, <freebsd-fs@FreeBSD.ORG>
Subject:   Re: seeking help to rewrite the msdos filesystem
Message-ID:  <20021114020947.O6495-100000@gamplex.bde.org>
In-Reply-To: <Pine.LNX.4.30L2.0211131438470.21547-100000@pohoda.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021114020947.O6495-100000>