A simplest test to exercise the 'empty file on reboot' bug is: 1. log into a node $ su # mount -u -w / # cp /permanent/etc/fstab /permanent/etc/foobar # mount -u -r / # reboot When the node comes back up, /permanent/etc/foobar will be an empty file.