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/

了解 Starx's Home 的更多信息

订阅后即可通过电子邮件收到最新文章。

分类: Linux