输入以下代码查看占用程序

lsof |grep /mnt/System

在以下显示的结果中看到占用的程序进程

root@Openwrt:~# lsof |grep /mnt/2t
23014    /mnt/2t/opt/bin/grep    pipe:[36179]
23014    /mnt/2t/opt/bin/grep    /dev/pts/0
23014    /mnt/2t/opt/bin/grep    /dev/pts/0

然后输入以下代码强制中止进程

kill -9 23014
Last modification:July 4th, 2020 at 11:03 am
如果觉得我的文章对你有用,请随意赞赏