Can't go into Google Drive directory mounted with rclone: "Transport endpoint is not connected"

ls -l shows:

ls: cannot access 'gdrive-root': Transport endpoint is not connected
total 42M
d????????? ? ? ? ? ? gdrive-root

Trying to re-mount with the command used initially also throws the same error:

$ rclone --vfs-cache-mode writes mount gdrive: gdrive-root --daemon
2022/01/30 15:29:14 Fatal error: Can not open: gdrive-root: open gdrive-root: transport endpoint is not connected

1 Answer

Found the solution on the rclone forum:

  1. Unmount with fusermount -uz gdrive-root
  2. Re-mount with the command you usually use (in my case, it's in the question above)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like