(In reply to Franck Bui from comment #4) > First I would make sure that the fix is included in the package you're > testing with: > > # rpm -q --changelog systemd | grep 1165011 Yes, it was this request: https://build.suse.de/request/show/217011 And to double check from the system where it was installed: > # rpm -q --changelog systemd | grep 1165011 > 9194610e7e systemd-mount: don't check for non-normalized WHAT for network FS (bsc#1165011) > 12b63cb73a systemd-mount: allow to specify an arbitrary string for arg_mount_what when vfs is used (bsc#1165011) I also tried mounting old fashioned way and it went ok: > # mount peanutbutter.qam.suse.cz:/tmp/export /mnt/ > # df /mnt/ > Filesystem 1K-blocks Used Available Use% Mounted on > peanutbutter.qam.suse.cz:/tmp/export 130177024 18865664 109605376 15% /mnt > # umount /mnt > # df /mnt/ > Filesystem 1K-blocks Used Available Use% Mounted on > /dev/vda2 130177024 18866912 109605200 15% / > # systemd-mount peanutbutter.qam.suse.cz:/tmp/export /mnt/ > Failed to canonicalize path: No such file or directory (pls disregard different hostnames, as I said, I was trying it on more machines)