码迷,mamicode.com
首页 > 其他好文 > 详细

解压system.img

时间:2014-09-29 18:52:51      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   ar   sp   div   c   on   log   

 解压:

  All-Series:~$ simg2img system.img system.img.ext4
  All-Series:~$ mkdir tmp
  All-Series:~$ mount -t ext4 -o loop  system.img.ext4 tmp

打包:

  All-Series:~$ make_ext4fs -s -l 239M -a system system.img tmp

 

解压system.img

标签:style   blog   color   ar   sp   div   c   on   log   

原文地址:http://www.cnblogs.com/lvzaina/p/4000602.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!