EricTheMagician / node-gdrive-fuse

This is a simple filesystem written in NodeJS to mount Google Drive as a local drive.
73 stars 21 forks source link

Seems to have completely stopped working? #49

Closed Rick7C2 closed 9 years ago

Rick7C2 commented 9 years ago

I had this working great on a VPS no issues what so ever. About 22 hours later the mount failed.

When listing the mount dir I got "transport endpoint is not connected"

So I rebooted vps and ran sudo coffee fs.coffee. Everything looked normal but when listing the mount dir there was nothing there.

Rebooted again. rm -rf cache dir then coffee fs.coffee says its downloading folders from google.

Checked mound dir nothing. checked /cache/data and nothing. Still not working.

Whats going on?