I have a question:
when I type the command sudo lsblk -o, I get the following:
NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL", my outcome looks like this:
NAME FSTYPE SIZE MOUNTPOINT LABEL
sda 119.2G
├─sda1 vfat 512M /boot/efi
├─sda2 ext4 110.8G /
└─sda3 swap 8G [SWAP]
sdb 931.5G
125G SSD is my sda and 1TB HDD is my sdb.
I was having a problem installing Ubuntu, and I ended up installing the os on both drives. Then I formatted HDD using sudo dd if=/dev/zero of=/dev/sdb because I want to boot from SSD. So now all my data and partitions are erased in hdd.
I want to use 1TB HDD as my primary storage disk and I think that requires me to move /home to HDD. Any quick advice on how to do that? And how do you think I should partition my HDD?