Partition
(v) To divide memory or mass storage into isolated sections. In DOS systems, you can partition a disk, and each partition will behave like a separate disk drive. Partitioning is particularly useful if you run more than one operating system. For example, you might reserve one partition for Windows and another for UNIX.In addition, partitioning on DOS and Windows machines can improve disk efficiency. This is because the FAT system used by these operating systems automatically assigns cluster size based on the disk size: the larger the disk, the larger the cluster. Unfortunately, large clusters can result in a wasted disk space, called slack space. There is an entire sector of the software industry devoted to building utilities that let you partition your hard disk. On Apple Macintosh computers, there are two types of partitioning: hard and soft. Hard partitioning is the same as DOS partitioning -- the disk is physically divided into different sections. Soft partitioning, on the other hand, does not physically affect the disk at all, but it fools the Finder into believing that the disk is partitioned. The advantage of this is that you can partition the disk without affecting the data on it. With hard partitioning, it is usually necessary to reformat the entire disk. (n) A section of main memory or mass storage that has been reserved for a particular application.
A partition is a section of a hard drive. Hence the name partition. When you format a hard drive, you can usually choose the number of partitions you want. The computer will recognize each partition as a separate drive, and they will show up as different drives under "My Computer" (in Windows) or on the desktop (on Macs). Great, so why would you want to create multiple partitions? Well, there are two main reasons. One is that you want to have multiple operating systems on your computer. Typically, operating systems need to be installed on their own partition in order to work. The other reason is that multiple partitions can improve the efficiency of your hard drive. On larger drives, the cluster, or block sizes (the minimum amount of space a file can take up), are also very large, which can result in a waste of disk space. So multiple partitions can actually give you more space. Yep, more room for all those MP3s. It should be noted that the word partition can also be used as a verb, meaning to create multiple partitions. Of course, that's pretty obvious.