I decided to install and overwrite the windows 10 installation with Zorin OS on my main SSD. This time, I want to seperate the home directory into a partition. Then, transfer my old home files there.
|
The new installation is currently formatted as ext4.
Current setup (and fdisk later)
I have two SSD drives and one unmounted backup HDD drive. The first SSD drive is 1TB as /dev/sda, I use this drive for a fresh Zorin OS 17 install with / and /home directory on /dev/sda3 as filesystem ext4.
|
The second SSD is 256GB as /dev/sdb, it's unbootable because of an btrfs error, it contains my previous Zorin OS install including my /home on /dev/sdb3 as filesystem btrfs.
Previous attempt
I've spent my sleep trying to get btrfs to cooperate with systemd mount in the emergency terminal.
|
Even after rm -rf'ing the /home directory and @home subvolume on the /dev/sda3, then updating fstab to the cloned home partition /dev/sda4/home in live environment.
|
Felt defeated, so I reinstalled Zorin OS as ext4 this time.
Goal
I want to create a new /home partition on the first SSD as /dev/sda4, then transfer my old /home files from /dev/sdb3.
|
This time I want to configure fstab correctly to use my old /home directory without failing systemd mounts on boot.
Offnote
I'll keep the second SSD as a backup of my filesystem. The HDD is in NTFS with win10 backups, I dunno if I can clone /dev/sdb3 to it yet.
|
I'm familiar with Gparted, blkid, and fstab from my last attempt. I'm still not familiar with btrfs-tools with its subvol logic yet.
|
I'll continue replying with updates on mobile. Open for any suggestions.