A Domain.com technician must convert a FAT32 volume to NTFS without loosing any data on the drive. Which of the following commands should the technician use?
A.
CHKDSK
B.
CONVERT
C.
FORMAT
D.
DEFRAG
Explanation:
The correct syntax for the convert command is convert driveletter:
/fs:ntfs.
Incorrect Answers:
A: The chkdsk command is used to check a hard disk for errors and to repair the errors. It is not used to convert a FAT32 drive to NTFS.
C: The format c: /fs:ntfs command will format the hard disk with NTFS but will result in data loss.
D: The defrag command is used to defragment a volume. It is not used to convert a FAT32 drive to NTFS.