[H-GEN] Out of disk space errors?
Robert Brockway
rbrockway at opentrend.net
Wed May 18 18:07:03 EDT 2005
On Sun, 15 May 2005, David Harrison wrote:
> Has anyone seen this behaviour before? Short of a reboot (which I'm trying to
Yes, it is a function of how Unix uses files. If you remove a file the
space is only freed once the process holding the file exits. Figure out
which daemon or other process was using the files and stop and restart
them.
The best option is to use fuser or lsof before deleting the file to see
who has it.
You may be able to examine /proc to see who is holding the files.
A reboot works only because it stop the proceses involved.
Rob
--
Robert Brockway B.Sc.
Senior Technical Consultant, OpenTrend Solutions Ltd.
Phone: +1-416-669-3073 Email: rbrockway at opentrend.net http://www.opentrend.net
OpenTrend Solutions: Reliable, secure solutions to real world problems.
Contributing Member of Software in the Public Interest (http://www.spi-inc.org)
More information about the General
mailing list