Not sure if this issue belongs here in hardware or in another section, but here goes.
Up until a few days ago, I had no problems with my external USB docking stations. I have three docking stations holding six hard drives which are the backups to the six drives inside the box. In the evening before going to bed, I turn them on, with the drives being automounted by KDE Plasma per the settings under Removable Storage. Then my fwbackups software backs up my internal drives to the external drives. Works fine, no problem - until a couple days ago - and today it got much worse.
The other day I noticed that one of the docking stations kept dropping off the Device Notifier then remounting itself. I assumed the docking station was wearing out and ordered a new one this morning for delivery tomorrow. No big deal.
Today I got a kernel update: openSUSE-SU-2021:0060-1: important: Security update for the Linux Kernel. Reported in Yast as “5.3.18-lp152.60.1” build date 13 January 2021.
Tonight when I turned on the other two docking stations, none of the drives automounted. If I click the down-arrow in device notifier, they mount for a second, then the down-arrow comes back. If I click mount in the Removable Devices section in Dolphin Places, the same thing: the drive mounts momentarily, then unmounts.
If I mount one of the drive partitions onto a test directory under root, it mounts and stays mounted. If I try to mount it as root on the run/media directory specified for the drive, it does not stay mounted, exactly the same as if I mount it from the Device Notifier or Places.
The mount points under /run/media were all owned by root, except for one my normal user account owns. I changed all the mount points to be owned by me, but that doesn’t appear to have made any difference.
My /etc/fstab is as follows - there has been no change since I reinstalled 15.2 a few weeks ago:
rhack@localhost:~> cat /etc/fstab
UUID=f0f32d8c-bb81-4755-9491-5b2e01dcf6b8 / ext4 defaults 0 1
UUID=a9608367-acd0-4aed-b656-f863a57572e8 /home ext4 user,exec,data=ordered 0 2
UUID=A733-DDE3 /boot/efi vfat defaults 0 2
UUID=34ab1271-b4f1-4f39-ba4a-5b2784ed1d8c /Data7 ext4 user,exec,data=ordered 0 2
UUID=01e2fd8f-825b-4348-a731-737962f23ea3 /Data6 ext4 user,exec,data=ordered 0 2
UUID=bba2cf27-d77e-4ef8-9f02-01c29b7c140f /Data5 ext4 user,exec,data=ordered 0 2
UUID=3b92ab72-e309-4c2e-82db-c0bb7a70e82f /Data3 ext4 user,exec,data=ordered 0 2
UUID=b610d0cd-9066-44db-8629-4a2369d11aa5 /Data2 ext4 user,exec,data=ordered 0 2
UUID=8b19f641-2108-410c-9938-3d10ada63d32 /Data1 ext4 user,exec,data=ordered 0 2
UUID=0944b7e1-2694-46cf-8251-da5dd8dce93c /Data14 ext4 user,exec,data=ordered 0 2
UUID=6634fd1b-c4e5-40f7-8d37-cff7b0669c96 swap swap defaults 0 0
UUID=b0737a0c-f918-4c7f-8aa9-bf6b11382e0e /run/media/rhack/Backup1 ext4 noauto,nofail,x-systemd.automount,x-systemd.idle-timeout=2,x-systemd.device-timeout=2
UUID=2968d14c-4bc3-4142-980c-5fe9128499e4 /run/media/rhack/Backup2 ext4 noauto,nofail,x-systemd.automount,x-systemd.idle-timeout=2,x-systemd.device-timeout=2
UUID=92ade3b6-6d6b-4f47-b39c-d7118aadf55f /run/media/rhack/Backup3 ext4 noauto,nofail,x-systemd.automount,x-systemd.idle-timeout=2,x-systemd.device-timeout=2
UUID=08cc8081-bd40-4206-b096-bba7668118bf /run/media/rhack/Backup14 ext4 noauto,nofail,x-systemd.automount,x-systemd.idle-timeout=2,x-systemd.device-timeout=2
UUID=33646f3f-0cf0-47ae-a64a-fc504af9f883 /run/media/rhack/Backup5 ext4 noauto,nofail,x-systemd.automount,x-systemd.idle-timeout=2,x-systemd.device-timeout=2
UUID=8b7843cf-404f-45c2-a0b4-b5bd23be6836 /run/media/rhack/Backup7 ext4 noauto,nofail,x-systemd.automount,x-systemd.idle-timeout=2,x-systemd.device-timeout=2
This is a big problem for me as this is how I do backups of my system. Anyone have any ideas about what could have suddenly changed the ability to automount external USB drives?