In general, as your partition size increases, the impact of fixed-size overhead (FAT tables, NTFS metadata) becomes less significant compared to the impact of cluster-overhead (because FAT's clusters can get very large on large partition sizes, but NTFS's don't get as large.)
For something very large, like 1TB, my gut feeling is that the NTFS format will let you store more data, not less.
I have never taken the time to run the analysis for FAT32 vs. NTFS, but back in 1995, I analyzed FAT16 vs. OS/2 HPFS to come to this conclusion. My USENET post with the result may be found here: https://groups.google.com/d/msg/comp.os.os2.misc/zZ84hesFXRE/Kf1c-1qlXcEJ.
Given that FAT32's ancestor is FAT16 (larger FAT tables, but shares the same basic architecture) and NTFS evolved from HPFS, I would expect the conclusion to be the same, even though the details will certainly be different.
2
This KB article may give you some insight: http://support.microsoft.com/kb/314875/en-us
– nixda – 2013-07-17T18:16:27.177