存档

2014年7月2日 的存档,文章数:1

误删除了ESQL文件:/data/ase157/OCS-15_0/sample/esqlc/readdevice.cp,此为背景。

本文介绍使用ext3grep恢复ext3类型分区上误删除文件的过程。

误删除文件readdevice.cp所在分区名为:/data。

 

1、先安装ext3grep软件

wget http://ext3grep.googlecode.com/files/ext3grep-0.10.1.tar.gz    如果google无法下载的话,本站下载地址:https://www.dbainfo.net/wp-content/uploads/file/ext3grep-0.10.1.tar.gz

tar zxvf ext3grep-0.10.1.tar.gz

cd ext3grep-0.10.1

./configure

make

make install