Mail Archives: opendos/1997/04/17/17:16:34
On 17 Apr 97 at 23:04, Lorier wrote:
> 1k Clusters up to a Terabyte (I think, certainly more than a gig anyway),
> where MS keep kluding FAT :( With ext2 we can show a far more efficient
> FileSystem and show how bloated FAT really is :)
An extent based filer like VSTa uses or, I deduce, NTFS is (it uses
512 byte allocation units) can be more efficient, I think; disk
space is managed like malloc allocates blocks of RAM, in runs of
sectors. Unless it gets really fragmented, this is smaller than having
free-space bitmaps and indirection blocks and all that. And smaller
means faster, no? :-)
(many UNIX filers are quicker at random access since having indirect
index blocks helps the seeking into files business, but are slower
for sequential access, since the index blocks have to be loaded.
FAT is even slower than either of them!)
ABW
--
Alaric B. Williams (alaric AT abwillms DOT demon DOT co DOT uk)
---<## OpenDOS FAQ ##>---
Plain HTML: http://www.delorie.com/opendos/faq/
http://www.deltasoft.com/faq.html
Fancy HTML: http://www.deltasoft.com/faq0000.html
- Raw text -