View Single Post
Old 07-02-2014, 09:14 PM   #908
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,579
Karma: 79436940
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Quote:
Originally Posted by akorx View Post
Hi guys,

dd if=/dev/mmcblk0 of=/tmp/kobo-original-sd.img

dd if=/tmp/kobo-original-sd.img of=/dev/mmcblk0
Minor suggestion; compress the output file...
dd if=/dev/mmcblk0 | gzip > /tmp/kobo-original-sd.img.gz

and then

gunzip /tmp/kobo-original-sd.img.gz - | dd of=/dev/mmcblk0
PeterT is offline   Reply With Quote