Secondary Drive Requesting Password to Mount?

Howdy, I am experiencing an odd issue where one of my NVMe drives does not mount automatically while in the Steam Gaming mode after initial boot. Is there any way I can avoid having to type the password in desktop mode and just have it automatically mount without having to type in a password? Appreciate the help from the community! Here is my /etc/fstab for those who need it.
#
# /etc/fstab
# Created by anaconda on Sat Mar 1 02:01:44 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=0f25c1ee-2ec2-481b-b4f1-45fc671d47bf / btrfs subvol=root,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=edfee5c6-b627-4238-a26f-5d8cfe082e25 /boot ext4 defaults 1 2
UUID=8F3A-C6CC /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=0f25c1ee-2ec2-481b-b4f1-45fc671d47bf /home btrfs subvol=home,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=0f25c1ee-2ec2-481b-b4f1-45fc671d47bf /var btrfs subvol=var,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
#
# /etc/fstab
# Created by anaconda on Sat Mar 1 02:01:44 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=0f25c1ee-2ec2-481b-b4f1-45fc671d47bf / btrfs subvol=root,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=edfee5c6-b627-4238-a26f-5d8cfe082e25 /boot ext4 defaults 1 2
UUID=8F3A-C6CC /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=0f25c1ee-2ec2-481b-b4f1-45fc671d47bf /home btrfs subvol=home,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=0f25c1ee-2ec2-481b-b4f1-45fc671d47bf /var btrfs subvol=var,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
16 Replies
asen23
asen237d ago
so it was automounted but isnt anymore? can you show sudo lsblk -f
Rat
RatOP7d ago
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
└─sda1 btrfs 4TB Games 029e1b22-f2d8-4dde-b28a-334ff101fa33 3.4T 5% /run/media/Renin/4TB Games
zram0 [SWAP]
nvme0n1
└─nvme0n1p1 btrfs 2TB Games 50c28527-8949-484c-8cc2-c7d277ca1e57
nvme1n1
├─nvme1n1p1 vfat FAT32 8F3A-C6CC 586.3M 2% /boot/efi
├─nvme1n1p2 ext4 1.0 edfee5c6-b627-4238-a26f-5d8cfe082e25 747.6M 16% /boot
└─nvme1n1p3 btrfs bazzite-deck_fedora 0f25c1ee-2ec2-481b-b4f1-45fc671d47bf 275.7G 40% /usr/share/wireplumber
/usr/share/pipewire
/var/home
/var
/sysroot/ostree/deploy/default/var
/usr
/etc
/
/sysroot
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
└─sda1 btrfs 4TB Games 029e1b22-f2d8-4dde-b28a-334ff101fa33 3.4T 5% /run/media/Renin/4TB Games
zram0 [SWAP]
nvme0n1
└─nvme0n1p1 btrfs 2TB Games 50c28527-8949-484c-8cc2-c7d277ca1e57
nvme1n1
├─nvme1n1p1 vfat FAT32 8F3A-C6CC 586.3M 2% /boot/efi
├─nvme1n1p2 ext4 1.0 edfee5c6-b627-4238-a26f-5d8cfe082e25 747.6M 16% /boot
└─nvme1n1p3 btrfs bazzite-deck_fedora 0f25c1ee-2ec2-481b-b4f1-45fc671d47bf 275.7G 40% /usr/share/wireplumber
/usr/share/pipewire
/var/home
/var
/sysroot/ostree/deploy/default/var
/usr
/etc
/
/sysroot
No description
Rat
RatOP7d ago
When I first setup the system yes. I have since updated my system and it's led to this issue
asen23
asen237d ago
run this
sudo udevadm control --log-priority=debug
sudo udevadm control --reload-rules && sudo udevadm trigger
sudo journalctl -u systemd-udevd -r | fpaste
sudo udevadm control --log-priority=debug
sudo udevadm control --reload-rules && sudo udevadm trigger
sudo journalctl -u systemd-udevd -r | fpaste
asen23
asen237d ago
can you run the last command again, it seems to missed the automount event
Rat
RatOP7d ago
I will have to get back to you about that in a few hours Appreciate the help btw
asen23
asen237d ago
np, take your time also if you do it later probably redo the whole command but wait 5 mins maybe before that last command
asen23
asen237d ago
huh its still not showing what is rpm-ostree status -b and ls /usr/lib/udev/rules.d
Rat
RatOP7d ago
asen23
asen236d ago
oh you are on f41 any reason you havent updated?
Rat
RatOP6d ago
Having issues with deck loader crapping out, I typically wait a bit I can update if needed
asen23
asen236d ago
if you want automatic automount you should update you can do manual automount as an alternative
Rat
RatOP6d ago
Just updated, and it seems to have fixed it. Appreciate your help!
asen23
asen236d ago
yw

Did you find this page helpful?