what is a good ISO to USB writer?
Added by Dirk Zuechner 12 months ago
I like opensuses imagewriter, but I cant find it with emerge -S
Any idea how to install it?
Replies (5)
RE: what is a good ISO to USB writer?
-
Added by Bill Chivers 12 months ago
KDE users swear by k3b, others (such as me) use xfburn
Otherwise use the command line:
1. insert target USB stick
2. type: dmesg and look for the link to the newly-inserted device - sdb for example
3. type: dd if=<path and filename of iso> of=/dev/sdb
Notes:
!! BE VERY CAREFUL to get the path correct such as /dev/sdb !! The dd command does not ask for confirmation and it does wipe the target.
You need to be root to run dd.
Bill
RE: what is a good ISO to USB writer?
-
Added by Dirk Zuechner 12 months ago
No other option with a gui?
I really like opensuse's imagewriter a great tool and at Arch available, even in debian testing.
RE: what is a good ISO to USB writer?
-
Added by Alexander Tratsevskiy 12 months ago
Hi Dirk,
You can search for a replacement, for example Xfburn.
RE: what is a good ISO to USB writer?
-
Added by Dirk Zuechner 12 months ago
Xfburn burns CDs and DVDs but can't make bootable, USB drives, maybe I didn't say that properly.
RE: what is a good ISO to USB writer?
-
Added by Tomasz Kaczmarczyk 12 months ago
Try rosa image writer
MUCH MORE SECURE than dd, once happened for me that by mistake I typed wrong last letter of /dev/sd{x} ...
(1-5/5)