centos 7.6
extundelete-0.2.4.tar
掛載乙個新的磁碟來實現ext檔案恢復
通過extundelete-0.2.4.tar這個軟體包來進行恢復
[root@localhost ~]# fdisk /dev/sdb #進行分割槽
[root@localhost ~]# mkfs.ext4 /dev/sdb1 #格式化成ext格式的磁碟
[root@localhost ~]# mount /dev/sdb1 /opt #掛載磁碟
[root@localhost ~]# cd /opt #進入磁碟裡面
[root@localhost opt]# ll #檢視你磁碟裡面的檔案
總用量 16
drwx------. 2 root root 16384 7月 4 14:12 lost+found
[root@localhost opt]# touch .txt #新建一些檔案進去
[root@localhost opt]# ll #檢視新建好的檔案
總用量 16
-rw-r--r--. 1 root root 0 7月 4 14:14 1.txt
-rw-r--r--. 1 root root 0 7月 4 14:14 2.txt
-rw-r--r--. 1 root root 0 7月 4 14:14 3.txt
-rw-r--r--. 1 root root 0 7月 4 14:14 4.txt
-rw-r--r--. 1 root root 0 7月 4 14:14 5.txt
drwx------. 2 root root 16384 7月 4 14:12 lost+found
[root@localhost opt]# cd /mnt #將軟體包放入linux系統裡面的/mnt目錄下
[root@localhost mnt]# ll #檢視軟體包
總用量 108
-rw-r--r--. 1 root root 108472 7月 4 14:16 extundelete-0.2.4.tar.bz2
[root@localhost mnt]# tar jxvf extundelete-0.2.4.tar.bz2 #解壓軟體包
[root@localhost mnt]# cd extundelete-0.2.4 #進入該目錄進行編譯安裝
[root@localhost extundelete-0.2.4]# ll
總用量 352
-rw-r--r--. 1 zhao zhao 3283 11月 3 2012 acinclude.m4
-rw-r--r--. 1 zhao zhao 0 1月 4 2013 aclocal.m4
-rwxr-xr-x. 1 zhao zhao 372 12月 31 2012 autogen.sh
-rw-r--r--. 1 zhao zhao 4780 1月 4 2013 config.h.in
-rwxr--r--. 1 zhao zhao 231557 1月 4 2013 configure
-rw-r--r--. 1 zhao zhao 5357 12月 31 2012 configure.ac
-rwxr-xr-x. 1 zhao zhao 20334 1月 4 2013 depcomp
-rwxr-xr-x. 1 zhao zhao 13998 1月 4 2013 install-sh
-rw-r--r--. 1 zhao zhao 17987 11月 3 2012 license
-rw-r--r--. 1 zhao zhao 916 12月 31 2012 makefile.am
-rw-r--r--. 1 zhao zhao 23644 1月 4 2013 makefile.in
-rwxr-xr-x. 1 zhao zhao 10346 1月 4 2013 missing
-rw-r--r--. 1 zhao zhao 1666 11月 3 2012 readme
drwxr-xr-x. 2 zhao zhao 220 1月 4 2013 src
[root@localhost extundelete-0.2.4]# yum -y install gcc gcc-c++ make
[root@localhost extundelete-0.2.4]# ./configure
[root@localhost extundelete-0.2.4]# make && makeinstall
[root@localhost opt]# rm -rf /opt/* #刪除磁碟下的所有資料
[root@localhost ~]# umount /opt #解掛載
[root@localhost ~]# extundelete /dev/sdb1 --restore-all#進行恢復資料
然後就可以再當前目錄下可以看到recovered_files
Ext型別檔案系統,檔案刪除恢復
ext型別檔案系統,檔案刪除恢復 工具 extundelete 1.解壓 tar jxvf extundelete 0.2.4.tar.bz2 2.cd extundelete 我是解壓在根目錄的 進入解壓後的資料夾,執行.configure 發現缺少 ext2fs 3.安裝ext2fs cd me...
ext型別檔案誤刪?來告訴你怎麼恢復!!!!
注 恢復因操作不慎,操作錯誤等導致ext型別檔案資料丟失的情況 步驟一 r.bz2步驟二 tar jxvf extundelete 0.2.4.tar.bz2 c opt cd opt extundelete 0.2.4 configure prefix usr local extundelete ...
利用ext3grep恢復誤刪除檔案
利用ext3grep恢復誤刪除檔案 第一步.檢視所需的相關庫 root ns2 rpm qa grep e2fsprogs e2fsprogs libs 1.39 8.el5 e2fsprogs 1.39 8.el5 e2fsprogs devel 1.39 8.el5 注 rhel4下沒有libs...