Comment on Usbimager – A non-electron based alternative to Balena EtcherparentComments−bityard4y$ ls -lh /usr/bin/dd-rwxr-xr-x 1 root root 79K Dec 5 2020 /usr/bin/dd*−JasonFruit4yThere is no reason not to use dd. Yes, its option syntax is weird; yes, it has its dangers. But all the GUI tool does is show you the danger with a confirmation dialog.−jrm44yYou literally just mentioned two great reasons why not to use dd.−JasonFruit4yThe action you are performing — blasting away the contents of a disk — is inherently risky. Putting a nice GUI on it doesn't change that.
Comments
$ ls -lh /usr/bin/dd
-rwxr-xr-x 1 root root 79K Dec 5 2020 /usr/bin/dd*
There is no reason not to use dd. Yes, its option syntax is weird; yes, it has its dangers. But all the GUI tool does is show you the danger with a confirmation dialog.
You literally just mentioned two great reasons why not to use dd.
The action you are performing — blasting away the contents of a disk — is inherently risky. Putting a nice GUI on it doesn't change that.