<div dir="ltr">Previously udev used to undo mounts when a device <i>disappeared;</i> when systemd took over the task, it started unmounting things as soon as it noticed that the device <i>doesn't exist right now.</i> While similar, the new behavior can be annoying, since it also triggers if the device never existed in the first place. For example:<div><br></div><div>~ My fstab has "/dev/mapper/luks-backups<span style="white-space:pre"> → </span>/mnt/backup". I want to mount another disk there (which has a different label), but even though `mount /dev/sdb1 /mnt/backup` succeeds, the directory remains empty and won't show up in `findmnt`.</div><div><br></div><div>After a few retries I check dmesg and notice systemd saying that "mnt-backup.mount is bound to an inactive device; stopping". Which means, if my fstab says disk X is mounted there, systemd won't let me mount anything else but disk X at that location.<br></div><div><br></div><div>~ I had to boot to emergency mode due to reasons, and attempted to mount /boot & /boot/efi in order to fix something. Since my fstab had "/dev/disk/by-partlabel/boot → /boot", any attempts to mount anything at /boot get immediately undone – emergency mode has no udev, so I get "boot.mount is bound to an inactive device; stopping" all over again.</div><div><br></div><div>So I need to either use a different mount path, or manually start udevd.service and run `udevadm trigger`. (Which, by the way, also fsck's and mounts everything else from my fstab – which I was kinda hoping to avoid, with fsckd being broken and all that.)</div><div><br></div><div>~ Ah, yeah, and if dbus isn't running, systemctl spews out this:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1)</blockquote><div><div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Mantas Mikulėnas <<a href="mailto:grawity@gmail.com" target="_blank">grawity@gmail.com</a>></div></div>
</div></div></div>