FDISK

The program that DOS supplies for setting up hard disk partitions is called FDISK, which I believe stands for "fixed disk", an older term for hard disk. FDISK is used only for DOS (FAT) partitioning, and allows you to perform the following functions:

Some important points that you should keep in mind when using FDISK:

Note: It is often useful to include FDISK as one of the programs on a bootable floppy. This way you can use it when setting up new hard disks.

Considering how important it is, FDISK is a rather primitive program. It works, but it's cryptic and hard to use. Anything you can do in FDISK you can do more flexibly and easily using a third-party program like Partition Magic. FDISK will not allow you to select or change cluster sizes, resize partitions, move partitions, etc. FDISK's primary advantage is, of course, that it is free (well, built-in anyway).

Windows NT uses a program called Disk Administrator to handle disk setup tasks. In essence, this is an enhanced version of FDISK that allows you not only to manipulate partitions, but also access some of NT's unique disk management features. For example, you can set up software RAID using the Disk Administrator.

Next: FORMAT