Manage and configure your HDD

HDD spinning speed is one of the most important factors to increase PC throughput. Once you have a disk with good spinning speed, there are three tasks related to HDD:

1. Preparing the HDD with appropriate partitions. This can be done with windows but it cannot resize the partitions with data persistence. So, if you have to resize or split a partition without losing data, you need a specialized app.

2. Backing up the OS installation to recover if it get’s corrupted. It’s not “if” but “when” you will need this. By backing up your HDD, you can be back with stable PC within minutes after disaster.

3. Keeping the HDD de-fragmented. This is extremely important, I have seen the results of keeping HDD de-fragmented. The inbuilt de-fragmenting tool in windows isn’t enough.

So, what are the available options? The tools I have used for these are:

1. For HDD partitioning, Partition Magic is ubiquitous but I have been using Acronis Disk Director Suite. The UI is more sophisticated and this allows you to split even the system partition.

2. For HDD backup and imaging, Acronis True Image works seamlessly. Click here if you want see it’s comparison with Ghost by someone who used Ghost extensively.

Both of these applications can either be used from within Windows, or used as standalone tool without any operating system. The standalone tools are built on top of a compact Linux kernel and provides comprehensive windowed UI.

3. And finally, for de-fragmenting HDD, Diskeeper is amazing. It keeps your HDD healthy by scheduled and background de-fragmentation. Don’t forget to read the myths about fragmentation on Diskeeper site.

My experience with all three is excellent and I highly recommend them. All of them are $50 each but Newegg will give around 40-50% cheap. Though Acronis apps are as per your needs, Diskeeper is a must have.

Notepad++

Text editor is an essential tool for software developers. While notepad is light and fast, it lacks many features we need to be productive. So I have been trying different options and find Notepad++ to be the right balance. It’s an open source project, simple, fast and have a lot of features. The most important feature for me is syntax highlighting and folding which it does for many languages.

Another feature I use a lot comes after configuring it as the “View Source” editor for IE. To open source files in notepad++, change your default program to open text files in notepad++ using Folder Options.

I know there are are more advanced editors than this. I haven’t tried them all but most of them are kind of real resource hogs or complex. If you haven’t tried notepad++, give it a try.

It is not an advanced editor than Vim or Emacs, but it’s not trying to be. These are in different class of their own. For deep dive on comparisons, check out article on Wikipedia.