After installing Bazzite this morning, everything is working great except that my hard drives (2x 4 TB) are not showing up.
I previously used them on Windows for my media and plex server (which I still have dual booted while I get my bearings on Linux), but they’re not showing in Linux.
Any ideas?


Use “fdisk -l” to find the name of your drives, then you can mount them with the “mount” command
lsblkis much easier to read if you just want a short list.& why not simply
# cat /proc/partitions
while one is at it?