linux - Extracting/Writing core 2Gb image from 8Gb SD card -


i burned 2gb linux image 8gb, made tuning , archive future use. but, when saving image disk, resulting file 8gb large. how can extract 2gb "core" ? of course, did not expand initial 2gb tot full 8gb. when running df, available linux partition 2gb. used win32diskimager write initial image sd card , write disk after tweaking.

try linux tools 'dd' may meet requirement,the whole command should like:

dd if=/dev/mmc_xx of=mmc.img bs=2048 count=1024000 

please replace mmc_xx sd name. keep in mind result of bs*count couldn't less 2g bytes.


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -