Tisamu
9/13/2018 - 2:51 PM

dd tips for optimized image

# I used this to compress Rpi image which software was only using 3.2G on the SD card
# count is the size of the file (2000 = 1MB, so 8000 = 4MB so 8000000=4GB)
dd if=fast_and_go.iso of=fast_and_go_compressed.iso count=8000000