Manip wrote:
 | Rossj wrote:Haha not at all. I think we are merely suggesting that FAT* is weak in comparison to most other file systems. |
Well I
think you have no clue what your talking about.. NTFS and its Linux
counterparts are optimized and designed to handle large file volumes
and on anything smaller than 3Gb you simply shouldn't be using it. All
putting NTFS on a small device would do is eat up space and make the
device slower.
When we the last time you saw a 3Gb drive in a new computer? I
also never suggested that you should put NTFS on a small device, in
fact I don't believe I mentioned any particular storage medium at all.
I just mentioned that FAT is weak. There's no need to get
narky and accuse me of not knowing what I am talking about - for all
you know I could have worked on a version of DOS (I didn't but YOU
don't know that - yeah sure you might have as well - but I would have
expected a little more info from a DOS developer.).
Here's why I think it is weak (Microsoft obviously do as well otherwise they would not have deprecated it for the desktop):
- No per-user permissions.
- 8.3 filenames.
- Directory structure hacked in FAT16 because FAT12 only let you save things in the root.
- Single error in the F.A.T. can blow the whole thing up (and No,
the backup didn't help - it's just another fragile entity waiting to
break).
- The FAT was stored at the start of the disk, and the data was
potentially at the other end of the disk, means you *have* to rely on
caching (give the closeness of entried in the FAT I suppose this is an
advantage - easily cacheable).
- Using a first fit algorithm for insertion generates
high-fragmentatation which leads to the need for defrag-ing more
frequently than other FS'.
Manip wrote:
Anyway FAT is better at recovering from
series hard disk damage unlike NTFS which can recover well from small
problems only.
[/quote]
Assuming that the serious hard disk failure didn't zap the file table
and the backups you mean? I can't believe you are arguing with
Microsoft over this - it's they that dumped FAT on the desktop.
Why do you feel so compelled to defend FAT file systems, when asked for better file systems I gave a list ...