I used Mounting Guide but my drive doesnt automount
I followed the bazzite mounintg guide, but the drive always need manual mounting.
Here is my fstab:
´´´
#New Partition /var/mnt/games /var/mnt/games defaults,compress-force=zstd:3,noatime,lazytime,commit=120,space_cache=v2,nofail 0 0
/etc/fstab
Created by anaconda on Thu Mar 20 13:54:43 2025
Accessible filesystems, by reference, are maintained under '/dev/disk/'.
See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
After editing this file, run 'systemctl daemon-reload' to update systemd
units generated from this file.
UUID=7ee910b2-dd78-4eea-8a7d-e9de4852e7d8 / btrfs subvol=root,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=1c244940-139d-4948-bca6-84d296cf21f6 /boot ext4 defaults 1 2
UUID=E87B-B4F1 /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=7ee910b2-dd78-4eea-8a7d-e9de4852e7d8 /home btrfs subvol=home,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=7ee910b2-dd78-4eea-8a7d-e9de4852e7d8 /var btrfs subvol=var,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=20774a98-c667-4873-ade7-abb2ffc3f475 /var/mnt/games btrfs compress-force=zstd:3,noatime,lazytime,commit=120,space_cache=v2,nofail 0 0
´´´
43 Replies
try putting the file between 3 backticks like
```
content
```
it will show up like
doesnt work with the backticks 🤷♂️
copy paste fairy has arrived
looks correct to me
if you do
sudo systemctl daemon-reload && sudo mount -a
does /var/mnt/games gets mounted?No.
its just empty?
It has this yellow unplugged sign in dolphin and steam didnt recognize it
When I click it in dolphin it mounts
the problem is mounting from dolphin will put it to different folder
btw did you create the /var/mnt/games?
Yes I created that folder
if anyone needs a comparison heres my fstab
what is
sudo lsblk -f

hmm
can you explain what you did on kde part mgr?
like if possible in a detailed way, is it like what docs suggested?
At first I created a new partition. Then I followed the mounting guide..
Maybe I did something wrong on formatting unallocated space
did you create subvols for btrfs in nvme0n1p5? your games drive?
No
ok how did you create the btrfs partition/volume?
KDE Par Mngr: Right click -> new, Assigned space and click ok
Ahh and I set the label games
uhhh im not sure if thats the proper way to set up a btrfs volume
ah ok
So what to do?
also the uuid in your fstab doesnt match
so to make sure, you want to mount the nvme0n1p5 with label "games"?
yes
edit you fstab last entry uuid to that partition uuid
should be the 3f5...
i suggest using
micro
but use whatever you are comfortable withalso just to be sure, are you on main or testing? i assume testing, since you minded the note in the automount docs?
the automounting already landed in stable
ok, thx.
but for some reason the version is too old so it doesnt work lol
after that make sure you dont reboot until you make sure that
sudo systemctl daemon-reload && sudo mount -a
doesnt spit out any error
or you can end up with emergency modeI dont know the difference tbh 😄
But edit the uuid did the trick
thx
oh great
dont know why it was wrong though
if you want to know if youre on stable or testing, just check rpm-ostree status
thanks so muc. It took me some hours now 😄
could be various thing but glad it worked now
And Im on stable. So thanks
also fyi you can also mount by label instead of UUID, so instead of UUID=3f571447-... you can do LABEL=games (only works if partition is labeled)
like
but hey if it aint broke
uuid is usually safer tho
yeah fair, esp if you interact with lots of drives
Yeah thats good to know. Now I should be fine and will edit fstab myself from start from now on.
you should avoid editing fstab directly if you can
Best practice would be?
use gui
kk
also the automounter should be fixed :SoonTM: , you shouldnt need to do this in the future