为什么80%的码农都做不了架构师?>>>   

mkdir /disk /mydata
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/

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

转载于:https://my.oschina.net/sanpeterguo/blog/111645

ext3grep practice record相关推荐

  1. PAT (Advanced Level) Practice 题解代码 - II (1051-1100)

    PAT PAT (Advanced Level) Practice - II(1051-1100) -------------------------------------------------- ...

  2. Ten Simple Rules for Effective Statistical Practice

    http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004961 Introduction Several m ...

  3. oracle 提示:ORA-02292:integrity constraint(xxxxxxx) violated - child record found

    当我们删除 数据的时候 oracle 提示:ORA-02292:integrity constraint(xxxxxxx) violated - child record found 这种情况呢是因为 ...

  4. 变体类的使用 package record case【转载】

    **************理论区 start********************* DELPHI中记录的存储方式       在DELPHI中,我们用record关键字来表明一个记录,有时候,我 ...

  5. HDU1089-1096 A+B for Input-Output Practice 系列问题(输入输出格式练习)

    HDU1089 A+B for Input-output Practice (1) 问题描述:每行输入一对整数a和b,每行对应输出a与b的和. Sample Input 1 5 10 20 Sampl ...

  6. Programmer of Practice Manual

    这是我以前再读研究生的时候写的东东,希望搞计算机的同学,教计算机本科生学习技术的文章(非算法类) 粘在这里纪念一下. 大一寒假 结构化编程基础: 图书:<How to C> 实践过程:完成 ...

  7. Database design best practice(1):关于primary key及其它

    1. The job of the primary key is to uniquely identify records, not to store business data ; any use ...

  8. nutz 结合QueryResult,Record 自定义分页查询,不构建pojo 整合

    public QueryResult getHistoryIncome(int d, int curPage) throws Exception { /**sql**/ Sql sql = Sqls. ...

  9. VS Code报错解决:Error: end of central directory record signature not found

    早上刚配好远程的Linux开发环境:Windows下使用VS Code远程SSH连接Linux服务器进行开发 然后我在安装C/C++插件的时候出现了报错: ownloading package 'C/ ...

最新文章

  1. 关于骨骼动画及微软示例Skinned Mesh的解析
  2. 教学目标四个维度_挖掘教材 预设目标 思本归真—— 记临安区初二英语教学研讨会...
  3. 计算机视觉:单阶段目标检测模型YOLO-V3
  4. 索尼 android l,家庭影院级音质 索尼Xperia i1参数全曝光
  5. sklearn自学指南(part47)--主成分分析
  6. 人脸检测的model类facemodel
  7. 图嵌入表示TADW:当DeepWalk加上外部文本信息
  8. 什么是南向接口和北向接口?
  9. android 安装p12证书,如何在Android中使用p12证书(客户端证书)
  10. 悟空crm开源版本环境搭建
  11. 寻找与黄金分割点最近的商
  12. 【ROS基础】.launch文件语法记录
  13. linux系统进入图文界面,Linux启动界面切换:图形界面-字符界面
  14. react-native Animated简单动画制作
  15. 促销 Eventide Clockworks 经典传奇效果器插件合集
  16. 树莓派官网VNC配置
  17. Nova8pro自动调节亮度忽亮忽暗问题
  18. 四、网络层(四)IPv6
  19. 编写计算机程序的几个步骤,第1讲程序设计的一般步骤ok.doc
  20. pycharm更换主题,pycharm更换皮肤,pycharm更换不同颜色

热门文章

  1. 2019.2.7 区块链论文翻译
  2. template might not exist or might not be accessible by any of the configured Template Resolvers
  3. gradlew 的https代理设定
  4. FJ省队集训DAY4 T1
  5. socket 编程入门教程(三)TCP原理:7、TCP连接的关闭
  6. [Head First设计模式]餐馆中的设计模式——命令模式
  7. Cent OS – Tomcat 7 - 集群
  8. OFBiz + Opentaps 仓储设施 基本管理
  9. T-SQL命令在SQLServer查询中的运用
  10. unity实战 实现鼠标选择对象前置显示