Preparing the hard drive |
||||
Some of you may be thinking that partitioning your hard drive with the Fdisk utility, or performing a clean format of your hard drive is a monumental, if not impossible task, but rest assured that with some careful thought and prior planning, it’s easy. Carefully planning your steps and making sure that you understand each one of those steps will be the key to your success! |
||||
Here are some “must do” procedures! |
||||
|
||||
Errata and other useful information: One issue that always generates controversy is how to accurately determine file and drive sizes: Specifically, whether 1 kilobyte (KB) is equal to 1,024 bytes (binary) or 1,000 bytes (decimal). Depending on the context, both can be correct. Most people are more familiar with the decimal number system than with the binary number system. Consequently, the decimal “equivalent” is often used. If you would like more information on this issue, a great source would be the Maxtor Web site, which discusses this in depth. Another issue that we frequently receive email about are drive letter problems (How to Change Drive Letters). The Windows 3.X, 95 and 98, and specifically FAT 16 and FAT32, are descendants of the DOS (Disk Operating System) file system. This is the determining factor for the current partitioning and drive letter schemes of “A” through “Z”. Disk partitioning became necessary when hard drives exceeded the 32 megabyte (MB) limitation imposed by old DOS. Unfortunately 32 MB is not enough room for the Windows operating system, much less the programs loaded after it. As megabyte drives gave way to gigabyte drives, the file system had to be increased and extended to accommodate them. Although many different schemes were examined and a number of them successfully emerged, the FAT32 and EXTEND systems prevailed. To complicate matters even more, these extended file systems were extended even further and became known as FAT32X and EXTENDX. The following will focus on the EXTEND or EXTENDX type of partition because of the peculiar way this partition type affects drive lettering. The only difference between the these two is that the X identifies the partition as larger than *8.4 GB. If an X is needed, then it will be added automatically. When you create partitions you must begin with C as the first partition because A and B are reserved for small disk devices (even if you have none or only one). In other words, the first “active” partition on the first hard disk will always be C. Unfortunately this is unavoidable. Typically, all additional available partitions (available as they are active DOS partitions) are contained within the EXTEND type of partition. This is not a problem until you add another hard drive to your system. Suddenly the first active partition on the secondary drive becomes D and what was D primary drive becomes E. If you have another device, such as a CD-ROM drive, designated as the E drive, then it may now be reassigned as F, G, or H depending upon the number of physical drives and partitions that were created. The problem that often crops up is that programs and files are referenced by drive letters. When the drive letters are reassigned, programs cannot locate their files and vice versa. If you are like most people, when you format and reinstall your operating system and program files, you mutter to yourself, “Isn’t there a better way?” Well, we’re not sure that it is better, but it helps. Read on! Partitioning Secondary Drives: There is a secret to making drive letter assignments behave, and that is to start with EXTEND partition types on secondary drives and beyond. Therefore, if your first hard drive is partitioned into C, D, and E, and you add a new drive, then configure it as an EXTEND type so that it will be appended to your letter list and begin with F. It really is just that simple. For example, let’s assume that you have one hard drive currently installed, and you want to install another. After you have read the instructions, you plug it in to the appropriate slot, start the computer in DOS mode, and then run FDISK. Now FDISK asks whether you want large drive support, which you do if your drive exceeds 2 gigabytes, and it asks whether you want to create a DOS partition, which you do. Now FDISK asks whether you want to create a primary or an extended DOS partition. Now here is where people make their mistake, they choose to create a primary rather than an extended partition. Create an extended partition, and allow it to cover the entire hard drive. You can create logical drives within the extended (extend) partition, but restart your computer first, and then go back into FDISK to create logical drives. Why? Because of a “bug” in FDISK that can be overcome by restarting the computer after creating an Extend and before creating the logical drives (remember, if an X is needed it will be added automatically). If you don’t restart, there are cases where FDISK will miscalculate the logical partitions. Restart your computer in DOS mode, and then format each drive that you created. One very big caution before you format, confirm that the drive letters have not changed due to some error in the process by first trying to access the new drive letter before you format. Therefore, if your first hard drive ended with E, then you should expect the next drive letter to be F. If you type “F:” (no quotes) and then press , you should see a prompt “F:\>”. But when you type DIR and then press to perform a directory scan, you should see an error message because that partition (extend) has not yet been formatted. Keep pressing F (for Fail) until you see a prompt. You can then type C: and then press Enter to get back so you can run Format . This is an important check, because the last thing you want to do is accidentally format the wrong drive. Another issue is that of Assigning Drive Letters to Devices Other Than Hard Drives: DOS reserves and assigns drive letters for hard drives beginning with C. As a result, CD-ROM drives and similar devices will always get bumped to the drive letters beyond your last hard drive partition. If there is a way around this we have yet to find it. You can assign higher drive letters to devices by way of Control Panel, System icon, Device Manager, but you cannot force DOS to give up a hard disk partition drive letter. There are some alternatives though. Some utility programs such as Norton’s CleanSweep and Partition Magic, have “move” utilities which can, in some cases, help with this situation. You can also use a registry editor to change the drive letter references in the registry. We caution you though about using third party applications in Windows 95 and Windows 98, such as Oil Change and Clean Sweep. Specifically, we do not provide any technical support for issues that arise as the result of any of these applications having been installed on a system that we have shipped! Technical support for those applications and any problems that arise as the result of their installation remains with the vendor. Using the Registry Editor to Change Drive Letter References: You can use the Windows Registry Editor to edit drive letter references in the Windows Registry. The following information is provided for informational purposes only, and if used you are doing so at your own risk. Always backup the registry before making any changes. The Registry Editor (regedit) has a Find feature, as part of the Edit profile, that you can use to locate and manually edit drive letter designations as necessary. As an example, if your CD-ROM was changed from F to D, then you would simply find F: and replace it with D:. This procedure will take care of all registry references, but you will still need to change the properties for any Start menu items and desktop icons. This is performed by right-clicking the item and selecting its properties. It is still possible though, after all of this effort, that you will have missed some pointer reference, in which case you will need to reinstall the program or programs affected by the changes you made. Mixing SCSI and IDE Hard Disk Drives: Many times we receive calls from customers who created a mixed drive environment when they have added hard drives to their computers that were formerly all IDE drives. When creating a mixed drive environment, regardless of the reason, you may need to open your BIOS configuration utility to specify the order in which you want the drives to load or initialize. Some BIOS configuration utilities cannot specify the load order, however most newer BIOS’s normally will enable you to create this mixed environment and specify the load order. You should always check your system documentation to determine if this can be done as well as how to it. Always back up the data on your drive before making any changes just in case something goes wrong. |
||||
The Partitioning Procedure |
||||
|
||||
|