定影器 : umount failed: Invalid argument

标签 fuse

当我尝试卸载 FUSE 文件系统时,出现错误:

root@ubuntu:/home/fufs/src# fusermount -u /tmp/kpfss
fusermount: failed to unmount /tmp/kpfss: Invalid argument
root@ubuntu:/home/fufs/src# fusermount -z -u /tmp/kpfss
fusermount: failed to unmount /tmp/kpfss: Invalid argument

如何卸载文件系统?谢谢。

最佳答案

以前遇到过这个问题,您可能会发现使用 umount 会有所帮助:

umount -f /tmp/kpfss # or whatever the mount point is

当我看到这个问题时,与远程服务器的连接已断开,并且尝试访问挂载点锁定了 shell。 shell进程甚至无法被杀死。

使用 umount 似乎有助于解决这个问题。

关于定影器 : umount failed: Invalid argument,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11844289/

相关文章:

c - 我正在写一个 fuse 文件系统。如何将额外的数据传递给fuse_operations?

java - 用C和JAVA实现FUSE

c++ - 如何在 Windows 上编译 encfs4win

linux - 使用 SSHFS 挂载远程文件系统

linux - 如何使用 FUSE 安装 Amazon S3 存储桶 - S3FS

php - 如何将 S3 存储桶挂载到 EC2 实例并使用 PHP 写入?

linux - 在 fish shell 中使用 'ls' 命令后打印出 'testdir must be an absolute path'

linux - linux 上 fuse 文件系统的输入/输出错误?

docker - 使用 gcsfuse 在 docker 容器中挂载谷歌云存储桶

linux - mhddfs fuse : device not found, 首先尝试 'modpd fuse'