Date: Thu, 28 Aug 2008 13:33:35 +0200 (CEST) From: Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl> To: Fred C <fred@bsdhost.net> Cc: freebsd-questions@freebsd.org, prad <prad@towardsfreedom.com> Subject: Re: defrag Message-ID: <20080828132305.O64545@wojtek.tensor.gdynia.pl> In-Reply-To: <6C9E353A-3008-4E28-910C-212DBB9F6E28@bsdhost.net> References: <20080827172946.5a1d4103@gom.home> <6C9E353A-3008-4E28-910C-212DBB9F6E28@bsdhost.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> Maybe it is because FAT filesystem wasn't well designed from the beginning > and defrag was a workaround to solve performances problems. as everything else microsoft did it wasn't designed but stoled, possibly slightly changed. FAT is similar (mostly the same) as CP/M filesystem. CP/M was single-user and was used on floppies up to 360kB AFAIK, small enough to be able to keep most metadata in memory, even for small hard disks FAT was stupid. The only "innovation" of Micro$oft was subdirs ;) FAT does NOTHING to prevent fragmentation, simply gets the first block availble when needed. NTFS is a theft of OS/2 HPFS. they didn't even bothered to use other partition ID :), but they managed to f..k^H^H^H^Hextend it's functionality, so it's actually even slower than FAT, and too - does nothing to prevent fragmentation. This is normal, as Microsoft make a problems to be able to "fix" it (creating 3 times more others) in new releases, so idiots continue to buy new versions of windoze and new hardware, just to do as simple task as writing a few-paged document or view a webpage
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080828132305.O64545>