![]() |
Upgrading to an SSD
My current laptop HD is 300 GB SATA. I got a 240 GB SSD for my birthday. I figure the best way to upgrade is to boot a live cd and use dd to copy the drive. But I'm a little concerned that the destination drive is smaller that the source drive.
Suggest how I should proceed? |
Happy birthday.
If you're able to connect both drives at the same time, a better approach would be to do a fresh install of your system on the SSD drive and then copy the things that you need. |
I would rather use rsync than dd. Using rsync you can make sure that the partitions on the SSD are aligned correctly and you don't run into problems with the smaller size of the SSD.
|
dd doesn't work well for large to small. Some people reduce size of original but there may still end up a chs issue. SSD's may require some very specific formatting and alignment and maybe some extra linux support.
Also there are in some cases hard drive specific references in grub or fstab. I'd think the clean install would be best or some other file by file copy. A bit by bit copy also copies the errors if any. |
Member Response
Hi,
Quote:
HTH! |
| All times are GMT -5. The time now is 07:09 PM. |