Make compressed sd card image - Raspberry Pi Forums
hi,
use 2 tools create images of raspberry pi sd cards on linux use dd, , on windows use win32 disk imager. both programs save uncompressed images of sd card computers hard disk. hasn't been problem until when bought couple of 32 gb micro sd cards amazing price of £12 each. working kodi , open elec @ moment large projects need space. thought had better sd card after bricked system custom electronics attached gpio!
wondering there program can make , read zipped image files don't need lot of working space on laptop hard drive. both programs read , store unused space on cards shouldn't necessary.
next tried rebuild sd card partition after using tar store files on original card, didn't work , resultant card partially boot.
advice or help
jack
use 2 tools create images of raspberry pi sd cards on linux use dd, , on windows use win32 disk imager. both programs save uncompressed images of sd card computers hard disk. hasn't been problem until when bought couple of 32 gb micro sd cards amazing price of £12 each. working kodi , open elec @ moment large projects need space. thought had better sd card after bricked system custom electronics attached gpio!
wondering there program can make , read zipped image files don't need lot of working space on laptop hard drive. both programs read , store unused space on cards shouldn't necessary.
next tried rebuild sd card partition after using tar store files on original card, didn't work , resultant card partially boot.
advice or help
jack
to upa compreses sd image using dd , gzip:
flash:
gzip -dc ~/desktop/pi.gz | sudo dd of=/dev/rdisk1 bs=1m
code: select all
sudo dd if=/dev/rdisk1 bs=1m | gzip > ~/desktop/pi.gz
gzip -dc ~/desktop/pi.gz | sudo dd of=/dev/rdisk1 bs=1m
raspberrypi
Comments
Post a Comment