Displaying 2 results from an estimated 2 matches for "avhn".
Did you mean:
avh
2006 Aug 13
2
extremely slow "ls" on a cleared fatty ext3 directory on FC4/5
...rwt 4 root staff 131M Aug 12 20:30 tmp/
Anyone know why the former fatty directory still looks
unchanged and takes hours to traverse even after
99.999999% files got removed?
If there are any ways to fix this kind of problem
without rebooting machine? I'm afraid of the commands
"rsync -avHn /tmp/ /new_tmp/; rm -rf /tmp/ && mv
/new_tmp/ /tmp" because other applications are
accessing /tmp/ as well.
Please help. Thanks a lot.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo...
2006 Aug 13
2
can ext3 directory entries be overwritten? -- Re: extremely slow "ls" on a cleared fatty ext3 directory on FC4/5
...hy the former fatty directory still
> looks unchanged and
> > takes hours to traverse even after 99.999999%
> files got removed?
> >
> > If there are any ways to fix this kind of problem
> without rebooting
> > machine? I'm afraid of the commands "rsync -avHn
> /tmp/ /new_tmp/; rm
> > -rf /tmp/ && mv /new_tmp/ /tmp" because other
> applications are
> > accessing /tmp/ as well.
> >
> > Please help. Thanks a lot.
>
> EXT3 directories grow but they don't shrink.
> Rebooting won't fix this
>...