I’ve been trying to find a linux programming similar to Rufus to flash images of OSes on a thumb drive.

Nothing from the listicles on the internet or the programs in flatpak have worked for me as well as Rufus on Windows.

What have you used that’s worked well? Or, could I run Rufus on my linux machine with WINE?

  • TurboWafflz
    link
    fedilink
    422 days ago

    The cursed but arguably better way is cp image.img /dev/whatever

    • @vvv
      link
      5
      edit-2
      22 days ago

      is that more or less cursed than cat image.img > /dev/whatever?