Displaying 1 result from an estimated 1 matches for "pehesaari".
2003 Sep 29
1
Fsck (presumably e2fsck) returns exit code 127 on an ext3 file sy stem
fsck (Red Hat Enterprise Linux AS 2.1) returns an exit code 127 on an ext3
file system when run from a shellscript started by cron. Here is the
pertinent part of the script:
...
fsck -p /dev/${BK_SLICE} 1>/dev/null 2>&1
STATUS=$?
if [ ${STATUS} -ne "0" ]
then
echo "${MIR_PID}: file system check of /dev/${BK_SLICE} failed, status
= ${STATUS}" >>${LOG}