Partitioning HDD
Partitioning HDD
Partitioning the hard disk is the act of dividing it into pieces; into
logical volumes. This is one of the first things done when setting up a
new hard disk, because partitions are one of the major disk structures
that define how the disk is laid out. In fact, you must partition a hard
disk, even if only "partitioning" it into a single volume, before you can
format
and use the disk.
The following are the three different FAT versions now in use:
1. FAT12: The oldest type of FAT uses a 12-bit binary number to hold
the cluster number. A volume formatted using FAT12 can hold a
maximum of 4,086 clusters. FAT12 is therefore most suitable for very
small volumes, and is used on floppy disks and hard disk partitions
smaller than about 16 MB (the latter being rare today.)
2. FAT16: The FAT used for older systems, and for small partitions on
modern systems, uses a 16-bit binary number to hold cluster numbers.
When you see someone refer to a "FAT" volume generically, they are
usually referring to FAT16, because it is the de facto standard for hard
disks, even with FAT32 now more popular than FAT16. A volume using
FAT16 can hold a maximum of 65,526 clusters. FAT16 is used for hard
disk volumes ranging in size from 16 MB to 2,048 MB (2GB).
Slack Reduction: Since slack is dependent on the cluster size used for
the partition, and the cluster size is directly linked to partition size, it is
possible to dramatically improve the storage efficiency of the hard disk
simply by dividing it into multiple partitions. The larger the current
partitions are, and the more files on the disk, the greater the
opportunity for improvement.
• Plan Partitions: Decide how you want to partition your hard disk. In
particular, for large hard disks under Windows 95 OSR2, decide if you
want to set up your hard disk with a single large FAT32 partition, or
several smaller FAT 32 Partitions.You must decide based on what
makes sense for you. Most people today prefer to set up a new system
using a single FAT32 partition.
If you decided to place your entire hard disk into a single partition,
then follow this step:
Partition Hard Disk (Single Partition): Follow these steps to set up your
hard disk:
1. Select from the FDISK menu "1. Create DOS partition or Logical
DOS Drive".
2. Select "1. Create Primary DOS Partition". FDISK will verify drive
integrity. Then it will ask if you want to use the maximum available
size of the disk for the primary partition and set it active. Enter "Y".
The system will allocate the whole disk to the partition, and that's that.
• Reboot: Reboot the system using either the Reset button or the
"three-fingered salute" ({Ctrl}+{Alt}+{Delete}). Make sure the floppy
disk is in its drive, since you still need it. Note that you may get
"Invalid media type reading drive C" errors while rebooting. This is
normal at this stage.
• Format Primary Partition: From the "A:" DOS prompt, issue the
following command: "format c:/s". Do not forget the "/s", as this is what
will make your C: drive bootable. You will get a "scary" warning
message such as "WARNING, ALL DATA ON NON-REMOVABLE DISK
DRIVE C: WILL BE LOST. Proceed with Format (Y/N)?". Since of course
there is no data presently on drive C:, just enter "Y" and the system
will format the hard disk. The program will show you its progress as it
formats and at the end will prompt you for a volume label. Enter one if
you wish.
• Remove Boot Floppy: Eject the boot floppy from the floppy disk.
• Reboot: Reboot the system using either the Reset button or {Ctrl}+
{Alt}+{Delete}. The system should boot up from the hard disk this
time, and stop at the "C:" prompt.
Note that if you get an error such as "NO ROM BASIC, SYSTEM HALTED"
or "No boot device found" at this stage, this means you forgot to set
the primary DOS partition "active". Reboot from the floppy, run FDISK
again and use option 2 to set the primary partition active, then reboot.
If you get an error like "No operating system", this means you probably
forgot the "/s" parameter when formatting the C: drive. Put the floppy
disk back in the drive and then return to step 5.
_________________