|
What is the maximum NTFS volume size supported on a GPT disk?
This depends on the cluster size that is selected at the time of formatting. NTFS is currently limited to 2^32-1 allocation units. This yields a 256TB volume, using 64k clusters. However, this has only been tested to 17TB, or 17,592,186,044,416 bytes, using 4K cluster size. The following chart shows the NTFS limits based on cluster size:
|
Cluster size |
Maximum NTFS Volume Size (bytes RAW) |
|
512 |
2,199,023,255,552 (2TB) |
|
1,024 |
4,398,046,511,104 (4TB) |
|
2,048 |
8,796,093,022,208 (8TB) |
|
4,096 |
17,592,186,044,416 (17TB) |
|
8,192 |
35,184,372,088,832 (35TB) |
|
16,384 |
70,368,744,177,664 (70TB) |
|
32,768 |
140,737,488,355,328 (140TB) |
|
65,536 |
281,474,976,710,656 (281TB) |
|
[해당문서]
Frequently asked questions about the GUID Partitioning Table disk architecture
http://support.microsoft.com/kb/302873/en-us |
| |