avatar
文章
415
标签
320
分类
28

主页
归档
标签
分类
关于
J. Xu
搜索
主页
归档
标签
分类
关于

transport endpoint is not connected

发表于2024-12-02|更新于2024-12-02|technologylinux
|字数总计:105|阅读时长:1分钟|阅读量:

linux 中使用 sshfs 挂载其他服务器硬盘或目录到本地服务器,当长时间不操作后,再次访问本地挂载点会出现 Transport endpoint is not connected,如何解决该问题?

假设本地挂载点为 /mnt/datafs,那么可以使用如下命令卸载掉当前挂载:

1
fusermount -u /mnt/datafs

参考文献

  1. Transport endpoint is not connected [closed]
  2. Transport endpoint is not connected in SSHFS
文章作者: Jinzhong Xu
文章链接: https://xujinzh.github.io/2024/12/02/linux-transport-endpoint-is-not-connected/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 J. Xu!
linuxsshfsmount
cover of previous post
上一篇
ubuntu 包管理工具 aptitude
cover of next post
下一篇
python 编译或打包 py 文件
相关推荐
cover
2022-06-08
使用 sshfs 挂载远程文件系统
cover
2021-11-06
服务器开机或IP改变自动发送通知邮件
cover
2024-07-09
使用 tensorrt 加速 pytorch 模型推理
cover
2021-11-29
服务器关机自动发送通知邮件
cover
2020-06-12
Linux 系统中的开机自启命令简单介绍
cover
2022-10-29
Ubuntu 上编译安装官网 Python

评论
avatar
Jinzhong Xu
众妙之门
文章
415
标签
320
分类
28
Follow Me
公告
日本核污染水强排入海!
目录
  1. 1. 参考文献
最新文章
word 中快速的删除或接收修订
word 中快速的删除或接收修订2025-04-24
c++ 中调用 opencv
c++ 中调用 opencv2024-12-16
ubuntu 包管理工具 aptitude
ubuntu 包管理工具 aptitude2024-12-16
transport endpoint is not connected
transport endpoint is not connected2024-12-02
python 编译或打包 py 文件
python 编译或打包 py 文件2024-11-29
©2019 - 2025 By Jinzhong Xu
框架 Hexo|主题 Butterfly
搜索
数据库加载中