You are not logged in.
Pages: 1
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
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
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
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
And there's my answer, thanks.
Offline
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
Pages: 1