[ExeterLUG] Raspberry Pi Cluster Image
Gordon Henderson
gordon+lug at drogon.net
Fri Dec 6 20:58:15 UTC 2013
On Fri, 6 Dec 2013, M Dinsmore wrote:
> Hi All,
>
> Apologies it has taken so long to get this SD card image up online, it's
> turned out to be a busy couple of weeks for me so it took longer to get
> the image sorted and tested. I originally said the image would be
> 200mb, however I realised that the amount of free space in the image was
> quite small and enlarged the partition on my sd card and the resultant
> image is ~500Mb compressed and I didn't want to delay it any longer to
> investigate the reason - sorry if you're not on an unlimited broadband
> plan.
If you're producing a DD'able image, then one way to reduce space (if
you've not already done something like this) is to fill the SD card up
with zeros before compressing it:
dd if=/dev/zero of=/var/tmp/xxx bs=1M
rm /var/tmp/xxx
then do the dd, gzip, etc.
Gordon
More information about the Exeter
mailing list