Howdy, I cannot for the life of me figure out why things are happening the way they are.
What I have: a custom-built desktop PC that dual-boots into Bazzite 44 by default and Windows 11 by choice, with 6 storage devices: 2x HDDs and 4x SSDs.
One of the HDDs and three of the SSDs are mostly BTRFS-formatted, and the other HDD and SSD are mostly NTFS-formatted. All six of the devices are viewable and controllable in the GNOME-Disks utility, and all six of them are also displayed in the output of cat /etc/fstab.
Five of the devices (not Windowsâ home device) are configured to automount on startup of Bazzite, but only two of those five actually do: Bazziteâs home device (BTRFS-formatted SSD) and the NTFS-formatted HDD. When I open GNOME-Disks and click the âplayâ button (hover-text says âMount selected partitionâ) for any of the devices that failed to automount, I get prompted for my user password (presumably because itâs doing a SUDO operation), and then I see no indication of success or failure aside from the fact that absolutely nothing has changed and the partition has not mounted.
When I go to the CLI and enter sudo mount <path/to/device> <path/to/mounting/dir> and enter my user password, the partitions mount totally fine.
Iâm not sure what this is worth, but for the record none of the devices auto-mount when I boot into Windows except for the NTFS-formatted SSD and HDD, which is what I want when booting into Windows.
Could anyone please help me understand why GNOME-Disks is unable to mount these partitions, and more importantly why the partitions (named Unger, Metcalf, and Lockett) donât auto-mount on startup?
You can comfortably assume I know very little if not nothing about how Linux/Fedora/Bazzite handles device mounting because Iâm still very new to this.
Output of cat /etc/fstab:
benji@bazzite:/var/home/benji$ cat /etc/fstab
#
# /etc/fstab
# Created by anaconda on Thu Jul 11 05:03:54 2024
#
# 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.
#
# Updated by bootc-fstab-edit.service
UUID=dacc794d-b2fc-4609-8155-4de2caa16364 / btrfs subvol=root,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2,ro 0 0
UUID=41789171-ea61-4d03-a90d-305c66276069 /boot ext4 defaults 1 2
UUID=4858-8FDC /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=dacc794d-b2fc-4609-8155-4de2caa16364 /home btrfs subvol=home,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
UUID=dacc794d-b2fc-4609-8155-4de2caa16364 /var btrfs subvol=var,noatime,lazytime,commit=120,discard=async,compress-force=zstd:1,space_cache=v2 0 0
/dev/disk/by-uuid/e4d00753-856a-4e8d-a034-995d98bce018 /mnt/e4d00753-856a-4e8d-a034-995d98bce018 auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=SSDhasslebeck 0 0
/dev/disk/by-uuid/D016844316842C92 /mnt/metcalfmount auto nosuid,nodev,nofail,x-gvfs-name=SSDmetcalf,x-gvfs-show 0 0
/dev/disk/by-uuid/461E66181E660173 /mnt/wilsonmount auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/74086D39086CFB8C /mnt/wagnermount auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=HDDwagner 0 0
/dev/disk/by-uuid/76F462B1F46272F3 /mnt/ungermount auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=HDDunger 0 0
/dev/disk/by-uuid/76F25707F256CACF /mnt/lockettmount auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=SSDLockett 0 0
/dev/disk/by-uuid/b74cb313-07f7-4f85-a50e-4f4e42b34c07 /mnt/ungermount auto nosuid,nodev,nofail,x-gvfs-show,rw 0 0
/dev/disk/by-uuid/9faca75a-83da-4da2-ae6f-5e36eb5a8de8 /mnt/wilsonmount auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/ed847b52-e63e-479d-b956-ec3f8d106cc5 /mnt/ungermount auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/065b38e7-7bec-4fac-bffd-aba33365781f /mnt/wilsonmount auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/32a3c793-3769-4259-abbb-d1833299f82b /mnt/metcalfmount/ auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/C87E573D7E57238A /mnt/C87E573D7E57238A auto nosuid,nodev,nofail,x-gvfs-show,noauto 0 0
/dev/disk/by-uuid/e4af1560-78e0-44c6-a7ef-343bb427957a /mnt/metcalfmount auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=SSDmetcalf 0 0
/dev/disk/by-uuid/2b80d769-0c68-4bc2-8197-229ca793f1e2 /mnt/ungermount auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=HDDunger 0 0
/dev/disk/by-uuid/292b4342-2133-47bb-a83c-07de993bb7c9 /mnt/lockettmount auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=SSDLockett 0 0
Output of sudo blkid
benji@bazzite:/var/home/benji$ sudo blkid
[sudo] password for benji:
/dev/nvme0n1p1: LABEL="Metcalf" UUID="e4af1560-78e0-44c6-a7ef-343bb427957a" UUID_SUB="dc1627ec-5d56-4e42-af55-d546a42ef345" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="f275eb3c-d6e9-414f-af0f-75fa37e3bdb9"
/dev/sdd1: LABEL="Unger" UUID="2b80d769-0c68-4bc2-8197-229ca793f1e2" UUID_SUB="5ab0e06b-db43-4fb5-9240-407b87a42fe4" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="facd3c10-d69c-4e87-8b90-ee8a5953a3b7"
/dev/sdb2: BLOCK_SIZE="512" UUID="C87E573D7E57238A" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="0ef7fead-8f79-4cfd-8aef-e7a1df083a24"
/dev/sdb3: BLOCK_SIZE="512" UUID="9EBE2ED6BE2EA6AD" TYPE="ntfs" PARTUUID="4a2e8642-372c-4290-ac38-f247766c56bf"
/dev/sdc1: LABEL="Wagner" BLOCK_SIZE="512" UUID="74086D39086CFB8C" TYPE="ntfs" PARTUUID="8288a2c6-01"
/dev/nvme1n1p2: UUID="41789171-ea61-4d03-a90d-305c66276069" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="2db1014f-a239-44b1-aea3-01406721f986"
/dev/nvme1n1p3: LABEL="bazzite-nvidia_fedora" UUID="dacc794d-b2fc-4609-8155-4de2caa16364" UUID_SUB="ed897098-aa5f-4f34-aace-b39b9f0093ce" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="11aefc0f-b794-4fbc-bcf5-5b0438ce6528"
/dev/nvme1n1p1: UUID="4858-8FDC" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="86185b60-609d-4aa1-9f8e-54fffd25e1fc"
/dev/sda1: LABEL="Lockett" UUID="292b4342-2133-47bb-a83c-07de993bb7c9" UUID_SUB="90ab4b95-7c58-4d1e-aebe-31f649ed6795" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="08c60067-01"
/dev/zram0: LABEL="zram0" UUID="17f5b988-4f4c-47f8-9e8d-f2f2d8b2f4c0" TYPE="swap"
/dev/sdb1: PARTLABEL="Microsoft reserved partition" PARTUUID="fc4ca36e-cdfc-4ac4-9b07-873d7621bf59"