NTFS or FAT32

Associate
Joined
25 Jan 2007
Posts
72
Could somebody please tell me the difference between FAT32 and NTFS formats? My computer's HD is partitioned with the 2/3 of the total space being NTFS and the rest, FAT32. Is there a good reason for this? Cheers.
 
FAT(32)
NTFS

The only reason for using FAT32 is to allow an OS which can't read NTFS (Win9x, MacOS, Linux(?) ) access the disk. This is only valid if the drive is directly attached to the machine using that OS - if the drive is shared over the LAN then the filesystem is irrelevant.
 
Thanks for that. That makes sense as I have both XP and Linux installed. I assume that XP is happy with both types (I can certainly read and write with XP to both drives anyway). Cheers.
 
FAT32 is old hat and cant handle bigger files, also not as stable as NTFS.

" The maximum possible file size for a FAT32 volume is 4 GB minus 1 byte (232-1 bytes) "
 
FAT32 slows down too, once it starts filling up. Unless you need to access the files across multiple operating systems, use NTFS. And if you do have several computers (Linux, Microsoft and Apple) have a NAS or a file server as that's indepedant of the OS on your computer.
 
Aside: On very large drives (which is about any drive these days from FAT32's point of view), FAT32's cluster size gets to be ridiculously large, causing the filesystem to be highly inefficient with space usage when storing a lot of little files. NTFS is a lot better in this regard. Hence if you're storing very large files, the large cluster size doesn't matter, but if you're storing very many small files, you'll be wasting a lot of diskspace by using FAT32, and you should rather go for NTFS in that case.
 
Yeah, he was talking about the maximum size a file on the filesystem may have, not the maximum size the partition may have.

Correct m8.

" In Windows XP, the maximum partition size that can be created using FAT32 is 32GB. This increases to 16TB (terabytes) using NTFS"

There is a workaround to the above though.

I bought my 1st PC in 2001 from Evesham (total nightmare from day 1) and it has Win ME on 1 big 60GB Partition/HDD now I know why it was so unstable esp with Win ME lol.
 
Last edited:
The only reason for using FAT32 is to allow an OS which can't read NTFS (Win9x, MacOS, Linux(?) )

Mac OS X can read NTFS partitions out of the box (I think from 10.3, but certainly 10.4 and 10.5), but to be able to write to them you need install MacFUSE, which is a Mac implementation of FUSE.
 
God I would hate to go back to win98/winme, You had to reboot after a few hours cos the OS would get so slow, and win98/winme crashed loads too
 
Back
Top Bottom