Nadir wants to convert his Windows NT server and 2000 server systems from Fat32 to
NTFS. All servers use one drive (C:\). Which command will allow Nadir to do this?
A.
convert c: -t ntfs
B.
convert -fs c: ntfs
C.
convert c: -fs ntfs
D.
convert c: /fs:ntfs
Explanation:
This is the proper command format.
Incorrect Answers:
A: This is not the correct syntax for the convert command.
B: This is not the correct syntax for the convert command.
C: This is not the correct syntax for the convert command.