Difference between revisions of "Burn an ISO File"

add 'oflag=sync' to dd command
imported>Dalto
m (removed links to external products)
imported>Cscs
(add 'oflag=sync' to dd command)
Line 52: Line 52:
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 :


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


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