Sunday, July 6, 2008

Microsoft Business Solutions Certification Exam MB4-217

You are working as a technician at certifyme.com. You have just received a batch of
preinstalled workstations. A small miss in the order cause the workstations to come
with FAT32 formatted drives.MB4-218 Which of the following commands could you use to
convert a FAT32 volume to an NTFS volume?

A. Format volume: /fs:ntfs
B. Convert volume: /fs:ntfs
C. Change volume: /fs:ntfs
D. Config volume: /fs:ntfs

Answer: B
Explanation:
C:\>convert /?
Converts FAT volumes to NTFS.MB4-217 CONVERT volume /FS:NTFS [/V] [/CvtArea:filename] [/NoSecurity] [/X]

volume Specifies the drive letter (followed by a colon), mount point, or volume name.
/FS:NTFS Specifies that the volume is to be converted to NTFS.
/V Specifies that Convert should be run in verbose mode.
/CvtArea:filename Specifies a contiguous file in the root directory to be the place holder
for NTFS system files.
/NoSecurity Specifies the converted files and directories security settings to be
accessible by everyone.
/X Forces the volume to dismount first if necessary. All opened handles to the volume
would then be invalid.

No comments: