一、简介

extundelete的文件恢复工具,支持ext3/ext4双格式分区恢复。

 

二、安装

yum install -y e2fsprogs* e2fslibs* 
wget http://nchc.dl.sourceforge.net/project/extundelete/extundelete/0.2.4/extundelete-0.2.4.tar.bz2 
tar -axf extundelete-0.2.4.tar.bz2 -C /usr/local/src 
cd /usr/local/src/extundelete-0.2.4 
./configure --prefix=/usr/local/extundelete 
make 
make install 

 

三、实例

 

相关文章:

  • 2021-07-04
  • 2021-12-19
  • 2021-04-19
  • 2022-01-02
  • 2022-02-12
  • 2021-05-26
  • 2021-10-17
猜你喜欢
  • 2022-12-23
  • 2021-05-26
  • 2022-12-23
  • 2021-06-09
  • 2021-12-23
  • 2021-12-23
  • 2021-09-19
相关资源
相似解决方案