Penguin

Differences between current version and previous revision of FAT32.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 7 Last edited on Thursday, July 13, 2006 1:37:04 pm by CraigBox
Older page: version 6 Last edited on Monday, May 15, 2006 12:37:48 pm by CraigBox Revert
@@ -2,8 +2,10 @@
  
 [FAT32] uses a fixed DiskCluster size of 4Kb. Since it can address 2^32 clusters, this is sufficient for 16TB of storage. 
  
 Windows does not let you format a disc of 32GB or greater with FAT32, as an attempt to push everyone to using [NTFS]. It can, however address large discs fine. There is, however, [fat32format, an OSS utility for formatting large FAT32 partitions|http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm]. Linux can format FAT32 partitions of any size, with no problem. 
+  
+* [Maximum file sizes for Windows file system types|http://www.windowsitpro.com/Articles/Index.cfm?ArticleID=27253&DisplayTab=Article]  
  
 ---- 
 CategoryFileSystem%%% 
 CategoryMicrosoftFileSystem