Difference between revisions of "Burn an ISO File"
Views
Actions
Namespaces
Variants
Tools
no edit summary
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/ | 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). | |||
==Using | ==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. |