In order to convert a FAT32 drive to NTFS all you need to do is simply open up a command window and type in the following
CONVERT C: /fs:ntfs
Found that little trick here. The conversion will not cause any data loss and your files will remain intact according to the site. Of course a backup of your data is highly recommended before doing this!!
Remember Me