我的根文件系统在关机后总是很脏。为了找出原因,我添加了几行到/etc/init.d/umountroot
:
/usr/bin/lsof / | /usr/bin/awk '$4 ~ /[0-9].*w/'
... mount -o remount,ro ...
/bin/bash </dev/console >/dev/console 2>&1
输出如下:
如果我创建一个符号链接:/var/log/upstart/mountall.log -> /dev/null
并在关机前手动终止它dhclient
,问题就会消失。“