mpartel / bindfs

Mount a directory elsewhere with changed permissions.
https://bindfs.org/
GNU General Public License v2.0
448 stars 64 forks source link

Mount fails when using resolve-symlinks and the name of the source directory starts with the name of the mountpoint. #122

Closed 1-eric closed 2 years ago

1-eric commented 2 years ago

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 abc bindfs --resolve-symlinks xdir x

mpartel commented 2 years ago

Thanks! Fix released as version 1.17.1.