Dear Maintainer,
the fstab-generator as part of systemd can (and sometimes must) be controlled
by special options in /etc/fstab (c.f. man systemd.mount). One of these
options is "x-systemd.after=<unit>", specifying that the mount should be
attempted only after another unit has been started.
While this works perfectly at systemd controlled startup, it breaks command-line
mounting, e.g. relevant in combination with the "user" option.
In this case
$ mount myMountPoint
with an correspondig davfs2 entry in fstab fails with the following message:
unbekannte Option x-systemd.after=some.service.
I would expect that mount.davfs2 is ignoring x-... options.
Best regards,
Andreas.