A Windows technician needs to manually prepare a newly installed secondary hard disk (Disk 1) from an elevated Command Prompt using the DiskPart utility. The objective is to select the target disk, create a primary partition, format it with the NTFS file system using a quick format, and assign it the drive letter 'E'. In what order should the technician execute the following commands within the DiskPart environment?
- 1select disk 1
- 2create partition primary
- 3format fs=ntfs quick
- 4assign letter=E
Cevap
The correct execution order is: select disk 1, create partition primary, format fs=ntfs quick, and assign letter=E.
To properly prepare a new hard drive using DiskPart, a technician must first set focus to the physical disk (select disk 1), create the partition structure (create partition primary), format the partition with the designated file system (format fs=ntfs quick), and finally assign a drive letter (assign letter=E) to mount the volume.
Adım Adım Çözüm
Anahtar Kavram
DiskPart command sequence for initializing, partitioning, formatting, and mounting secondary drives.
Tahmini Süre:1m 30s