Stuck in Emergency mode
So I’ve been setting up my secondary drives to auto mount after reformatting them to BTRFS, followed the guide and all are pointed at /var/mnt/[drive folder name]. Rebooted to make sure that the drives mounted correctly and got hit with emergency mode. I can boot into ostree 1 instead of ostree 0. Any help to fix ostree 0 would be greatly appreciated.
8 Replies
You should be able to follow this guide https://docs.bazzite.gg/Advanced/Auto-Mounting_Secondary_Drives/#emergency-mode-after-mounting
Auto-Mounting Secondary Drives - Bazzite Documentation
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
Once you are out of emergency mode and have ostree 0 booting, post your /etc/fstab file and lets see if we can get your automounting working properly
Thank you!
Missed the video hit panik mode straight away :SMH:
You need to follow the steps in this documentation for automounting the drives https://docs.bazzite.gg/Advanced/KDE_Partition_Manager_Auto_Mount_Guide/ You should always mount the drives with the UUID (since the /dev/sdx can change if you switch drives around) and it's very important to have the nofail flag.
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.
Yep, I rushed it.
As soon as I posted that I realised what I'd done
Over confidence from doing one drive yesterday
Thanks for the help, redone with UUID instead as I should have
also don't forget to set the options "defaults,compress-force=zstd:3,noatime,lazytime,commit=120,space_cache=v2,nofail"
👍