Am 16.03.2021 um 02:34 schrieb Michael Biebl:
Apparently /dev/sdb2 is not attached during boot, but you have listed it in /etc/fstab. Therefore systemd is waiting for it.You probably want noauto or nofail here, but not defaults.
Please also keep in mind, that the kernel provided names are not necessarily stable, so I would advice to *not* use /dev/sd* but instead
UUID= or LABEL= in /etc/fstab.
