I currently have my root partition on a 480GB Sata SSD. I recently bought a new NVME 2TB drive which I would like to boot off of.
Using Arch Linux btw. What I plan to do is the following:
- Create a partition table on the new drive, with the same partition layout as the current boot drive (EFI, Swap, /)
- Backup as necessary
- Boot into a live Arch USB environment.
- Mount both drives, use rsync to copy the old root partition to the new root partition on the new drive.
- Recreate boot partition as necessary following the arch install guide.
Where I am stuck is on the 4th step, where do I mount the drives? When installing arch, usually you mount the drive you want to install to to /mnt, but what about the secondary drive, where do I mount that? Should I instead mount the drives to something like /mnt/new and /mnt/old?
I have read the appropriate arch wiki articles, but they don't mention how/where to mount each drive before actually copying the data.