When the name of the mountpoint (abc) is the same as the first character(s) of the name of the source directory (abcdef), mounting will fail when using the resolve-symlinks option.
Examples that will fail:
bindfs --resolve-symlinks abcdef abcbindfs --resolve-symlinks xdir x
When the name of the mountpoint (
abc
) is the same as the first character(s) of the name of the source directory (abcdef
), mounting will fail when using theresolve-symlinks
option.Examples that will fail:
bindfs --resolve-symlinks abcdef abc
bindfs --resolve-symlinks xdir x