今天尝试着把一个挂了很久的网盘出现挂载一下,结果再尝试访问网盘的本地目录时出现了以下报错
mount helper error: fusermount: failed to access mountpoint /onedrive: Transport endpoint is not connected
并在日志中也有类似的错误
在查看日志后,可以排出是网盘的授权失败导致的,同时在重启后这个问题也解决了。因此,判断是有进程占用了网盘,使其没有完全弹出,因而无法继续挂载。
可以使用 fusermount -u /path/to/localfolder 来避免不必要的 reboot
评论区