Partition a Drive
A physical hard drive (i.e., the new one you just installed if following along with the previous section) cannot store data unless it is first partitioned and then formatted. Partitioning divides up the real estate of the hard drive, as shown in Figure 4-2. Formatting then takes those chunks of "real estate" and divides them into separate "lots," We'll cover formatting later on.
Figure 4-2. A partition is a section of hard disk space.

Figure 4-3. Creating a new partition.

Figure 4-4. One physical disk, two partitions.

- A single disk can have either four primary partitions or up to three primary partitions and one extended partition.
- A primary partition can only be assigned a single drive letter. Extended partitions can be subdivided into multiple logical drives.
- Once set, partitions cannot be resized with the built-in Windows tools.
Also, you should know that XP uses two flavors of disk storage: basic and dynamic. Partitions are the logical divisions on a basic disk, which is the default type of storage.I knowI've introduced a lot of terms and concepts here, and it can get a little confusing. But if it were simple, I wouldn't be penning this chapter on disk storage, would I? Let's now talk about what happens after you create a partition.