Poasters Computer Forums

Poasters Guides => Tutorial and Reference => Topic started by: scuzzy on August 16, 2002, 18:30 hrs

Title: Using FDisk to Partition
Post by: scuzzy on August 16, 2002, 18:30 hrs
Note: I wrote this long before Windows XP was made available to the public. In my example, I used 3GB for the operating system, which is anemic for Windows XP. I recommend at least 8GB for Windows XP, although 10GB is more realistic. Windows XP also has its own partitioning and formatting utility, which is available during a clean installation. - Scuzzy

Before even thinking about using FDISK, you must clearly understand that after using it, you MUST reformat your hard drive, PERIOD. So, be prepared. Here's the warning: If you don't want to reformat your hard drive, then DON'T use FDISK. Now, it only makes sense that if you're going to use FDISK you should have a good backup of what's important to you. Also, make sure you have a high quality, formatted system floppy disk with at least the following files: FDISK.EXE, SCANDISK.EXE, ATTRIB.EXE, LABEL.EXE, MSCDEX.EXE, FORMAT.COM, EDIT.COM, and your CD-ROM drivers. (I keep a second floppy as emergency backup.)

Also, before using FDISK you should have a good idea of what you'd like your hard drive to look like. Do you want 3 partitions? 4? 5? Why? What size do you want the partitions (or drives) to be? How will you use them? Answering these questions ahead of time will save you grief later. Keep in mind that the smaller the partitions, the easier it will be to keep everything in its place. But, too many partitions can also be difficult to manage. Plus, you want to make sure each drive you create will be large enough to support its intended purpose, along with future expansion. If you have a 4.3 GB hard drive, for example, you probably won't want to make 5 drives out of it. You may want just 2, maybe 3 at most. If you have a 10 GB hard drive, though, you may want 3 or 4 drives. If you plan to use a scanner, it's a good idea to create a large C drive partition. Scanners can create VERY large temporary files on the C drive (easily over 500MB) when scanning on high resolution.

From here on, because of the way FDISK works, we need to refer to the size of your hard drive and partitions in megabytes. For example, if you have a 20 GB hard drive, let's call it a 20,000 MB hard drive (sort of, since one megabyte is actually 1,048,576 bytes. So, more accurately a 20 GB hard drive is about 19,073 megabytes.) Since I have about a 19,073 megabyte hard drive, let's look at the way I decided to break mine down:

Drive C: 3,000MB (Operating System)
Drive D: 4,300 MB (Programs)
Drive E: 4,300 MB (Programs)
Drive F: 4,300 MB (Programs)
Drive G: 3,170 MB (Files & Downloads)

By the way, don't worry about how the numbers add up, since FDISK will round the numbers.

Next, we need to understand how FDISK works. Despite popular belief, FDISK creates 2 DOS partitions, regardless of how many drives you create. DOS Partition 1 automatically becomes the PRIMARY DOS Partition, and also the C drive. DOS Partition 2 automatically becomes the EXTENDED DOS Partition, which holds the "Logical" drives (D, E, F, etc.). If you decide that you only want one single large drive, then DOS Partition 1 will be 100% of the hard drive, and DOS Partition 2 will be 0% of the hard drive.

Now, let's confuse you a little bit. What if you have 2 physical hard drives? Here's how it works: The MASTER hard drive (Drive 1) is assigned drive C for its Primary DOS partition, and the SLAVE drive (Drive 2) will be assigned whatever drive letter follows the last one that was assigned to the master hard drive. For example, if the master hard drive is partitioned to C, D & E drives, then the slave drive will begin with F drive. The logical drives for the slave will continue with G drive, H drive, etc. However, in order for it to work this way, you must assigned C drive (on the master hard drive) as the "active" partition, and you must ensure that no drives on the slave are set as active. More on that later.

Okay, in my example my physical hard drive holds about 19,073 MB. Drive C is my active Primary DOS partition and is 3,000 MB in size. That leaves somewhere around 16,073 MB for my Extended DOS partition which holds Logical drives D, E, F & G for which the sizes are as listed above.

Now that you have an idea of how FDISK works, let's go into actually using it.

Using FDISK:

If you've made it this far, then you are probably prepared to actually use FDISK. So let me say this: don't be afraid of it. As a matter of fact, play around with it until you get used to it, as it is a little odd. The only reason I can think of that you might have any fear of FDISK is that you are not prepared to reformat your hard drive.