Re: "while :; do mkdir;cd mkdir;done" [2.1.71] fix

Andrea Arcangeli (arcangeli@mbox.queen.it)
Sun, 7 Dec 1997 16:05:14 +0100 (CET)


On Sun, 7 Dec 1997, Andrea Arcangeli wrote:

>PS. How can force the deleting of a tree created without the patch? I
>tried kill_file with debugfs, but then fsck attach the tree to
>lost+found...

Excuse me, I just find a way:
while :; do mv pippo/pippo ./p; rmdir pippo; mv p/pippo pippo;rmdir p;done

Andrea[s] Arcangeli