On 1/14/06, Jaume Martin Claramonte <[EMAIL PROTECTED]> wrote: > Hola Queria borrar todo el contenido de una carperta que contenia > subdirectorios vale, y antes de hacer el rm -rf * cambue de directoria a > un nivel anterior osea que me he cargado todo el contenido del nivel > superior y com estaba como root pues sa baorrao, el directorio > era /usr/local/ he borrado todo lo que estaba ahi dentro, la cuention es > se puede recuperar esa info? si es asi como? > Gracias > > > > -- > ¿Por qué abandonamos y maltratamos a los animales si ellos son > superiores a nosotros y saben valorar más la palabra vida? > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >
Buenas, ¿Que sistema de ficheros utilizas? Si usas ext3 ( que supongo que si), me parece que lo tienes algo chunguillo ...( leyendo en http://batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html): Q: How can I recover (undelete) deleted files from my ext3 partition? Actually, you can't! This is what one of the developers, Andreas Dilger, said about it: In order to ensure that ext3 can safely resume an unlink after a crash, it actually zeros out the block pointers in the inode, whereas ext2 just marks these blocks as unused in the block bitmaps and marks the inode as "deleted" and leaves the block pointers alone. Your only hope is to "grep" for parts of your files that have been deleted and hope for the best. ....nada alentador. para usar el método "grep" ( tómatelo con calma...porque tiene tela) aquí tienes un enlace http://elenya.net/trabajos/minirecetasgnulinux.html También puedes mirar en los enlaces que listan aquí : http://linux-sec.net/Txt/undelete.txt También ten en cuenta que cuanto más hayas usado el disco duro ( copiado/borrado de archivos en el), menos posibilidades tendrás de recuperar la info. Espero que te sirva. Suerte.... y paciencia. P.D: si por casualidad usaras ext2 me parece que lo tienes más fácil. # apt-cache search undelete e2undel - Undelete utility for the ext2 file system gtkrecover - GUI for recover ntfsprogs - tools for doing neat things in NTFS partitions from Linux recover - Undelete files on ext2 partitions +midnight commander ( con opción undelete activada)

