IT科技

當前位置 /首頁/IT科技 > /列表

如何恢復Linux的刪除的檔案

1、在終端視窗中輸入命令 touch demo.txt建立一個簡報。

如何恢復Linux的刪除的檔案

2、執行命令rm -rf demo.txt 刪除該檔案。

如何恢復Linux的刪除的檔案 第2張

3、執行 debugfs命令。

如何恢復Linux的刪除的檔案 第3張

4、執行命令 dd if=/dev/mapper/vg_root-lv_root of=/home/demo.txt bs=640 count=1 skip=1089 來恢復檔案。

如何恢復Linux的刪除的檔案 第4張

TAG標籤:linux 檔案 #