There are many times that you will want to get personal with your hard disk drives. In linux there are great tools for manipulating partitions, tuning performance, and saving partition information in case of problems.
Not sure what partintioning your HDD means? Check out this great partitioning primer that describes how HDDs are built and how partitions are stored on the HDD.
First a word of warning:
Using these tools incorrectly can be hazardous to your data's health. Backup early and read the documentation for these tools before you use them.
The fdisk utility is used for partitioning a drive. I find this utility the easiest to use and prefer it for creating partitions. Fdisk is usually included in a Linux distribution.
Parted is the Swiss Army knife of partition tools. It can create, resize, copy, and check partitions. I feel that its greatest strength is the ability to resize and copy partitions.
Want to make sure that your HDDs are puming data the fastest they can? Then hdparm is the tool you need. Setting the parameters of operation for you HDDs can make a significant difference in the performance of you HHDs.
However, I have found that if you set the wrong parameter or set a parameter incorrectly for your HDD, you can fubar the filesystem. Therefore, make sure you read the documentation for hdparm and find out as much information about your HDDs and information about your chipset's HDD interface. You did read the earlier warning right?
Partition Image is your best defence against hosing your data using the tools I have described. This tool allows you to make a logical image of a partition and later if you need to, restore that image. Note that I said logical image, meaning that only data is included in the partition image not empty space. Believe me, this makes a huge difference in image file sizes.
If you have ever installed a version of Windows, you know how long it can take to get all the drivers installed. Why Windows needs to reboot at the slightest configuration change I will never know. I now use Partition Image to make an image of a Windows partition just after installation so that you only need to restore the image to get Windows back to a sane state.
There are other tools that you may want to look at if you did not find the ones I use to your liking.
|
Copyright © 2000-2007 by James Davidson
moria@greycastle.net http://moria.greycastle.net/ Last modified: 2007-Jul-23T00:00:05 PDT |
|