Z
Z
zelsky2016-01-05 20:13:05
linux
zelsky, 2016-01-05 20:13:05

How to transfer the system from hhd to ssd?

Actually the question itself. I'm thinking of buying an ssd in a laptop, because the sounds of an internal hard drive are not very pleasant. So how is it possible to simply completely transfer the system from the old to the new? Or will it be easier to reinstall the system and then just copy what is important?
In most cases, everything is on github with no such problems. I don’t really want to set everything up again for myself.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
Oleg Tsilyurik, 2016-01-05
@zelsky

$ sudo cp /dev/sda /dev/sdb
Simple byte-by-byte copying of disk to disk.
Or the same can be done with dd.
It often works out.

E
Eugene, 2016-01-05
@JPascal

If you have a younger unix system, then connect a new ssd via Usb or something else. And feel free to execute the command dd
dd if=/dev/(hdd disk without digits) of=/dev/(ssd disk without digits) bs=1mb
When it's over, just turn off the beech, plug the disks and start from a new one.
If Windows, then look towards Acronis.
Acronis will help in the love option.

V
vvs-ts9, 2016-01-09
@vvs-ts9

SSD manufacturers provide migration tools with their products. Usually based on the compact version of Acronis. If possible, then we connect ssd to the laptop and: If Windows, then you just need to insert the disk from the kit to ssd and follow the instructions. If niks then acronyms on a flash drive. From it boot and clone the disk. If it is not possible to connect ssd, then connect hdd and ssd to a stationary computer and use the same acronis to clone the disk.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question