Partitioning the drive

If your second drive is 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

After the system has booted to your startup disk, proceed as follows:

  1. At the A:> prompt type fdisk and press Enter.
  2. If the hard disk is larger than 512 MB, you receive the following prompt:
  3. Fdisk 1
  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:
  6. Fdisk 2
  7. Select option 5 so that you can switch to the newly installed D: drive:
  8. Fdisk 3
  9. Enter 2 and press Esc to return to the FDISK Options.
  10. Fdisk 4
  11. Enter 4 to remind yourself of the current information for the D:drive.
  12. Fdisk 5
  13. Press Esc to return to the FDISK Options and select option 3 to delete existing partitions.
  14. Fdisk 6
  15. 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:
  16. Fdisk 7
  17. Press 1 to select the Create Primary DOS Partition option.
  18. After you press Enter, you receive the following prompt:
    Do you wish to use the maximum available size for primary DOS partition?

    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.

Last Update: Thu Mar 27th 2003