pctechguide.com

  • Home
  • Guides
  • Tutorials
  • Articles
  • Reviews
  • Glossary
  • Contact

How To Create A FAT32 Partition on 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.

FAT16:

The FAT16 file system has a maximum of 2 gigabytes (GB) for each allocated space or drive letter. For example, if you use the FAT16 file system and have a 6GB hard disk, you can have three drive letters (C, D, and E), each with 2GB of allocated space.

The 2GB partition limit is imposed by the maximum number of clusters and the largest cluster size supported by the FAT file system. The FAT file system is limited to 65,525 clusters. The size of a cluster must be a power of 2 and less than 65,536 bytes – this results in a maximum cluster size of 32,768 bytes (32K). Multiplying number of clusters (65,525) by the maximum cluster size (32,768) equals 2GB.

FAT32:

Windows 95 OEM Service Release version 2 and later support drives larger than 2GB using the FAT32 file system. This offers the following enhancements over previous implementations of the FAT file system. FAT32 supports drives that are up to 2 terabytes (TB) in size and stores files on smaller sections of the hard disk than the FAT16 file system does. This results in more free space on the hard disk. FAT32 is also more robust, being less susceptible to a single point of failure than earlier version of the file system.

The FAT32 file system does not support drives that are smaller than 512MB

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:

  4. Large

  5. 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.
  6. After you press Enter, the Fdisk Options menu is displayed:
  7. Fdisk

  8. If your hard disk is not a new one you can select option 4 to remind yourself of how it’s partitioned currently:
  9. Partition

  10. Press Esc to return to the FDISK Options and select option 3 if you want to delete any existing partitions.
  11. 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

  12. 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:

  13. Create

  14. 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?

  15. 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.

There are a number of reasons why you may want to organise your hard disk into multiple partitions:

  • Organisation: Partitions provide a higher level of organisation than is possible with folders and files alone.
  • Flexibility: The ability to boot your machine to multiple operating systems – Windows 98 and Windows NT say – is best achieved via the use of separate primary partitions.
  • Resiliency: The failure of a single partition won’t necessarily render the entire system unusable.
  • Security: The separation of data and software into different partitions can make for a simplified and more efficient security backup regime.
  • Performance: Partitioning can benefit both general system performance and certain housekeeping tasks such as disk defragmentation.
  • Efficiency: Use of multiple partitions can reduce cluster sizes and, in turn, wasted disk storage capacity.
  • Convenience: Perhaps the most compelling reason of all is the degree to which the isolation of the operating system into a dedicated partition can simplify things when you find yourself having to perform a clean reinstallation of Windows!

Assuming your system has only one physical hard disk drive, it will need to have at least one primary partition. A drive may actually have up to four primary partitions, but only one of these can be active at any given time. If you want to organise your disk into anything more than a single primary partition, you need to create an extended partition, which may then be sub-divided into a number of logical DOS drives.

A bootable operating system can only reside on a primary partition, and a in a typical single-drive system the partition will be the C: drive, with the logical DOS drives being assigned drive letters D:, E:, :F etc. An extended partition counts as one of a disk’s four allowable primary partitions, and does not itself have a drive letter.

Drive referencing can become confusing in a multiple hard disk system, since drive-letters are assigned to all primary partitions first. If you subsequently add a further hard disk to your system, you can avoid impact on your existing drive letters by not creating a primary partition on the new drive. but instead creating an extended partition – the size of the entire physical disk – and sub-dividing this into multiple Logical DOS drives.

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.
  • Win98 Installation Planning
  • How To Create A Windows Start Up Disk
  • Installing Windows 98 – Getting Your CD Drive to Work for Installation
  • How To Create A FAT32 Partition on Your Hard Drive
  • Win98 Installation Drive Formating
  • Win98 Installation
  • Win98 Installation Phase 1
  • Win98 Installation Phase 2
  • Installing Windows 98 – Copying the Windows Files to Your Computer
  • Restarting Your Computer After Installing Windows
  • How To Do a Clean Installation of Win98 – Phase 5: Setting Up Hardware and Finalising
  • Installing Windows 98 – Upgrading to Win98SE
  • How to Update Microsoft Windows with Patches and Service Packs
  • Win98 Driver Installation
  • Win98 Installation Tuning

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)

Related

Filed Under: How To Do a Clean Installation of Win98

Latest Articles

Intel Pentium 4-M mobile CPU guide

Intel's Pentium 4-M CPU came to market in the spring of 2002 at a clock frequency of up to 1.7GHz. The CPU's Micro FCPGA packaging technology results in the CPU using less power in both the performance and battery optimised modes, making it run … [Read More...]

Pentium Roadmap

The table below presents the anticipated roadmap of future Intel mainstream desktop processor developments. Note that currently there is no public roadmap information for Pentium developments beyond H1 2007. This page will be updated when the data becomes available, though of course the … [Read More...]

How Do Computers Make Pictures?

Sure computer graphics have come a long way, but the question is: how?? Or, what's a pixel? What's a bitmap (or a raster)? How, in fact, does a computer make a picture when all it has to play with are zeros and ones?! Well, with great difficulty. Modern graphics cards are phenomenal in what they … [Read More...]

2021 PC Hardware Releases to Bolster Your Gaming

If you are a PC gamer, then chances are you are looking to upgrade your kit over the coming year. However, a lot of money can go into building the … [Read More...]

New Transfer Feature in Dropbox Enable Sharing files with Third Parties

Dropbox has been a popular P2P sharing platform for many years. They don't announce new features as often as other applications, since they have a … [Read More...]

Ransomware Operators Find Data Theft Profitable

How valuable is your data? That’s not a question that organizations or individuals have to ask themselves all that often. You might know the market … [Read More...]

Engineers Encounter the Quantum Challenge with Computers Running a Hundred Million Times Faster

Quantum computers have been a subject of discussion for many years. They have probably been something that philosophers and technology pundits have … [Read More...]

Transferring Image Files from Your Cell Phone Without Cables or Email

You don't have a cable available to transfer the photos from your cell phone to your computer? You don't feel comfortable sending them through your … [Read More...]

Why Drupal Accessibility is Vital for Your Website

Drupal may not be as popular as WordPress, but it is still used in over 1 million websites. The Internet might be more conducive to our needs if more … [Read More...]

Guides

  • Computer Communications
  • Mobile Computing
  • PC Components
  • PC Data Storage
  • PC Input-Output
  • PC Multimedia
  • Processors (CPUs)

Recent Posts

Guide to SanDisk’s CompactFlash memory card

Memory manufacturer SanDisk introduced CompactFlash (CF) in 1994 as a small format memory card, which used the existing PCMCIA-ATA specification … [Read More...]

Protect Business From Cyber Attacks

A company is only as safe as its computer network and, though it's hard to admit, many businesses are frightfully unprotected when it comes to … [Read More...]

PC Health Advisor Review

PC Health Advisor is one of the better registry cleaners on the market. Bang for buck this client has more features then most registry cleaners and … [Read More...]

[footer_backtotop]

Copyright © 2021 About | Privacy | Contact Information | Wrtie For Us | Disclaimer | Copyright License | Authors