<BR><B><I>Alan Cox <alan@lxorguk.ukuu.org.uk></I></B> wrote:  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">  <div>> happen to cause some database corruption. I then started getting hundreds<BR>> of zero size files being dumped into the events directory.<BR>> <BR>> I've cleaned up everything except now I can't delete the large directories.<BR>> I have 6 directories totaling 180 GB of space. I've tried rm -rf to the<BR>> directories and the system literally hangs for days and the directories<BR>> still aren't deleted.<BR><BR>180GB of small files will take weeks to create, and weeks to delete. No<BR>suprise there. Disks may have scaled by 3 orders of magnitude in size but<BR>they've not gotten much faster.<BR><BR>rm -rf will delete the files before the directories from the leaf nodes<BR>back so you may just need to leave it running for as long as it took to<BR>create the mess in the first
 place.<BR><BR>One thing that may be useful is for those six directories to<BR><BR>mv dir dir.old<BR>mkdir dir<BR>rm -rf dir.old <BR><BR>as you can then recreate them before removing the old ones<BR></div>  <div>I had a similar incidence with database directories.... after an fsck... was able to delete, etc..<BR><BR>-- <BR>fedora-list mailing list<BR>fedora-list@redhat.com<BR>To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list<BR></div></BLOCKQUOTE><BR>