I’ve got a new computer on the way. My current system is six years old. When I bought it, I was still using Windows; I made the switch over to Linux (specifically Kubuntu) about four years ago. I’ve learned a lot about Linux, but I am by no means an expert.
I’m not even going to give the new computer a chance to boot into Windows. The first time I turn it on, I will boot it directly to a Kubuntu stick, wipe out the current partitions, and start from scratch.
The hard drives in my current computer are even older, I’m guessing eight or nine years. They’re showing no signs of slowing down, but I’m taking advantage of this time to replace them - better safe than sorry.
First of all, I want to be sure my understanding is correct:
In my current setup, there are three hard drives. sda is the boot, a 128GB SSD. sdb and sdc are each 2TB SATA drives. sdb is my /home partition, and all of my games are on sdc. I’ve got sdc mounted as /home/GESancMan/Games. Thus, when I do ‘ls’ on /home, Games shows up as a directory in the list.
I bought a 6GB SATA drive to replace sdb and sdc. My plan is to copy everything on both drives over to the new one. I’m going to copy everything from sdb directly over, then mkdir Games on the new drive, and copy everything on sdc into this new Games directory.
The end result should be that my directory structure will be exactly the same, but everything will be on one hard drive. And since on the old system my games were located in /home/GESancMan/Games, and on the new system my games will be located in /home/GESancMan/Games, everything should run as before; as far as the OS is concerned, nothing has changed. Do I have all of this right?
My second question is on how best to perform my copy operation. I could do it over my network, or even hook the two computers up with an ethernet cable and copy directly. I’ve Googled how to do these things, and it looks like it would be a big pain in the butt trying to figure it out. And I suspect the transfer speed would be slow.
The new machine has a 512GB SSD, which I plan to use as the boot drive, as before. Then my 6TB drive will be sdb on the new machine, and that is it. So I’m thinking the best way to go would be to install the 6TB drive in my old computer, mounting is as /newhome, copy everything over, then install it in the new machine. Then when I install Kubuntu on the new machine, I can simply select the 6TB drive as my /home partition, and be done. Does this sound like a good plan?