主にLinuxサーバー設定記録をメモします

ext3/ext4に対応したファイル復元ツール

インストール

必要なパッケージをインストール
# yum -y install gcc-c++
# yum -y install e2fsprogs-devel
インストール
# tar xvf extundelete-0.2.0.tar.bz2
# cd extundelete-0.2.0
# ./configure
# make
# make install

ファイル復元

# extundelete --restore-all /dev/sdc1
WARNING: 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) 
RECOVERED_FILES以下に復元されたファイルが格納される

Menu

メニュー

アプリケーション

アプリケーション

その他

【メニュー編集】

管理人/副管理人のみ編集できます