Convert (command)

convert
DeveloperMicrosoft
Initial releaseFebruary 17, 2000; 26 years ago (2000-02-17)
Operating systemMicrosoft Windows
TypeCommand
LicenseProprietary commercial software
Websitedocs.microsoft.com/en-us/windows-server/administration/windows-commands/convert

In computing, convert is a command-line utility included in the Windows NT operating system line. It is used to convert volumes using the FAT file systems to NTFS.[1]

Overview

convert is an external command first introduced with Windows 2000.[2] If the drive cannot be locked (for example, the drive is the system volume or the current drive) the command gives the option to convert the drive the next time the computer is restarted. The conversion can not be reversed in-place, which means going back to the old file system requires writing the files again.[3]

On Unix-like systems, there are similar tools like convertfs, a utility which performs in-place conversion between any two file systems with sparse file support[4] and btrfs-convert, a tool that can convert from ext2/ext3/ext4 or reiserFS file system to Btrfs in-place.[5]

Syntax

The command-syntax is:

convert volume /FS:NTFS [/V]

Example

The following command converts the volume on drive D: to NTFS. The /v command-line option will cause it to display all messages during the conversion process.

C:\>convert d: /fs:ntfs /v

References

  1. ^ "How to use Convert.exe to convert a partition to the NTFS file system". Microsoft. 20 February 2007. Archived from the original on 2015-01-11.
  2. ^ "MS-DOS and Windows command line convert command".
  3. ^ Convert FAT to NTFS - Windows CMD - SS64.com
  4. ^ "In-place file system conversion".
  5. ^ "BTRFS-convert(8) - Linux manual page".

Further reading

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.