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

Write method not called #61

Open
nickcone opened this issue Jul 20, 2021 · 1 comment
Open

Write method not called #61

nickcone opened this issue Jul 20, 2021 · 1 comment

Comments

@nickcone
Copy link

So I currently have my file system fully working on Windows, I can add/delete files/directories and everything works as it should. When I run it on Mac and copy a file to the file system, the file does not appear on the file system because the write method is never called. Has anyone ran into this before or does anyone have a solution to this issue?
The order of operations on windows is: Open, create, open, getattr, write, getattr, release.
The order of operations on mac is: Open, create, open, getattr, release.
I can provide more detail on this if needed.

@nickcone
Copy link
Author

Update: When I use the terminal to copy or move files to the file system, the write method is called. However, when I drag and drop them into the file system, the write method is not called.

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

No branches or pull requests

1 participant