知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

ext3grep practice record

发布时间:2014-09-05 15:07:38作者:知识屋

ext3grep practice record
 
mkdir /disk /mydata   www.zhishiwu.com  
cd /mydata 
if=/dev/zero of=/mydata/disk1 count=102400 
mkfs.ext3 /mydata/disk1 
mount -o loop /mydata/disk1 /disk 
cd /disk/ 
cp /boot/initrd-2.6.31.5-0.1-desktop /disk/ 
cp /etc/profile /disk/ 
echo peterguo > ext3grep.txt 
ls 
md5sum ext3grep.txt profile initrd-2.6.31.5-0.1-desktop 
rm -rf /disk/* 
cd / 
l /disk/   www.zhishiwu.com  
 
cd /opt/ 
umount /disk 
ext3grep /mydata/disk1 --ls --inode 2 
ext3grep /mydata/disk1 --dump-names 
ext3grep /mydata/disk1 --restore-file ext3grep.txt 
l RESTORED_FILES/ 
cat RESTORED_FILES/ext3grep.txt 
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜