Heya, I have an issue with one of my HDDs (specifically the last HDD, all other drives are flash-based). The mounting during boot fails sometimes. If the error occurs I boot into emergency mode:
This is my disk setup:
udo blkid -s NAME -s UUID -s LABEL
/dev/nvme0n1p1: UUID="BDEB-C54C"
/dev/nvme0n1p2: LABEL="endeavouros" UUID="178ba18b-3faa-4b38-b7e5-5b0f5d2f285c"
/dev/sdb2: LABEL="Stuff" UUID="545f70e0-5226-4d38-862e-cf159fbf6e7f"
/dev/sdb3: LABEL="backup" UUID="8c7a3875-418a-49de-8a6e-47a480315c22"
/dev/sdb1: LABEL="Misc" UUID="e0e1bff4-1418-4574-b3da-823cfe4fc668"
/dev/nvme1n1p2: LABEL="endeavouros" UUID="178ba18b-3faa-4b38-b7e5-5b0f5d2f285c"
/dev/nvme1n1p1: UUID="5B0B-DC27"
/dev/sda1: LABEL="Data" UUID="fc6a43bb-ec9a-4f23-94e9-eff7cf5f250c"
/dev/zram0: LABEL="zram0" UUID="d497e170-de2a-4076-b4ec-04a7633aaccd"
I mount during boot time via fstab:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=BDEB-C54C /boot/efi vfat defaults,noatime 0 2
UUID=178ba18b-3faa-4b38-b7e5-5b0f5d2f285c / btrfs subvol=/@,defaults,noatime,compress=zstd 0 0
UUID=178ba18b-3faa-4b38-b7e5-5b0f5d2f285c /home btrfs subvol=/@home,defaults,noatime,compress=zstd 0 0
UUID=178ba18b-3faa-4b38-b7e5-5b0f5d2f285c /var/cache btrfs subvol=/@cache,defaults,noatime,compress=zstd 0 0
UUID=178ba18b-3faa-4b38-b7e5-5b0f5d2f285c /var/log btrfs subvol=/@log,defaults,noatime,compress=zstd 0 0
UUID=178ba18b-3faa-4b38-b7e5-5b0f5d2f285c /Virtual btrfs subvol=/@virtual,defaults,noatime,compress=zstd 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
#local disks
UUID=fc6a43bb-ec9a-4f23-94e9-eff7cf5f250c /Data ext4 defaults,noatime 0 2
UUID=e0e1bff4-1418-4574-b3da-823cfe4fc668 /Misc ext4 defaults,noatime 0 2
UUID=545f70e0-5226-4d38-862e-cf159fbf6e7f /Stuff ext4 defaults,noatime 0 2
UUID=8c7a3875-418a-49de-8a6e-47a480315c22 /backup ext4 defaults,noatime 0 2
# NFS shares
---- snipped because NFS irrelevant ---
Any ideas what’s going on here? It does not matter what I do in emergency mode - reboot, shutdown, continue, as soon as I am in the GUI I can use the HDD just as normal. Confusing…
