Linux Lite Forums
Interesting new Open-Source USB Image Writer - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: General (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=4)
+--- Forum: Off Topic (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=15)
+--- Thread: Interesting new Open-Source USB Image Writer (/showthread.php?tid=2922)

Pages: 1 2


Interesting new Open-Source USB Image Writer - Valtam - 05-16-2016

Etcher - http://www.omgubuntu.co.uk/2016/05/etcher-usb-image-burner-tool-linux-open-source

[Image: etcher-app-for-ubuntu.jpg]

Just tried it, very nice Smile

Download it, make it executable, then:

Code:
sudo ./Etcher-linux-x64.AppImage

(for 64bit)


Re: Interesting new Open-Source USB Image Writer - Mike - 05-16-2016

It looks nice, but it seems kind of unnecessary to use javascript/node to create such a tool. It's interesting to see them using the appimage format though.


Re: Interesting new Open-Source USB Image Writer - ptyerman - 05-16-2016

To me it looks horrible, very Fisher Price like.


Re: Interesting new Open-Source USB Image Writer - Wirezfree - 05-16-2016

(05-16-2016, 12:53 PM)ptyerman link Wrote: To me it looks horrible, very Fisher Price like.
I guess it takes the simple logical approach... select source, select destination, Flash

I guess the simplest would be...
right click on an iso, flash to xyz
Where xyz is any USB drive currently detected.


Re: Interesting new Open-Source USB Image Writer - Jocklad - 05-16-2016

ben@ben-ThinkCentre-M71e:~$ sudo ./Etcher-linux-x64.AppImage
[sudo] password for ben:
sudo: ./Etcher-linux-x64.AppImage: command not found
ben@ben-ThinkCentre-M71e:~$

Must be doing something wrong..... :o :o :o

Jocklad



Re: Interesting new Open-Source USB Image Writer - Valtam - 05-16-2016

You have a colon : in front of sudo

Sent from my phone using Tapatalk




Re: Interesting new Open-Source USB Image Writer - Jocklad - 05-16-2016

Nope......No idea how to correct thisĀ  :'( :'( :'( :'( :'(


Re: Interesting new Open-Source USB Image Writer - Wirezfree - 05-16-2016

@Jocklad

Did you open a terminal where you saved it, then do the:
Code:
sudo ./Etcher-linux-x64.AppImage





Re: Interesting new Open-Source USB Image Writer - Jocklad - 05-16-2016

(05-16-2016, 06:23 PM)Wirezfree link Wrote: @Jocklad

Did you open a terminal where you saved it, then do the:
Code:
sudo ./Etcher-linux-x64.AppImage

Yes that did it Wirezfree.

Did not realise that the terminal had to be opened from the home folder location........ Smile Smile Smile Smile Smile

Many thanks.

Jocklad


Re: Interesting new Open-Source USB Image Writer - Wirezfree - 05-17-2016

I have forgotten to do that myself on occasions...