Secondary internal drive cant mount on boot
I have auto boot enables for this device. I followed the bazzite documentation for adding a secondary drive. Its being mount to var/mnt/games I made the changes throught the KDE partition manager.
The requested operation has failed: Error mounting system-managed device /dev/nvme0n1: fsconfig system call failed: /dev/nvme0n1: Can't open blockdev
11 Replies
???
Any help on this?
Rebooting seems to fix it
But then randomly happens on a fresh boot
is it ntfs? show
cat /etc/fstab
No it's not
It's ext4
One moment
Oh weird look at this
/dev/nvme1n1p1 /var/mnt/games ext4 nofail 0 0
/dev/nvme0n1p1 /var/mnt/games ext4 nofail 0 0
I have 2 entrys here
lsblk shows this
nvme0n1 259:0 0 3.7T 0 disk
└─nvme0n1p1 259:1 0 3.7T 0 part
I think I need to remove the first one
Removed and now it shows up its working hopefully i dont get this again
you are missing lot of option
please follow the docs closely
Like what tell me
link me
KDE Partition Manager Auto Mount Guide - Bazzite Documentation
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
Perfect
Thank you
oh also mount by uuid
dont mount using dev name
This is what I have now.
Updated by bootc-fstab-edit.service
UUID=ac4573ec-e447-4341-86d2-87284a3e73bd / btrfs subvol=root00,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2,ro 0 0
UUID=14de40b5-70e5-4d48-9cce-a3146b7ad37a /boot ext4 defaults 1 2
UUID=4581-6301 /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=ac4573ec-e447-4341-86d2-87284a3e73bd /home btrfs subvol=home00,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=ac4573ec-e447-4341-86d2-87284a3e73bd /var btrfs subvol=var00,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=30c573d7-9845-4a6a-aa9b-4b241be37f60 /var/mnt/data ext4 defaults,noatime,errors=remount-ro,nofail,rw,users,exec 0 0
UUID=53fbcc98-fdf1-4691-8a66-81e1d1e21737 /var/mnt/games ext4 nofail,defaults,noatime,errors=remount-ro,nofail,rw,users,exec 0 0
Look good?
yep
last one have duplicate nofail but doesnt really matter i think
I'll remove it
Thanks for the help