[Arm-dev] making a compressed image

Robert Moskowitz

rgm at htt-consult.com
Fri May 5 15:33:32 UTC 2017


I have worked out the dd command to copy my work in progress 4Gb image:

dd if=/dev/sdb of=cubietruck.img bs=512 count=6268927

and restore it with:

dd if=/home/rgm/arm/Centos/cubietruck.img of=/dev/sdb bs=4M; sync

But I would like to compress this, making a .xz file that is expanded 
with xzcat.

I have not figured this out, so am asking for a bit of help (I have had 
to increase the  root partition so backing up is a larger file now).

thanks



More information about the Arm-dev mailing list