@sigoden commented on GitHub (Mar 31, 2025):
@ByteXiaoTang
Just tell me how to reproduce the bug you mentioned.
@sigoden commented on GitHub (Mar 24, 2025):
No way, the dufs Docker container is based on scratch image and only has one command: dufs.
@sigoden commented on GitHub (Mar 24, 2025):
In dufs, the hidden should be the file or directory name, not the path.
hidden:
- 'Books'
- 'Music'
-…
@sigoden commented on GitHub (Mar 24, 2025):
Windows .lnk (shortcut) files are not true symbolic links like those in Linux. They are more like references that…
@danutzzzzz commented on GitHub (Mar 24, 2025):
@sigoden the symlink is in Linux using ln -s not windows
@sigoden commented on GitHub (Mar 24, 2025):
This is probably a docker problem.
Docker cannot handle links that point to files outside of the Docker filesystem.