Linux ETC

extundelete-0.2.4.tar.bz2 파일 다운 후 설치 진행

 

[root@localhost src]# tar xvf extundelete-0.2.4.tar.bz2

 

[root@localhost src]# cd extundelete-0.2.4

 

[root@localhost extundelete-0.2.4]# ./configure

Configuring extundelete 0.2.4

configure: error: Can't find ext2fs library

 - 위와같이 ext2fs 라이브러리를 찾지 못한다고 하면 yum으로 설치 진행

 

[root@localhost extundelete-0.2.4]# yum install e2fsprogs-devel

 - 설치 완료 후 컴파일 재실행

 

[root@localhost extundelete-0.2.4]# ./configure

Configuring extundelete 0.2.4

Writing generated files to disk

 

[root@localhost extundelete-0.2.4]# make

 

[root@localhost extundelete-0.2.4]# make install

 

설치 완료 후 파일 복구 진행

테스트 진행을 위해 임시로 파일을 복사

[root@localhost home]# cp -a /usr/local/apache2 /home/apache2

 

home 파티션 내용 삭제

[root@localhost /]# rm -rf /home/*

 

[root@localhost home]# ll

?⑷퀎 0

 

지워진 파티션을 umount

[root@localhost /]# umount /home

[root@localhost /]# df -Th

Filesystem    Type    Size  Used Avail Use% Mounted on

/dev/sda1     ext4     18G  3.5G   14G  21% /

tmpfs        tmpfs    936M     0  936M   0% /dev/shm

 

임시로 폴더를 생성하고 마운트 진행

[root@localhost /]# mkdir /backup

[root@localhost /]# mount /dev/sda3 /backup

[root@localhost /]# df -Th

Filesystem    Type    Size  Used Avail Use% Mounted on

/dev/sda1     ext4     18G  3.5G   14G  21% /

tmpfs        tmpfs    936M     0  936M   0% /dev/shm

/dev/sda3     ext4    128G  188M  122G   1% /backup

 

지워진 파티션 복구 진행

[root@localhost /]# extundelete /dev/sda3 --restore-all

NOTICE: Extended attributes are not restored.

WARNING: EXT3_FEATURE_INCOMPAT_RECOVER is set.

The partition should be unmounted to undelete any files without further data loss.

If the partition is not currently mounted, this message indicates

it was improperly unmounted, and you should run fsck before continuing.

If you decide to continue, extundelete may overwrite some of the deleted

files and make recovering those files impossible.  You should unmount the

file system and check it with fsck before using extundelete.

Would you like to continue? (y/n)

y 입력

 

Loading filesystem metadata ... 1040 groups loaded.

Loading journal descriptors ... 1844 descriptors loaded.

Searching for recoverable inodes in directory / ...

3798 recoverable inodes found.

Looking through the directory structure for deleted files ...

286 recoverable inodes still lost.

 

완료 후 확인

[root@localhost /]# cd RECOVERED_FILES

[root@localhost RECOVERED_FILES]# ll

?⑷퀎 8

drwxr-xr-x 16 root root 4096 2016-02-18 16:43 apache2

drwxr-xr-x  2 root root 4096 2016-02-18 16:43 lost+found

 

폴더의 내용을 확인해보면 복구 된 것을 비교 확인

[root@localhost apache2]# pwd

/RECOVERED_FILES/apache2

[root@localhost apache2]# du -sh

94M     .

 

[root@localhost apache2]# cd /usr/local/apache2/

[root@localhost apache2]# du -sh

94M     .

 

위의 경우 테스트로 진행하여 파일 삭제 후 바로 진행했기 때문에 파일 복구가 원활히 진행 된 것으로 예상되며,


100% 복구되지 않을 수 있습니다.

번호 제목 글쓴이 날짜 조회 수
166 SSH 패스워드 없이 자동 로그인 하는 방법 호스트웨이 2012.03.09 18097
165 리눅스 로그파일의 종류 호스트웨이 2012.07.06 18243
164 데비안 백포트 사용해 보기 호스트웨이 2012.03.16 18247
163 debian / ubuntu 에서 ntsysv(rcconf) 사용하기 호스트웨이 2012.11.01 18268
162 파일 내용 출력 관련된 명령어 호스트웨이 2012.04.20 18276
161 OSI 7 Layer 의 이해 file 호스트웨이 2012.03.23 18322
160 Disk I/O 줄이기 호스트웨이 2012.10.18 18479
159 리눅스 메모리 캐쉬삭제 호스트웨이 2012.06.01 18485
158 vsftp사용 시 root 계정 이용하기 file 호스트웨이 2012.03.23 18502
157 chattr 명령을 이용한 파일 속성 변경 file 호스트웨이 2012.04.07 18566
156 Vsftpd 파일명 혹은 확장자에 따른 업로드 제한하기 호스트웨이 2012.07.20 18598
155 PHP 설치된 모듈 확인 호스트웨이 2012.08.03 18990
154 리눅스 dd 명령어 호스트웨이 2012.08.24 19131
153 EXT3-fs warning: maximal mount count reached, running e2fsck is recommended 해결 호스트웨이 2012.06.22 19136
152 keepalived.conf 각 파라미터의 의미 호스트웨이 2012.05.18 19140
151 ubuntu 서버에 쉽게 apache + php + mysql + phpMyAdmin 설치하기 호스트웨이 2012.06.01 19148
150 grep 명령어 사용하기 file 호스트웨이 2012.03.16 19214
149 포트를 사용중인 프로세스 확인하기 file 호스트웨이 2012.03.23 19225
148 Ubuntu 12.10(quantal) 업그레이드 하기 호스트웨이 2012.11.09 19237
147 L4 로드밸런서 알고리즘 호스트웨이 2012.06.22 19389