Converting FAT32 to NTFS without formatting (server 2008)

5,206

Solution 1

Try this in the command line

convert X: /fs:ntfs

change "X:" to the letter of the drive you would like to convert.

Solution 2

To resize the partition, you will need a server class product. There is a server class version of Partition Magic, but it's expensive. If you must enlarge the C: partition, then I would suggest performing a FULL BACKUP first. Then, use GPartEd (free, linux-based partitioning software).

As stated by scoopdreams, the command CONVERT should work for converting your partition from FAT32 to NTFS (note: Convert CANNOT convert back to FAT32).

Share:
5,206

Related videos on Youtube

Quintin Par
Author by

Quintin Par

Updated on September 17, 2022

Comments

  • Quintin Par
    Quintin Par over 1 year

    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.

    • Admin
      Admin over 14 years
      I'm not at work to try: Does windows 2008 no longer have the "convert" command?
    • Admin
      Admin over 14 years
      Server 08 still has the "convert" command. just verified.
    • Admin
      Admin over 14 years
      Well, there you go then :-)
  • Quintin Par
    Quintin Par over 14 years
    will it format the drive/partition?
  • Kirill V. Lyadvinsky
    Kirill V. Lyadvinsky over 14 years
    @Learner, it doesn't make reformatting, only converting.