使用sshfs 进行挂载后,想取消挂载,执行fusermount -u /mount/point
时,报错fusermount: failed to unmount /mount/point: Device or resource busy
,解决方案:
fusermount -zu /mount/point
sudo umount -l /mount/point
参考文献:
sshfs device is busy
使用sshfs 进行挂载后,想取消挂载,执行fusermount -u /mount/point
时,报错fusermount: failed to unmount /mount/point: Device or resource busy
,解决方案:
fusermount -zu /mount/point
sudo umount -l /mount/point
参考文献:
sshfs device is busy