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
Every time I try to paste or add a new file to the mounted location this error pops up:
Error opening file “/mount_location/filename”: Input/output error and the file is created on drive but having size 0 bytes.
Though I can read all the files from the mounted location.
The text was updated successfully, but these errors were encountered:
I have the same problem
Sorry, something went wrong.
+1
I have user_allow_other in /etc/fuse.conf.
user_allow_other
/etc/fuse.conf
The output of cp New\ Empty\ File.txt New\ Empty\ File2.txt is
cp New\ Empty\ File.txt New\ Empty\ File2.txt
cp: cannot open 'New Empty File.txt' for reading: Input/output error
sudo cp New\ Empty\ File.txt New\ Empty\ File2.txt outputs
sudo cp New\ Empty\ File.txt New\ Empty\ File2.txt
cp: failed to access 'New Empty File2.txt': Permission denied
No branches or pull requests
Every time I try to paste or add a new file to the mounted location this error pops up:
Error opening file “/mount_location/filename”: Input/output error
and the file is created on drive but having size 0 bytes.
Though I can read all the files from the mounted location.
The text was updated successfully, but these errors were encountered: