Skip to content
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

MacOS' finder 'cannot list files #81

Closed
wenbingzhang opened this issue Jun 30, 2023 · 5 comments
Closed

MacOS' finder 'cannot list files #81

wenbingzhang opened this issue Jun 30, 2023 · 5 comments

Comments

@wenbingzhang
Copy link

wenbingzhang commented Jun 30, 2023

VERSION:
0.36.2

iShot_2023-06-30_11 24 25 iShot_2023-06-30_11 22 38

test.log

@wenbingzhang
Copy link
Author

wenbingzhang commented Jun 30, 2023

The same configuration cannot be uploaded on Windows.

MacOS can upload normally.

image

test.log

@wenbingzhang
Copy link
Author

VERSION: 0.36.2

iShot_2023-06-30_11 24 25 iShot_2023-06-30_11 22 38
test.log

image

@vitalif
Copy link
Collaborator

vitalif commented Aug 11, 2023

Hi
Windows version had a bug with CreateFile - apparently, Windows expects Create to overwrite existing files. I fixed it in 0.37.1, you can try this version.
Mac Finder bug reproduces in our tests too, we're investigating the cause, but seems it may be a more general problem with macfuse/osxfuse macfuse/macfuse#925
What's interesting - files are present in the terminal

@vitalif
Copy link
Collaborator

vitalif commented Aug 11, 2023

Okay, this was caused by geesefs returning ENODATA for non-existing extended attributes, while MacOS expects ENOATTR.
Fixed in master, I think I'll build a release for this fix.

@vitalif
Copy link
Collaborator

vitalif commented Aug 11, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants