I am using Windows XP now. Is there any way to convert a NTFS partition to FAT32 safely? A simple solution that doesn't involve backing everything up would be better.
migrated from serverfault.com Oct 9 '10 at 16:48
|
Here's my answer - don't do this at all, seriously, forget about it. If you had to I'd be tempted to just copy/backup-restore the data from one drive to another rather than risk all my data to a needless conversion. Either way don't do it. |
|||||||||||||
|
|
I'll get my harping on done first: no filesystem-wide operation like that should be performed without some reliable form of backup. Really. Seriously. How annoyed would you be if something went wrong and all that data was lost? There is no way that I am aware of to convert from NTFS to FAT32 (or anything else for that matter) directly inplace. If the reason you want an inplace conversion is that you do not have another device with enough free space to copy the data onto then there is a way of converting in-place less directly but it is long winded:
I wouldn't actually recommend this though for a number of reasons:
|
||||
|
|
|
Generally, this doesn't work, because FAT32 has a lower limit on file size and overall filesystem size. |
|||
|
|
|
Partition Magic 8 and later can apparently do it, though I've never tried. Regardless I would suggest that doing this without a full (tested) backup is foolhardy, any time you're changing the file system there's always a risk you'll end up losing everything. If your power fails during the conversion you've lost everything, if the computer crashes you've lost everything, etc. |
|||
|
|
|
Microsoft CONVERT utility is a one way trip. You could backup your data and restore on a FAT32 partitition or create a FAR32 partition and XCOPY/ROBOCOPY the files. The good old Partition Magic did the NTFS->FAT conversion. |
|||||
|