Converts file allocation table (FAT) and FAT32 volumes to the NTFS file system, leaving existing files and folder intact. Volumes converted to the NTFS file system cannot be converted back to FAT or FAT32.
convert [Volume] /fs:ntfs [/v] [/cvtarea:FileName] [/nosecurity] [/x]
| • | If convert cannot lock the drive (for example, the drive is the system volume or the current drive), it offers to convert the drive the next time you restart the computer. If you cannot restart the computer immediately to complete the conversion, plan a time to restart the computer and allow for extra time that the process will require because of the conversion process. |
| • | For volumes converted from FAT or FAT32 to NTFS, due to existing disk usage, the MFT is created in a different location than on a volume originally formatted with NTFS, so volume performance might not be as good as on volumes originally formatted with NTFS. For optimal performance, consider recreating these volumes and formatting them with the NTFS file system. |
| • | Volumes converted from FAT to NTFS leaves the files intact, but the volume might lack some performance benefits compared to volumes initially formatted with NTFS. For example, the MFT might become fragmented on converted volumes. In addition, on converted boot volumes, convert applies the same default security that is applied during Windows Setup. For more information about the security settings applied to converted boot volumes, see article 237399, "The Default NTFS Permissions Are Not Applied to a Converted Boot Partition," in the Microsoft Knowledge Base. |
| • | For more information about using the /cvtarea parameter, see File Systems at the Microsoft Resource Kits Web site. |
To convert the volume on drive E to NTFS and display all messages, type:
convert e: /fs:ntfs /v
| InitWizard("3ae7b608-6eec-4a97-9760-471a590545e31033"); |