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
I have successfully connected to an AWS EFS mount. However, after a short period any attempt to use the mount reports a generic "Input/output error".
I connect successfully using this command:
fuse-nfs -a -n "nfs://1.2.3.4/?version=4" -m /data/
I cannot work out how to debug this or get a more meaningful error.
Using killall fuse-nfs stops the error and returns an empty directory again.
killall fuse-nfs
I have built this on Ubuntu 20.04 using the supplied instructions in the README file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have successfully connected to an AWS EFS mount. However, after a short period any attempt to use the mount reports a generic "Input/output error".
I connect successfully using this command:
fuse-nfs -a -n "nfs://1.2.3.4/?version=4" -m /data/
I cannot work out how to debug this or get a more meaningful error.
Using
killall fuse-nfs
stops the error and returns an empty directory again.I have built this on Ubuntu 20.04 using the supplied instructions in the README file.
The text was updated successfully, but these errors were encountered: