You are not logged in.
Pages: 1
One of the best USB image writers is openSUSE studio writer. Mintstick also is very good. The gnome disk writer does the job but is very very slow. I know how to write an ISO from the cli but can anyone advise me on a FAST GUI program that's available on bunsenlabs (debian)?
Last edited by wammes (2018-07-06 13:43:52)
Offline
You could try etcher-electron, if you don't mind proprietary stuff.
Offline
This https://github.com/openSUSE/imagewriter seems to build fine on stretch (or I just happen to have all the happy dependencies installed).
qmake DEFINES=USEUDISKS2 imagewriter.pro
make
sudo ./imagewriter # or gksu ./imagewriter
Haven't tested if it works for real.
Last edited by brontosaurusrex (2018-07-04 10:12:17)
Offline
This https://github.com/openSUSE/imagewriter seems to build fine on stretch (or I just happen to have all the happy dependencies installed).
qmake DEFINES=USEUDISKS2 imagewriter.pro make sudo ./imagewriter # or gksu ./imagewriter
Haven't tested if it works for real.
https://cdn.scrot.moe/images/2018/07/04/2018-07-04-120025_1920x1200_scrot-fs8.th.png
Thanks. Unfortunately I don't seem to have qmake installed. Of what package is it part of?
Offline
Offline
You could try etcher-electron, if you don't mind proprietary stuff.
Etcher seems to be an opensource project (?). The AppImage works very well.
Offline
Compiling needs meson and ninja. I have no idea what these programs are and what package I need to install to get them.
apt install meson ninja-build
# and probably
apt install qt4-qmake
Last edited by brontosaurusrex (2018-07-04 18:10:00)
Offline
Offline
Etcher seems to be an opensource project (?). The AppImage works very well.
Yes, it does. I've both installed it and used the AppImage, and been happy with both.
As for whether it's open source... dunno.
Offline
As for whether it's open source... dunno.
Etcher, yes...
https://etcher.io/
https://github.com/resin-io/etcher/blob/master/LICENSE
https://en.wikipedia.org/wiki/Apache_License
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Pages: 1