Question:How to easily convert fat32 local disk to ntfs? ?? ??(2 answers) ?? ???Closed 3 years ago. ?
I have a FAT32 partition in windows server 2008 machine. How can I convert the partition to NTFS without formatting? ?
My intention is to resize the partition and add some more space to my primary installation drive ?
P.S. Partition magic exits with errors on server 2008.
Answer: Try this in the command line
?
convert X: /fs:ntfs
change “X:” to the letter of the drive you would like to convert.