You are not logged in.

#1 2013-08-14 06:53:42

beaverusiv
Member
From: Taupo, New Zealand
Registered: 2011-07-09
Posts: 41

[SOLVED] Harddrive migration

I am getting some new computer parts, but I want to be a bit impatient and get my new cpu/mobo now. The problem with this is I will be getting an SSD at some point. Am I better off reinstalling at that point or can I do the initial setup (partition sizes, and config) so that I can just clone everything over to the SSD and keep going?

Last edited by beaverusiv (2013-08-14 08:12:57)

Offline

#2 2013-08-14 07:34:15

kaszak696
Member
Registered: 2009-05-26
Posts: 543

Re: [SOLVED] Harddrive migration

Yes, you can clone, it's not a proprietary OS where there are artificial blockers preventing that. As long as you update relevant configs, make sure all needed modules are in place (if you are running custom-built kernel) and rebuild initrd, you are good to go. Good place to start would be reading rsync manual.


'What can be asserted without evidence can also be dismissed without evidence.' - Christopher Hitchens
'There's no such thing as addiction, there's only things that you enjoy doing more than life.' - Doug Stanhope
GitHub Junkyard

Offline

#3 2013-08-14 08:04:55

beaverusiv
Member
From: Taupo, New Zealand
Registered: 2011-07-09
Posts: 41

Re: [SOLVED] Harddrive migration

I knew I could technically clone, but I wanted to know if a filesystem formatted on a HDD and cloned over is going perform the same as if I format the SSD and not shred it or anything.

Offline

#4 2013-08-14 08:09:49

kaszak696
Member
Registered: 2009-05-26
Posts: 543

Re: [SOLVED] Harddrive migration

beaverusiv wrote:

I knew I could technically clone, but I wanted to know if a filesystem formatted on a HDD and cloned over is going perform the same as if I format the SSD and not shred it or anything.

Why would you do that? All you will need to do is to create new filesystems on your SSD and copy files with rsync or cp -a. You should not use dd to clone between different hard drives, that can end badly.


'What can be asserted without evidence can also be dismissed without evidence.' - Christopher Hitchens
'There's no such thing as addiction, there's only things that you enjoy doing more than life.' - Doug Stanhope
GitHub Junkyard

Offline

#5 2013-08-14 08:12:42

beaverusiv
Member
From: Taupo, New Zealand
Registered: 2011-07-09
Posts: 41

Re: [SOLVED] Harddrive migration

And there's my answer, thanks.

Offline

#6 2013-08-14 08:18:05

kaszak696
Member
Registered: 2009-05-26
Posts: 543

Re: [SOLVED] Harddrive migration

I recommend the method from wiki while you are on it.


'What can be asserted without evidence can also be dismissed without evidence.' - Christopher Hitchens
'There's no such thing as addiction, there's only things that you enjoy doing more than life.' - Doug Stanhope
GitHub Junkyard

Offline

Board footer

Powered by FluxBB