A technician needs to manually initialize and prepare a secondary unformatted hard drive (Disk 1) with an NTFS volume using the Windows DiskPart command-line utility. Arrange the following DiskPart commands in the correct order to complete this task.
- 1select disk 1
- 2clean
- 3create partition primary
- 4format fs=ntfs quick
- 5assign
Cevap
The correct execution order in DiskPart is: select disk 1, clean, create partition primary, format fs=ntfs quick, and assign.
In DiskPart, task execution requires setting focus first using the selection command for Disk 1. Next, clearing old configuration data prepares the drive. Creating a primary partition establishes the volume boundary, formatting with NTFS writes the file system structures, and assigning a drive letter makes the partition accessible in Windows.
Adım Adım Çözüm
Anahtar Kavram
DiskPart command sequence for disk preparation