Automatic mounting in KDE
I have my Steam library on a second drive but KDE doesn't seem to be respecting the auto-mount settings so I have to mount it by hand each time before launching Steam. Does anyone know how to fix this?
4 Replies
Maybe I just need to add /dev/sda1 /run/media/dylan/Steam btrfs rw,nosuid,nodev,relatime,seclabel,ssd,discard=async,space_cache=v2,subvolid=5,subvo
to my /etc/fstab...
instad of fiddling with
fstab
, see my post: https://discord.com/channels/1072614816579063828/1206413112643948555/1206947902514266223
*.mount
units in combination with *.automount
units is much safer and will 100% do what you need.
It just needs a little effort to write the unit files and place them in proper locations.
It's all explained in those guides i linked to...It would be amazing if the UI did that for me
I've written mount units before for work actually
I don't think there is any UI to automate the creation of this kind of units though...