Re: Should systemd be handling mounting?
Reply #3 –
Like Chris said, whatever you are using for mounting probably depends on systemd libs hence why mounting breaks without it. It's not at all necessary though, auto mounting works just fine here without systemd-dummy. In my case, I found that the simplest setup was to launch my xorg or wayland session with dbus-launch (of course, you need elogind, dbus, udev, gvfs, and probably udisks2 for this to work) and then everything mounted properly.
I don't know what your setup is, but you can try a simple ~/.xinitrc and see if your display manager will read it. For example, if you are running xfce then just put this line in there.
exec dbus-launch startxfce4
Of course, substitute "startxfce4" with whatever is appropriate for your window manager/desktop environment. If that doesn't seem to do anything for you, try going to tty, killing all xorg sessions, and then manually running startx.