How to easily convert fat32 local disk to ntfs? Can I do it without formatting the local disk?
feedback
|
|
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. | |||||
feedback
|
|
Assuming you mean the C drive by local disk, open up command prompt and run:
answer yes to the prompts and then reboot. | |||
feedback
|