google-drive-ocamlfuse icon indicating copy to clipboard operation
google-drive-ocamlfuse copied to clipboard

Unhandled error message: Error when getting information for file ....: Transport endpoint is not connected in Cent OS 8

Open jorgekoronis opened this issue 3 years ago • 0 comments

I do not know why this error started happening by using google-drive-ocamlfuse to access a shared drive within Google drive in Cent OS 8. I had been accessing this shared google drive through google-drive-ocamlfuse without issue so far. error

I get this error:

Unhandled error message: Error when getting information for file ....: Transport endpoint is not connected

The only thing that comes to my mind is that this might have started happening since I recently did "sudo yum update"

I have tried to fix it with:

sudo fusermount -u [PATH]

where [PATH] is the path where the shared drive of google drive is mounted

but it does not work. I get the following:

fusermount: failed to unmount [PATH] No such file or directory

I can reboot the computer and it gets fixed but for some strange reason this gets broken again after some time while I am using this computer.

Is there anything else I should try to fix this?

Thanks

jorgekoronis avatar Oct 27 '21 16:10 jorgekoronis