ls -l shows:
ls: cannot access 'gdrive-root': Transport endpoint is not connected
total 42M
d????????? ? ? ? ? ? gdrive-rootTrying 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:
- Unmount with
fusermount -uz gdrive-root - Re-mount with the command you usually use (in my case, it's in the question above)