touch: cannot touch ‘/mnt/dpnrxrnru8/3k2ntl2ad3’: Transport endpoint is not connected

在测试ftp的时候,使用curlftpfs挂载了ftp服务器,挂载成功,在挂载点下建文件的时候报Transport endpoint is not connected

 

分析原因:

1.首先查了下这个错误,大部分解释都是mount挂载的问题,如下:

  • mount残留,kill进程后umount后,重新mount成功,但此方法并未解决我的问题

    https://blog.csdn.net/dddxxxx/article/details/78783501

  • 客户端的fuse.conf中 user_allow_other打开,也未解决我的问题

   # mount_max = 1000

   user_allow_other

2.仔细检查目录,挂载点权限不对,目录权限是和所有者都是问号

touch: cannot touch ‘/mnt/dpnrxrnru8/3k2ntl2ad3’: Transport endpoint is not connected_第1张图片

3.分析目录权限为问号的原因

 

你可能感兴趣的:(linux)