[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Booting Problem on Raq3
- Subject: Re: [cobalt-users] Booting Problem on Raq3
- From: Brent Sims <bs@xxxxxxxxxxx>
- Date: Wed Aug 22 13:25:04 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
} 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