Aside: On very large drives (which is about any drive these days from FAT32's point of view), FAT32's cluster size gets to be ridiculously large, causing the filesystem to be highly inefficient with space usage when storing a lot of little files. NTFS is a lot better in this regard. Hence if you're storing very large files, the large cluster size doesn't matter, but if you're storing very many small files, you'll be wasting a lot of diskspace by using FAT32, and you should rather go for NTFS in that case.