使用dd制作文件夹的img

转:http://socol.iteye.com/blog/627872

du -sh originfile //先看看需要制作的源文件夹大小,假如15M

dd if=/dev/zero of=new_img.img bs=1024 count=20000 //生成20M的文件

mkfs.ext3 new_img.img

mount new_img.img /mnt/new

cp originfile /mnt/new -R

umount /mnt/new

// new_img.img文件里面就包括了originfile

    A+
发布日期:2015年12月14日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: