Q: How Big is "Big"?
Hello, was wondering if anybody could confirm if NT has a maximum file size. If so, what is it? I have had various explanations on this and was hoping to get a definitive response. Any help, greatly appreciated.
Reuben Dunn
A: Well Reuben, it depends on the version of Windows NT (whether it supports HPFS or not) and which file system you're talking about.
FAT and HPFS both have internal limits of 4 GB due to the fact that they use 32-bit fields to store file sizes. NTFS uses 64-bit fields for all sizes, permitting its data structures to handle volumes up to 2^64 bytes (16 exabytes or 18,446,744,073,709,551,616 bytes)—minus a little overhead. 16 exabytes is really, really huge.
This value is the theoretical limit for the NTFS file system. Practical limits having to do with the maximum allowable partition size described above limit the size of an NTFS partition to approximately 2 terabytes. Because the 32-bit fields of the partition table refer to the number of sectors in the partition, disks with larger sector sizes translate into larger permissible partition sizes. Currently Windows NT supports sector sizes up to 4 Kilobytes. With 4KB sectors, Windows NT can support a 16 terabyte partition. As new hardware or software schemes become available, NTFS will be able to handle substantially larger volume sizes.
It might be interesting to think about just how big even one exabyte is. One exabyte is 1 billion gigabytes. Let's say you need 1 exabyte of storage and decide to purchase 25 GB hard drives. In order to have one exabyte of storage, you would need almost 43,000,000 of these 25 GB drives. At about $US200 for the drives (with volume discount, tax not included), this works out to just over US$ 8.5 billion. That doesn't include the controller cards or chassis to hold these drives. I don't want to think about how long it would take to format the drives.
As long as we're straying from the subject, there's an interesting article from Michael Lesk (Division Director, Information and Intelligent Systems, National Science Foundation) titled, How Much Information is there in the World?, which can be found at
The article's a couple of years old, but offers an interesting view of the near future.