4
umount-设备忙
有时当我想卸载设备时,例如 sudo umount /dev/loop0 我会收到消息 umount: /mnt: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) 我通常通过关闭控制台窗口(在我的情况下为xfce4-terminal),然后关闭来解决此问题umount。 这个问题是什么意思?有更聪明的解决方案吗?
14
mount