cross-posted from: https://lemmy.one/post/27965122
Hello everyone, I just got bazzite installed on a laptop that has two nvme drives, I was originally using the second drive on arch and now that I moved over to bazzite I want to mount it and continue to use it.
what I did was edit the fstab like usual to mount the nvme in /mnt/nvme
but I also noticed that it is showing in /var/mnt/nvme so now Im not sure if I should remove my fstab edit? would bazzite have automounted my drive for me?
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