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.
To partition a newly added hard drive, right-click on an area of unused hard drive space in the Disk Management Utility and choose Create Partition from the context menu. In the wizard that launches, you will select the partition type and partition size, and then you will assign a drive letter, as shown in Figure 4-3.
Note that you can't choose "B" as a drive letter. It's reserved for the second floppy drive. I knowcrazy, isn't it? This goes back to the days when computers needed two 51/2-inch floppy disksone for the operating system and one for whatever data you wanted to work with.
For another partitioning analogy, imagine slicing up a pie: this is what partitioning does for a hard drive. It takes a "slice" of the drive and assigns it a drive letter. For example, your system might only have one physical disk, but when you look at Windows Explorer, you see multiple logical drivesa C:\ drive, D:\ drive, and so on. Oftentimes, though, the "slice" is the entire drive. A sliced configuration of a single drive is shown in Figure 4-4.
Note that Windows Explorer only shows you the logical drives. You have no way of knowingat least in Windows Explorerthat both of these partitions are on one physical drive. To verify that you're dealing with a single drive, you have to use the Disk Management tool, as shown in the previous section.
Several rules govern partition behavior:
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.