Kitaab

Writing an .img to an external drive

cli linux tips

published 2024-03-30 16:08

updated 2024-03-30 16:27

In this case I'm using libre elec

{{{bash sudo dd if=LibreELEC-RPi2.arm-11.0.6.img of=/dev/sdb bs=4M && sync }}}

I'm not sure why bs (blocksize) is supposed to be 4M and when that would change?