convert
Windows CMD · System · available in the simulator
What it does
Converts a FAT/FAT32 volume to NTFS without deleting files.
Syntax
convert volumen /fs:ntfs [/v] [/nosecurity] [/x]
Options and parameters
/FS:NTFSTarget file system; NTFS is the only supported option.
convert D: /fs:ntfs/VVerbose mode.
/NoSecurityLeaves converted files accessible to all users.
/XDismounts the volume before converting it.
Usage examples
convert D: /FS:NTFSconvert D: /fs:ntfs
Notes and common mistakes
- Conversion is one-way: you cannot revert to FAT without reformatting.