dsoprea / GDriveFS

An innovative FUSE wrapper for Google Drive.
GNU General Public License v2.0
662 stars 96 forks source link

Input/Output error while writing anything to the mounted location #216

Open khannavivek opened 3 years ago

khannavivek commented 3 years ago

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.

aurelio-amerio commented 3 years ago

I have the same problem

GeorgiKarapetrov commented 3 years ago

+1

I have user_allow_other in /etc/fuse.conf.

The output of cp New\ Empty\ File.txt New\ Empty\ File2.txt is

cp: cannot open 'New Empty File.txt' for reading: Input/output error

sudo cp New\ Empty\ File.txt New\ Empty\ File2.txt outputs

cp: failed to access 'New Empty File2.txt': Permission denied