Why spend all the money of partitioning your hard drive when you can do it from the start!If you have the luxury of being able to partition your hard disk here's a way you can partition your machine so that you will never need any defragmentation software!
Generally you have the following types of information:
- Operating System (OS)
- Programs like Word, Powerpoint, etc...
- Swap File (Operating system temporary storage)
- Data like your information
- Reference information or information that is not really used often
Before we move on you have to understand how hard drive works. Normally the first part of the Hard Disk is the fastest, latter parts of the drive are generally slower. Therefore you should generally put the most referenced information at the start of the drive.
Single Drive Configuration
Disk 1
- OS & Swap >15GB
- Software >30GB
- Data
With this mode the Operating System and Swap is on the first part of the drive, which will make it the fastest to load. It will also ensure that your Operating System will never be fragmented.
The second partition is the next most used group which will be your programs. You have to be diligent to install your application on this partition (should be D or E drive depending on where your CD is). Bear in mind that you are bound to forget to install things on the D drive, some files needs to be installed on the C drive.
The last partition contains your data.
 
Double Drive Configuration
Disk 1
- OS & Swap >30GB
- Reference Data
Disk 2
- Swap ~5GB
- Software >30GB
- Data
With this approach the OS is on the first drive (which it has to be for Windows). Your software is on your second drive which will speed up your boot time significantly because Windows will pull both from the OS on load and your programs at the same time.
By placing a 5GB partition on the first part of the second drive you will ensure that the swap is in the fastest possible position. But note that you have to configure swap on your OS drive as well (this is a Microsoft requirement) and according to Microsoft Windows will automatically balance between multiple swaps.
I generally put my data on the second drive because normally you aren't loading up new programs and your data files at the same time. I also use the reference data partition as my backup for my live data just in case one of the hard drives dies on me.
Comments