On 23 Sep 2002, Bull Barry - bbull <[EMAIL PROTECTED]> wrote:
> I have a problem with rsync causing a filesystem to think that it is 100%
> used when actually it isn't. A quick reboot will cause the filesystem to go
> to about 70%-75% used. Below is the script that I am executing. I am using
> Red Hat Linux release 7.1 (Seawolf) Kernel 2.4.9-34smp on a 2-processor
> i686. Does anyone have any idea on what causes this and how to fix
> this?

There is probably a file (or severral) that has been unlinked by
rsync, but is still open by some other program, and therefore it's
space can't be freed up.  Killing the other relevant program, or
rebooting, frees up the space.

Use lsof to discover what files are open in that directory.

-- 
Martin 
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Reply via email to