rm -rf test & 를 한다는 것이
rm -rf test * 로 찍은 후 엔터.. -ㅁ-
테스트 데이터 다 날리고 --
복구툴을 찾아보기 시작
: 결론은 답이 없다 --;; 알아서 조심.. ㅠㅠ testdisk 로 일부 파일이 지워진 경우 수동으로 확인후 복구할수도 있겠으나 이건 삭제된 데이터 양이 적을 경우에나 해당..
extundelete
[root@luna /]# extundelete /dev/cciss/c0d0p4 --restore-directory /home2/gw80/hip/
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 ... 164 groups loaded.
Loading journal descriptors ... 32247 descriptors loaded.
Failed to restore file /home2/gw80/hip/
Could not find correct inode number past inode 2.
Try altering the filename to one of the entries listed below.
File name | Inode number | Deleted status
. 2
.. 2
lost+found 11
gw80 524289
vmail 393217
directory_201 156909 Deleted
extundelete: Operation not permitted while restoring directory.
extundelete: Operation not permitted when trying to examine filesystem
ext4magic
[root@luna /]# ext4magic /dev/cciss/c0d0p4 -M -d /home1/test/RRRR2/
hip/ 아래 데이터는 복구안됨
testdisk
[root@luna testdisk-6.14]# ./testdisk_static
로 해당 경로에서 복구 시도하였으나 파일단위로 복구되면서.. 즉 1.java 2.class 3.jsp 로 복구하면서 뭐가 뭔지 알수 없음 --
'핸디소프트 > 일일일~' 카테고리의 다른 글
find 명령어로 수정날자 혹은 생성시간으로 파일찾기 (0) | 2014.07.28 |
---|---|
xcopy 를 이용하여 날짜를 기준으로 변경된 파일만 추출하기 (0) | 2014.07.17 |
인스톨쉴드 스크립트에서 특정 파일 확장자 연결하기 (0) | 2013.10.31 |
telnet 특정 IP 막기 or 열기 (0) | 2013.10.29 |
웹로직12c 에서 샘플용 web.xml / weblogic.xml 파일 만들기 (0) | 2013.09.05 |