Error:
When trying to umount the cifs windows shared mount point getting below error even after killing using fuser output.

umount /tmp

umount lsof: WARNING: can't stat() cifs file system /mnt
      Output information may be incomplete.
lsof: status error on /mnt: No such device

Soluiton:
Use force un mount.

umount -f -a -t cifs -l /mnt/
分类: Linux

0 条评论

发表回复

Avatar placeholder

您的电子邮箱地址不会被公开。 必填项已用 * 标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据