-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With Samba, the directories that FUSE mounts are not visible, why? #424
Comments
Have you ever encountered this problem? @hanwen |
example code:https://pkg.go.dev/github.com/hanwen/go-fuse/[email protected]/fs#example-package-HandleLess
Results seen in the Samba container:
On Windows, you see a file, not directories. Why do directories on Linux see files on Windows? |
I don't know. I've never tried this. Does it work as expected when you use an example file system from the original libfuse package? |
The use of Libfuse is as follows:
the example file system from the original libfuse package looks fine, no more problems. |
Thanks for your advice, this issue will be closed first. @hanwen |
I had the same problem with cgofuse Please have a look at my PR there I didnt found a way in go-fuse to add the nlink attribute, so just take this as a hint |
the |
A has two subdirectories B and C, which are shared by Samba and visible on Windows.
If mounted to B by fuse, B will disappear on Windows and only C will be visible.
The text was updated successfully, but these errors were encountered: