How to make `rm` faster on ext3/linux?
- by depesz
I have ext3 filesystem mounted with default options. On it I have some ~ 100GB files.
Removal of any of such files takes long time (8 minutes) and causes a lot of io traffic, which increases load on server.
Is there any way to make the rm not as disruptive?