USB ISO Image Writer on Linux

is there a good usb iso image writer that I can use on a linux distribution to create a live usb with a different linux OS?

I'm running tails and can't figure out commands for GNOME multi writer

Attached: angry-linux-100535581-large.jpg (580x387, 21K)

Other urls found in this thread:

github.com/resin-io/etcher
etcher.io/
twitter.com/SFWRedditVideos

dd

use 'dd' on the CLI you fucking mong

fpbp

Unetbootin

dd if=file.iso of=/dev/sdx

if you have gnome disks utility (usually just "disks" in ubuntu) you can use the "restore disk image" function to flash the ISO to the drive

You really should just learn to use dd if you’re on unix, it ain’t that hard.

looking at it now, thanks.

can I put a link from a site to copy files?

>copy files
I thought it was an iso image you had and wanted to write? Just download the ISO and then use dd to write the ISO to the USB.

github.com/resin-io/etcher

I stopped using dd when I discovered this

gnome-disks

Why?

Use virtual box to create windows guest os. Use any windows tool to do it.
Solution with least hasle.

>etcher
>docker + electron
>over 200 issues registered
get the fuck of Jow Forums. This is no place for normie pajeets

whaaaaaat that's the shit.

youre the shit thanks

If you want something that has a gui, I like to use ISO Image Writer. A simple QT application that does the job well enough.

Etcher
t
c
h
e
r

wtf

dd if= of=

E.G.

dd if=~/Downloads/ubuntu.iso of=/dev/sbd

/dev/sdb being the USB I have inserted. You can see the devices using 'fdisk -l', might need sudo perms to list the devices and sudo perms to use dd to write to it.

> virtual box
> windows guest os
> use any windows tool
> least hasle

I hope you are shit posting or else you have shit for brains

Just do it through Windows in a VM instead.

cat /dev/zero > /dev/sda

etcher.io/

All you retards suggesting GUI's or to install a Windows VM, Linux has the dd command preinstalled and it is very simple to use.

dd you fucking retard

>running tails
>doesn't know how to write disk images
something doesn't add up here

I don't know why but dd sometimes doesn't make the USB bootable and doesn't work very well with windows ISOs

>Windows
There is your problem not dd

dd is the best tool out there. All others are inferior.

Deepin boot maker.

Yumi?

/thread

gnome-image-writer

You can do it all in command line

curl *link to download iso*
dd if=*download.iso* of=/dev/sd*whatever the usb is* bs=1M
status=progress

dd stands for dragon dildo btw