Tuesday, September 28, 2010

Convert FAT32 to NTFS from command prompt


  • Click Start -> Run

  • Enter "cmd" into the text field labeled "Open".

  • Click OK button

  • If you want to convert drive D (D:), enter the command "vol d:" in the command window, to find the volume label for the D: partition

  • Then enter the command "convert d: /fs:ntfs" to convert the D: partition from FAT32 to NTFS

  • When prompted, enter the volume label for the partition

No comments :

Post a Comment