| Stage |
Activity |
Crude description |
| Stage 1 |
Low-level format |
Get the controller to low-level format the drive. There is no universal way to perform a low-level format - refer to the controller's user manual. In low-level formatting the drive, the controller is creating sectors on the platters. After this is done, the controller has the ability to read/write data in the created sectors. |
| Stage 2 |
Partition |
Here, you use FDISK to create/define a DOS partition. As part of that, FDISK 'builds' the master boot record (MBR), the first sector on the hard drive. |
| Stage 3 |
High-level format |
Here, you use FORMAT to high-level format the DOS partition. FORMAT will add certain DOS components (e.g. FAT) into the DOS partition, and scan the partition, looking for sectors that cannot be read. |