Difference between revisions of "Burn an ISO File"

Added progress to dd command
imported>Tele
imported>Tele
(Added progress to dd command)
Line 54: Line 54:
To burn the iso on an usb stick, enter the following command in a terminal :
To burn the iso on an usb stick, enter the following command in a terminal :


  dd bs=4M if=/path/to/manjaro.iso of=/dev/sd[drive letter]
  dd bs=4M if=/path/to/manjaro.iso of=/dev/sd[drive letter] status=progress


Where [drive letter] is the letter of your removable device. Please note that it is the '''device''' (e.g. /dev/sdb), and '''not''' the partition number (e.g. /dev/sdb1).
Where [drive letter] is the letter of your removable device. Please note that it is the '''device''' (e.g. /dev/sdb), and '''not''' the partition number (e.g. /dev/sdb1).
Anonymous user