ls -l
显示:
ls: cannot access 'gdrive-root': Transport endpoint is not connected
total 42M
d????????? ? ? ? ? ? gdrive-root
尝试使用最初使用的命令重新挂载也会引发相同的错误:
$ 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
答案2
当 fusermount 失败时,umount 命令起作用:
umount -l /PATH/MOUNTED
看:https://syntaxfix.com/question/8248/transport-endpoint-is-not-connected