10
How to mount second nvme
(lemmy.one)
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
https://m.youtube.com/watch?v=6K1LTCNTgCE
This is for PopOS!/Ubuntu but should work for Bazzite/fedora. Make sure to change/edit the commands as necessary. I mount my second drive within the home folder so steam reads it easier but you do what you like.
Basicly the video is going to show you how to edit Fstab. Windows automatically detects second drives whereas Linux makes you add the drive to the Fstab file. Personally I wish it was as easy as windows but here we are
For OP - Bazzite works a little differently as an immutable OS. Basically only a small handful of directories are editable, and the immutable nature is intended to help provide stability, particularly for users who don't want to tinker as much (at least that's my understanding).
Here's their documentation on auto mounting drives. You'll probably want the link titled "KDE Partition Manager Guide" under GUI Methods.
But you can edit
/etc/fstab
as suggested here, and I've done it that way. Just need to mount it under/var/mnt/
and disregard locations recommended by guides that pertain to other distros.Edit: just saw someone else posted the same link, whoops!
Good stuff to know, thanks for the reply