I wonder if the FATX structured in the same way as the FAT32...
Reading the information at the following link:
Windows XP Professional File Systems Overview...gives me the information that the FAT32 (FATX?) uses the following cluster size convention:
FAT32 file system cluster sizes
===============================
Partition Size ----------------- Cluster Size
0M to less than 260MB ----- 0.5k (512 bytes)
260MB through 8GB -------- 4k (4,096 bytes
8GB through 16GB ---------- 8k (8,192 bytes)
16GB through 32GB -------- 16k (16,384 bytes)
32GB through 2TB ---------- 32k (32,768 bytes)
===============================
If there isn't a cluster redesign in the FATX, a 32k cluster size would therefore be able to handle upp to 2 TB disks. But why are partitions over 512 GB, using 32k cluster size, getting corrupted then?
This post has been edited by Milleman: Nov 26 2008, 05:46 AM