Partitioning your hard drive

If you're installing Windows 98 onto a new, empty hard disk, you're going to have to first create a primary partition on the disk and then format a file system on that partition. If you're installing on a disk you've been using previously, you may want to delete it's existing partitions before creating new ones.

Each allocated space on the hard disk is assigned a drive letter and the Fdisk utility may be used to create, change, delete, or display information about the current partitions on a hard disk. It allows you to specify partition sizes and to define which partition will be the active (boot) partition. Fdisk writes the partition table into the first sector of track zero of the partitionable disk. This partition table also contains the master boot block. When the machine is turned on, the ROM BIOS will read this master boot block and transfer control to it. The master boot block then finds out which partition is active, reads the boot code from that partition, and then transfers control to that boot code.

FAT - the acronym stands for File Allocation Table - is a file system that was first introduced in 1981. Windows 98 supports both the FAT16 and FAT32 variants, and you need to decide which you are going to use before proceeding any further.

advertisement

Spotmau PowerSuite - Complete Computer Solution

When you've made your decision, you can run Fdisk to create your primary partition as follows:

  1. Insert the Windows 98 Startup disk in the floppy disk drive, and then restart your computer.
  2. When the Microsoft Windows 98 Startup menu is displayed, choose the Start computer without CD-ROM support option, and then press ENTER.
  3. At a command prompt, type fdisk, and then press Enter.
    If the hard disk is larger than 512 MB, you receive the following prompt: Large Disk Support?
  4. If you want to use the FAT32 file system, press Y, and then press Enter. If you want to use the FAT16 file system, press N, and then press Enter.
  5. After you press Enter, the Fdisk Options menu is displayed: Fdisk Options
  6. If your hard disk is not a new one you can select option 4 to remind yourself of how it's partitioned currently:
  7. Partition Information
  8. Press Esc to return to the FDISK Options and select option 3 if you want to delete any existing partitions.
  9. In cases where a disk comprises multiple partitions, these should be deleted in the reverse order to which they were created. Thus, Logical DOS drives should be deleted first, followed by the Extended partition in which they reside with the Primary partition being deleted last of all.

    Delete DOS Partition?
  10. When you've deleted all the existing partitions you require, return to the FDISK Options menu.
    Press 1 to select the Create DOS partition or Logical DOS Drive option:
  11. Create DOS Partition?
  12. Press 1 to select the Create Primary DOS Partition option.
    After you press Enter, you receive the following prompt:
    Do you wish to use the maximum available size for primary DOS partition?
  13. Enter Y and Fdisk proceeds to allocate the whole disk to the partition.

Depending on its size, you may choose to divide your hard disk in multiple partitions. The precise manner in which you do this depends on your purpose in partitioning in the first place. For example, if your purpose is to create a dual-boot system, capable of running different operating systems, the method you use will be different from if you're using partitioning simply as an organisational and data management device.

The procedure that follows assumes that partitioning is being used for organisational and data management purposes, and continues on from entering "N" at step 8 above:

  1. After Fdisk has indicated the size of the entire disk, enter the size of the primary partition you wish to create.
  2. Fdisk will indicate when this has been created and will assign it the drive letter "C:".

  3. Press Esc to return to the Fdisk menu, press 2 for Set active partition and select partition 1.
  4. Fdisk will report that it has set partition 1 active.

  5. Press Esc to return to the Fdisk menu, Press 1 to select the Create DOS partition or Logical DOS Drive option and then press Enter.
  6. Press 2 to select the Create Extended DOS Partition option, and then press ENTER.
  7. Fdisk proceeds to create the partition.

  8. When prompted, press Enter to select the entire remaining area of the disk for the extended DOS partition.
  9. Fdisk will report that it has created the extended DOS partition.

  10. Press Esc. Fdisk will prompt you to create the first logical DOS volume within the extended DOS partition.
  11. Enter the size of the first logical partition.
  12. Fdisk will create the partition and (assuming you have only one physical hard disk drive) label it "D:". It will then indicate that the Logical DOS Drive has been created and prompt you for the next volume.

  13. When all required partitions have been created, Fdisk will report that all available space in the Extended DOS Partition has been assigned to logical drives.
  14. Press Esc to exit Fdisk.

Last Update: Sat Mar 1st 2003