Thanks for the quick replies. Since there wasn’t anything on the screenshot worth copy/pasting like paths or commands, I did not bother preformatting it, it was included to show how I came to my conclusion. But I will better my life in this reply
When opening the properties of my home dir, I get to see this:
That disk it’s mounted from is my old drive.
Below the result of fdisk -l
Disk /dev/nvme1n1: 1,82 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: Samsung SSD 990 PRO with Heatsink 2TB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 4BC25F84-457C-4028-8AFD-465DF099DD37
Device Start End Sectors Size Type
/dev/nvme1n1p1 2048 67110911 67108864 32G Linux swap
/dev/nvme1n1p2 67110912 3907029134 3839918223 1,8T Linux filesystem
Disk /dev/nvme2n1: 931,51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: KINGSTON SA2000M81000G
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 53C9E1FD-3285-403A-BA7B-806568D2398E
Device Start End Sectors Size Type
/dev/nvme2n1p1 2048 102402047 102400000 48,8G Microsoft basic data
/dev/nvme2n1p2 102402048 167938047 65536000 31,3G Linux swap
/dev/nvme2n1p3 167938048 168988671 1050624 513M Microsoft basic data
/dev/nvme2n1p5 168988672 680988671 512000000 244,1G Linux filesystem
/dev/nvme2n1p6 680988672 1953523711 1272535040 606,8G Linux filesystem
Disk /dev/nvme0n1: 931,51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WD_BLACK SN850X HS 1000GB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 3A8A2ADC-F27F-4E50-AB7F-66689455F173
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 3149823 3147776 1,5G EFI System
/dev/nvme0n1p2 4198400 4231167 32768 16M Microsoft reserved
/dev/nvme0n1p3 4231168 1133252607 1129021440 538,4G Microsoft basic data
/dev/nvme0n1p4 1133252608 1134321663 1069056 522M Windows recovery environment
/dev/nvme0n1p5 3149824 4198399 1048576 512M Linux filesystem
/dev/nvme0n1p6 1134321664 1646321663 512000000 244,1G Linux filesystem
/dev/nvme0n1p7 1646321664 1748721663 102400000 48,8G Microsoft basic data
Three drives:
/dev/nvme0 = Old, contains Windows, an Ubuntu and whatnot
/dev/nvme1 = New, contains my active openSUSE
/dev/nvme2 = Old, contains experimental openSUSE, another Ubuntu (don’t ask)
The UUID mentioned in fstab d30470e4-d4a1-4628-9ac7-3abdce16b76e
can be found using blkid, it is indeed of /dev/nvme2:
/dev/nvme2n1p6: LABEL="openSUSE" UUID="d30470e4-d4a1-4628-9ac7-3abdce16b76e"
So there you have it… since this UUID is mentioned in fstab, the /home mount matches that drive and the remaining space matches that drive as well, I would say the old drive is used. And since that same UUID is mentioned for a whole lot of system critical folder, I’m assuming those are from the old drive as well. Perhaps I’m mistaking there, being new to Linux and openSUSE. If so please set me straight