dsoprea / GDriveFS

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

Write operations create 0 byte files #214

Open vondrt4 opened 3 years ago

vondrt4 commented 3 years ago

I've been using GDriveFS successfully in the past (1 year back, maybe). Now, I can read what I've written before, but creating or overwriting any file causes an error and leaves a 0 byte file behind. Any clue why? The log looks like this:

unique: 59, opcode: STATFS (17), nodeid: 1, insize: 40, pid: 3537 statfs / unique: 59, success, outsize: 96 unique: 60, opcode: LOOKUP (1), nodeid: 1, insize: 55, pid: 3537 LOOKUP /crossover2.txt getattr /crossover2.txt unique: 60, error: -2 (No such file or directory), outsize: 16 unique: 61, opcode: LOOKUP (1), nodeid: 1, insize: 55, pid: 3537 LOOKUP /crossover2.txt getattr /crossover2.txt unique: 61, error: -2 (No such file or directory), outsize: 16 unique: 62, opcode: CREATE (35), nodeid: 1, insize: 71, pid: 3537 create flags: 0x80c1 /crossover2.txt 0100640 umask=0022 unique: 62, error: -5 (Input/output error), outsize: 16

dsoprea commented 3 years ago

Thanks for reporting. I'm unable to look at this until next week. Thanks for your patience.

lokeb commented 3 years ago

I am having this problem on MacOS Catalina. Any resolution yet?

Fak3 commented 2 years ago

the same problem on openSUSE