Linux系统中误删文件的恢复
Linux 系统中误删文件的恢复
1. 问题说明
Linux Ext3 文件系统中误删文件的恢复
2. 软件
ext3grep
3. 方法
安装
$ apt-get install ext3grep操作
卸载误删文件的分区
$ umount /exports/对该分区数据进行索引
$ ext3grep /dev/sda9 --ls --inode 2
执行程序后,在当前目录下生成 2 个文件:sda9.ext3grep.stage1 和 sda9.ext3grep.stage2, 最下方列出被删文件恢复文件
ext3grep /dev/sda9 --restore-file 文件名
4. 参考
[http://blog.csdn.net/chinalinuxzend/article/details/3991010
](http://blog.csdn.net/chinalinuxzend/article/details/3991010)
[http://space.itpub.net/94384/viewspace-604806
](http://space.itpub.net/94384/viewspace-604806)
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.