ext4 삭제 파일 복구 방법이다. 우선 복구 프로그램 설치 설치전에 # yum install e2fsprogs-devel 미리 설치를 하자 그리고 [root@localhost tmp]# wget http://sourceforge.net/projects/extundelete/files/extundelete-0.2.4.tar.bz2 [root@localhost tmp]# tar -xvf extundelete-0.2.4.tar.bz2 [root@localhost tmp]# cd extundelete-0.2.4.tar.bz2 [root@localhost extundelete-0.2.4]# ./configure [root@localhost extundelete-0.2.4]# make && make install..