Re: HD to SSD question.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 19.08.2013, Erik P. Olsen wrote: 

> I plan to swap the HD on my laptop with an SSD of same size. Will it work OK
> if I dd the HD to an external HD, swap the HD with the SSD and dd the
> contents back to the SSD?

Technically it would work, but you'll most probably encounter a huge
performance drop. Partitions on SSD drives need to be properly
aligned to the block boundaries (4k), because they use a 
blocksize of 4k (at least the ones I own), similar to the WD "advanced format". 
Most of the rotational drives (except those who use "advanced format"
or similar) use a 512 byte blocksize. DDing such a disk to a solid
state device could be a bad idea.

The best way to do it in my opinion is to backup all partitions using
rsync (*), partitioning and formatting the SSD with proper alignment,
using rsync to transfer the data back, and simply re-install GRUB2. I
have done that quite often, without any problems.

(*) rsync -avxHSAX /source/ /target

Don't forget to switch to the deadline elevator, it works a lot
better than cfq in combination with non-rotational drives.

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux