Difference between revisions of "Harddrive Upgrade"

From ThinkWiki
Jump to: navigation, search
m
(IBMDOCURL and remove recommendation of discontinued brand)
Line 5: Line 5:
 
* Faster drives
 
* Faster drives
 
* To replace a malfunctioning drive
 
* To replace a malfunctioning drive
 
= Options =
 
 
[http://www.seagate.com/www/en-us/products/laptops/momentus/ Seagate Momentus] 2.5-inch notebook drives are highly recommended.
 
  
 
= Howto =
 
= Howto =
Line 17: Line 13:
 
# Boot with a liveCD such as Knoppix or Ubuntu's LiveCD
 
# Boot with a liveCD such as Knoppix or Ubuntu's LiveCD
  
Normally your hard drive would be /dev/hda and your external USB hard drive upgrade should be /dev/sda. Check with `dmesg` if this is the case. There is [http://thinkwiki.org/wiki/How_to_copy_a_Linux_installation several different irksome ways to migrate your data to the upgrade.] I've performed the `cat` method:
+
Normally your hard drive would be /dev/hda and your external USB hard drive upgrade should be /dev/sda. Check with `dmesg` if this is the case. There is [[How to copy a Linux installation|several different irksome ways to migrate your data to the upgrade]]. I've performed the `cat` method:
  
 
  cat /dev/hda > /dev/sda
 
  cat /dev/hda > /dev/sda
Line 25: Line 21:
 
And then resize the partition with the tool `parted`. This takes far less time thankfully, 30 minutes in my case.
 
And then resize the partition with the tool `parted`. This takes far less time thankfully, 30 minutes in my case.
  
Now the tricky part, [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-42410 taking your hard drive out and replacing it with the upgrade.]
+
Now the tricky part, {{IBMDOCURL|MIGR-42410|taking your hard drive out and replacing it with the upgrade}}.
  
 
# Shutdown the machine, disconnect from the mains and take out the battery.
 
# Shutdown the machine, disconnect from the mains and take out the battery.
 
# Take the upgrade out the USB enclosure. In my case my upgrade got stuck in the USB enclosure. Be wary of these types of awful situations!
 
# Take the upgrade out the USB enclosure. In my case my upgrade got stuck in the USB enclosure. Be wary of these types of awful situations!
# With a good Philips screw driver remove the hard drive. Refer to [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-42410 IBM's documentation how to do this.] My tips are to have the lid open when performing this. The hard drive is mounted typically just above your audio jacks - though this depends on your model. Again, check IBM's documentation - there's also step by step instructions available.
+
# With a good Philips screw driver remove the hard drive. Refer to {{IBMDOCURL|MIGR-42410|IBM's documentation how to do this}}. My tips are to have the lid open when performing this. The hard drive is mounted typically just above your audio jacks - though this depends on your model. Again, check IBM's documentation - there's also step by step instructions available.
 
# The side panel covering on the hard drive mount clips off and now mounting the new upgrade should be straight forward.
 
# The side panel covering on the hard drive mount clips off and now mounting the new upgrade should be straight forward.
 
# You need to put the b(l)ack panel back on the mount, otherwise it is very difficult to get the hard drive out of Thinkpad's enclosure.
 
# You need to put the b(l)ack panel back on the mount, otherwise it is very difficult to get the hard drive out of Thinkpad's enclosure.

Revision as of 15:14, 9 November 2014

Why?

  • More capacity
  • Quieter drives
  • Faster drives
  • To replace a malfunctioning drive

Howto

  1. Buy the upgrade
  2. Buy a USB enclosure ~10USD
  3. Mount upgrade in the USB enclosure
  4. Boot with a liveCD such as Knoppix or Ubuntu's LiveCD

Normally your hard drive would be /dev/hda and your external USB hard drive upgrade should be /dev/sda. Check with `dmesg` if this is the case. There is several different irksome ways to migrate your data to the upgrade. I've performed the `cat` method:

cat /dev/hda > /dev/sda

This can take as much as an entire day to perform, depending on the size of your original hard drive. You can work out how long it takes if you know the USB throughput.

And then resize the partition with the tool `parted`. This takes far less time thankfully, 30 minutes in my case.

Now the tricky part, taking your hard drive out and replacing it with the upgrade.

  1. Shutdown the machine, disconnect from the mains and take out the battery.
  2. Take the upgrade out the USB enclosure. In my case my upgrade got stuck in the USB enclosure. Be wary of these types of awful situations!
  3. With a good Philips screw driver remove the hard drive. Refer to IBM's documentation how to do this. My tips are to have the lid open when performing this. The hard drive is mounted typically just above your audio jacks - though this depends on your model. Again, check IBM's documentation - there's also step by step instructions available.
  4. The side panel covering on the hard drive mount clips off and now mounting the new upgrade should be straight forward.
  5. You need to put the b(l)ack panel back on the mount, otherwise it is very difficult to get the hard drive out of Thinkpad's enclosure.
  6. Once the swap is complete you should be able to boot into your new hard drive. Thinkpads typically automagically detect the hard drive so, that's it!

Source