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?

  • mumblerfish@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    13 hours ago

    lsblk will show if they are detected. You should be able to identify them by size.

    mount to see if they are mounted.

    They will probably have generic names, e.g. /dev/sdb or so in these commands. To identify specifics about which disk is which, look at something like ls -l /dev/disk/by-id/ and see which device they are linked to.