1place
NTFS to FAT32 Wizard All the ideas and discussions
33 votes Vote

Add FAT32 to NTFS convert support.

Add FAT32 to NTFS convert support.

yudha , 06.06.2013, 10:19
Idea status: under consideration

Comments

DP, 06.06.2013, 13:44
You can already convert FAT32 to NTFS in Windows.
Giovanni, 06.06.2013, 15:57
You can already convert FAT32 to NTFS in Windows.
Shawn, 06.06.2013, 18:40
C:\>convert /?
Converts FAT volumes to NTFS.

CONVERT volume /FS:NTFS [/V] [/CvtArea:filename] [/NoSecurity] [/X]

volume Specifies the drive letter (followed by a colon),
mount point, or volume name.
/FS:NTFS Specifies that the volume is to be converted to NTFS.
/V Specifies that Convert should be run in verbose mode.
/CvtArea:filename
Specifies a contiguous file in the root directory to be
the place holder for NTFS system files.
/NoSecurity Specifies the converted files and directories security
settings to be accessible by everyone.
/X Forces the volume to dismount first if necessary.
All opened handles to the volume would then be invalid.

So just use : Convert (Drive Letter): /FS:NTFS

Enjoy

Leave a comment