Manjaro Difference between revisions of "Burn an ISO File"

Difference between revisions of "Burn an ISO File"

From Manjaro
imported>Sabras
imported>Verityproductions
Line 45: Line 45:
=Writing to a USB Stick in Linux=
=Writing to a USB Stick in Linux=


==Using Terminal==
 
==Using the Terminal==


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/sdx
  dd bs=4M if=/path/to/manjaro.iso of=/dev/sd[x]
 
where [x] is the letter of your removable device. Please note that it is the '''device''', like /dev/sda, /dev/sdb (etc), and '''not''' the partition number (e.g. /dev/sda1).


where /dev/sdx is your removable device. Please note that it is the '''device''', like /dev/sdb, '''not''' the partition like /dev/sdb1


==Using GUI==
==Using a Burning Application==


''ImageWriter'' should be available for installation from your distribution's Software Center / Software Manager / Package Manager / repositories. Once Imagewriter has been downloaded and installed, ensure that your USB stick is plugged in before starting it.
''ImageWriter'' should be available for installation from your distribution's Software Center / Software Manager / Package Manager / repositories. Once Imagewriter has been downloaded and installed, ensure that your USB stick is plugged in before starting it.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.