I do upgrade my hard disk drives every 3 years or so, before they die unexpectedly or I run out of space. And this is not time consuming at all. Here is what I do.
- Buy new HDD. I usually buy some of the cheapest models available. If you buy every 3 years then you have a good chance that your new HDD will be twice as big as your current one.
- Download and burn Linux live-CD, e.g. Ubuntu
- Attach your new HDD to the computer. You may use USB HDD enclosure for notebooks to attach new HDD using USB port.
- Boot Linux live-CD.
- Start command line shell. Use menu "Applications/Accesories/Terminal" in Ubuntu.
- Make sure you see both disks:
sudo fdisk -l
It is likely that your old disk is available as "/dev/sda" and your new one is available as "/dev/sdb". - Copy complete content of your old disk, to the new one.
sudo cp /dev/sda /dev/sdb
- Resize partition and file system or create new partition.
sudo parted /dev/sdb
The last step? Erase data on your old HDD and sell it on eBay.
Forget time-consuming reinstalls.
No comments:
Post a Comment