Imaging an SD card for PlugPBX (Linux GUI)

  • You can also use the ‘dd’ command from the command line of Linux and simple following the following syntax
dd if=filename.img of=/dev/device
  • In this above example, if means ‘input file’ and of means ‘output file’ – so in this case we’ll take the contents of the filename.img and write its raw data to the ‘file’ of /device/device-name. It can be that simple using dd, and can be much more powerful.

Anyone wishing to amend more details and tips here please let us know how we can improve this page.