We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS: macOS 10.12.5 Python: 2.7.14 fs: 0.5.5a1 osxfuse: 3.7.1
I want to mount a MemoryFS or a OSFS on Mac. It can work, but when I try to create a new file, it will raise an IOError. How could I fix it?
And I found that the MemoryFS use "r+xb" mode to open a new file. What does "x" mean?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OS: macOS 10.12.5
Python: 2.7.14
fs: 0.5.5a1
osxfuse: 3.7.1
I want to mount a MemoryFS or a OSFS on Mac. It can work, but when I try to create a new file, it will raise an IOError. How could I fix it?
And I found that the MemoryFS use "r+xb" mode to open a new file. What does "x" mean?
The text was updated successfully, but these errors were encountered: