Yeah dd is simple, but it’s dangerous. It gives no warnings or confirmations and just writes to the device specified regardless of whether it’s the right one. Many people, myself included, have overwritten the wrong disk.
Yeah for sure, until the one time you don’t. These days I quadruple check before hitting enter. If I remember the next time an iso is released, I’m going to try iso image writer.
but thanks for pointing it out , that link should also have pointed out the danger.
i just thought i’d share it cause it’s easier and much faster than finding a program that does it and then figuring out how to use the program ( for me at least , a dummy lol )
PS : doesn’t the BB code thing work anymore now that the text box/editor thing have changed recently ?
No, it just asks for your password. By confirmation I mean “You are going to overwrite /dev/sdX with the file filename. Are you sure you want to continue?”.
I’m not arguing against using dd, I’m just saying be bloody careful when you do. I’ve used it for nearly 25 years, but as I’m getting older I want something safer
“dd to the rescue”—been a trusted friend over decades, same here. From repairing a mucked-up MBR to cloning complete disks, or writing an ISO. Surely, “bloody careful” is the word.
I’m also older, and always forget the new “progress” thing (it’s only been there for a few years, after all), so it usually comes down to reading the man in another terminal and finding the correct signal to send it for showing progress… Then hitting ↑, Return all the time and cross fingers…
As someone who has been using dd for years I have to say it just works. I have a script I use that makes this easy for me. Again just make sure of the destination path or you could overwrite something important.
Always found it odd there are large bloated programs out there to make images when there is already something built in, fast, and incredibly small size wise.
Only difference is when I use dd I select the device by device id. For my use case this means every time I need to update the boot image the script always has the correct USB flash drive set. I saved this script so it works other than updating the ISO path.
Of course I wouldn’t advise anyone just copying what I done, best to read on using dd with device ID and making sure nothing is removed that shouldn’t be.