Original e-mail from: WipeOut (wipe_out@xxxxxxxxxxxxxxxxxxxxx): > Gerry Maddock wrote: > > >If that doesn't work try: > >chattr -R -i test/;rm rf test/ > > > > > > > > > > Got the following output.. > > [root@dev02 i386]# chattr -R -i test/;rm -rf test/ > chattr: Too many open files while reading flags on > test/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////! > ///////////////////////////////////// > rm: cannot remove directory `test/': Directory not empty > > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list Perhaps you can delete it using the inode number. Try this: ls -i you should get something line this 4529682 file1 4529681 test (the numbers you get will be different). then do this: find . -inum 4529681 -exec rm -rf {} \; -- Gunnar vS Kramm San Francisco, CA (415)440-1732 <home> (415)420-1860 <cell> GPG public-key -------------- http://www.gunnarkramm.com/keys/gkramm.gpg
Attachment:
pgpVeoaFHuC93.pgp
Description: PGP signature