输入以下代码查看占用程序
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