Még egy dolog ami az NTFS mellett szól:
A FAT32 fájlrendszerben egy partíció mérete max. 32 GB leget, ez NTFS-ben 2 terabájt
Ez a tény egyre aktuálisabb lehet most, amikor már 200GB feletti vinyók is vannak.
De maradjunk csak egy már általánosan kapható 120-as-nál: minimum 4 partíciót kell csinálni rá, hogy ki tudd használni a teljes méretét. Egy 200-as vinyónál pedig a FAT32 paríciók száma minimálisan 7 db kell, hogy legyen.
Az NTFS sokkal kevésbé érzékeny a töredezettségre, mert az MFT(Master File Table) segítségével még az elszórt több helyen lévő adatokat is voiszonylag gyorsan megtalálja.
Nagyobb meghajtók esetében az NTFS helykihasználása is jobb a kisebb cluster méret miatt.
És angolul egy-két dolog:
Speed
NTFS and FAT32 are very similar in speed, but as the size of the disk increases, the gap widens. NTFS actually stores small files in the Master File Table (MFT), to increase performance. Rather than moving the heads to the beginning of the disk to read the MFT entry, and then to the middle or end of the disk to read the actual file, the heads simply move to the beginning of the disk, and read both at the same time. This can account for a considerable increase in speed when reading lots of small files.
Journaling
NTFS is a journaled file system, meaning that it keeps a journal of all changes made. If you lose power in the middle of writing some data, when the machine comes back up, it can roll back changes, according to its journal. This doesn't necessarily mean that you won't lose any data at all, but it means that if part of the MFT is corrupted, it can be fixed.
If the same thing were to happen to a FAT32 partition, and part of the FAT were corrupted, the partition would be unmountable (unreadable), and you would lose everything on the disk.
"Dilisek ezek a rómaiak...!"