我正在尝试从 nautilus 卸载 sshfs 创建的目录,但是出现此错误:
Unable to unmount dir
umount: /home/user/dir is not in the fstab (and you are not root)
我不明白为什么会发生这种情况。如何在不使用 sudo 的情况下卸载 sshfs?
任何启发都将不胜感激。提前致谢,
答案1
打开终端窗口并输入
fusermount -u /path/to/mount
我正在尝试从 nautilus 卸载 sshfs 创建的目录,但是出现此错误:
Unable to unmount dir
umount: /home/user/dir is not in the fstab (and you are not root)
我不明白为什么会发生这种情况。如何在不使用 sudo 的情况下卸载 sshfs?
任何启发都将不胜感激。提前致谢,
打开终端窗口并输入
fusermount -u /path/to/mount