| Author |
Sat W2K Professional Question of the Day
|
|
| wbafrank 2002-01-25, 5:57 pm |
| Today I will take it easy:
Q5. You are planning to deploy Windows 2000 Professional on 12 Pentium II computers running Windows 98. You want to configure Windows 2000 Setup to convert existing FAT32 file systems automatically to NTFS. What should you do?
A. Add the FileSystem = NTFS entry to SYSPREP.INF
B. Add the FileSystem = ConvertNTFS entry to SYSPREP.INF
C. Add the File System = NTFS entry to the [Unattended] section of your answer file.
D. Add the FileSystem = ConvertNTFS entry to the [Unattended] section of you answer file.
Good Luck - see you tomorrow!! | |
| greenbean 2002-01-25, 6:56 pm |
| I say...... D | |
|
| Me to... Isay.. D
Good study this WE !! | |
| mrfixit 2002-01-26, 4:20 pm |
| Most definately D, as the command will not work with Sysprep. | |
| PotatoHead 2002-01-26, 10:37 pm |
| hmm.... B or D
I'm going with D! | |
| wbafrank 2002-01-27, 2:03 pm |
| quote: Originally posted by wbafrank
Today I will take it easy:
Q5. You are planning to deploy Windows 2000 Professional on 12 Pentium II computers running Windows 98. You want to configure Windows 2000 Setup to convert existing FAT32 file systems automatically to NTFS. What should you do?
A. Add the FileSystem = NTFS entry to SYSPREP.INF
B. Add the FileSystem = ConvertNTFS entry to SYSPREP.INF
C. Add the File System = NTFS entry to the [Unattended] section of your answer file.
D. Add the FileSystem = ConvertNTFS entry to the [Unattended] section of you answer file.
Good Luck - see you tomorrow!!
Correct Answers: D
A. Incorrect: SYSPREP.INF is the mini-setup answer file used to further automate installation of images prepared using SysPrep. NTFS conversion occurs during text-mode setup. A SysPrep installation using the SYSPREP.INF file starts in GUI-mode.
B. Incorrect: ConvertNTFS does not work in SYSPREP.INF because NTFS conversion happens in text mode and Sysprep begins in GUI-mode. If an installation to be prepared using SysPrep is automated before SysPrep is used, the FileSystem = ConvertNTFS entry is used in the automated installation answer file. SYSPREP.INF support ExtendOemPartition = 1 (or additional size in megabytes) to extend the active system partition. Only NTFS supports the ExtendOemPartition command. ExtendOemPartition allows for the creation of an image no larger than is required to accommodate the image containing the operating system and applications. The ExtendOemPartition command then increases the size of the system partition to the entire available disk space or the size in megabytes that you specify.
C. Incorrect: NTFS conversion is possible during an automated installation routine, but FileSystem = NTFS is not the correct syntax.
D. Correct: In a scripted installation of Windows 2000, the FileSystem = ConvertNTFS entry in the [Unattended] section of the answer file coverts the primary partition to NTFS during the text-mode phase of installation. |
|
|
|