Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

The size of a FAT32 partition cannot be changed without activities associated with reformatting the disk. Explain why this is so.

share|improve this question
what tool are you trying to use that indicates you need to reformat the disk? – quack quixote Dec 7 '09 at 19:54
oh, and what kind of disk? standard hard-drive, or USB stick/memory card? – quack quixote Dec 7 '09 at 19:55

3 Answers

The size of a partition on a FAT 32 disk cannot be changed without activities associated with reformatting the disk.

says who?

of course you can expand FAT32 partitions without 'reformatting' or data loss (e.g. with EASEUS Partition Master)

however, it is recommended to backup the drive before tampering with partition tables.

EASEUS Partition Master Home is freeware.

share|improve this answer
I recommend EASEUS Partition Master too. – Gepard Dec 7 '09 at 21:42

I didn't see a FAT32 partition in a while, though I do remember the underlying format. Anyway, are you certain that tools like gParted and Partition Magic cannot resize it?

share|improve this answer

False premise. Microsoft Windows for a long time provided no tool to resize partitions, and apparently the Disk Management tool from Windows 7 only supported NTFS. However, it is possible using 3rd-party tools such as GParted. Here's an example of how you would shrink a FAT32 partition:

GParted shrinking a FAT32 partition

A common method to do this is to boot off of a Linux live CD and run a resizing program. GParted provides a small live CD to do this. For more detailed instructions, see Ubuntu's guide.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.