|
CONVERT
Converts FAT volumes to NTFS.
Syntax
CONVERT [volume] /fs:ntfs [/v] [/cvtarea:FileName] [/nosecurity] [/x]
Parameters
volume : Specifies the drive letter, mount point, or
volume name to convert to NTFS.
/fs: : ntfs Converts the volume to NTFS.
/v : Specifies verbose mode, that is, all messages will
be displayed during conversion.
/cvtarea:FileName : Specifies that the Master File Table
and other NTFS metadata files are
written to an existing, contiguous
placeholder file.
/nosecurity : Specifies that the converted files and
directory security settings are accessible
by everyone.
/x : Dismounts the volume, if necessary, before it is
converted.
Examples
To convert the volume on drive F to NTFS and display all
messages, type:
convert e: /fs:ntfs /v
Cmd Commands
|