5 pts.
 converting fat volume to ntfs
How do I do this and how do I know when I need to do this.

Software/Hardware used:
Window 7 home premium
ASKED: May 1, 2010  2:19 AM
UPDATED: May 3, 2010  2:08 PM

Answer Wiki:
If you need to support a larger partition size, or you need more granular permissions you'll want NTFS. To convert the disk use the convert command line tool. <pre>CONVERT D: /FS:NTFS </pre>
Last Wiki Answer Submitted:  May 3, 2010  2:04 pm  by  Denny Cherry   64,550 pts.
All Answer Wiki Contributors:  Denny Cherry   64,550 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Note that it won’t be possible to convert it back to FAT after the conversion to NTFS.

It is recommended to backup important data before perfoming the convertsion in case something goes wrong.

 63,580 pts.