up vote 1 down vote favorite
1
share [g+] share [fb]

How to easily convert fat32 local disk to ntfs? Can I do it without formatting the local disk?

link|improve this question

68% accept rate
you can, but you do have a backup, don't you? in case the poop is hitting the paddles. :) – Molly7244 Dec 10 '09 at 22:56
feedback

2 Answers

up vote 3 down vote accepted

From a command prompt, enter convert C: /fs:ntfs . You'll be asked to restart and the filesystem will be converted. I've never had data loss doing this (a dozen or so times), but make sure to backup first.

link|improve this answer
restart is only necessary if the drive is locked by the OS. – Molly7244 Dec 10 '09 at 22:59
You're right. If it's the C: (or whatever drive windows is installed on) it'll be locked. – boden Dec 10 '09 at 23:01
feedback

Assuming you mean the C drive by local disk, open up command prompt and run:

convert C: /FS:NTFS

answer yes to the prompts and then reboot.

link|improve this answer
FORMAT C:??? ah yes :) – Molly7244 Dec 10 '09 at 22:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.