[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Booting Problem on Raq3



} Halenet1@xxxxxxx wrote:
}
} Any ideas as to what the problem is?

This won't do you any good now but it may prove useful in the
future. Stick the following script on your cobalt, make it
executable, and run it from cron daily, or perhaps weekly. You'll
get a report on the drive space available thereby allowing you to
fix this kind of thing before it breaks your server:

#!/bin/sh

    echo " "
    echo "Drive Usage Report"
    echo " "
    /bin/df -h
    echo " "

		brent