I am shocked by this - the quote in below is very concerning:

“However, in 2024, the situation changed: balenaEtcher started sharing the file name of the image and the model of the USB stick with the Balena company and possibly with third parties.”

Can’t see myself using this software anymore…

  • downhomechunk
    link
    fedilink
    English
    0
    edit-2
    4 months ago

    Plug your usb drive in and run lsblk to figure out which letter to use instead of x in /dev/sdx

    sudo dd if=image.iso of=/dev/sdx bs=1M status=progress

    EDIT: I totally didn’t read your request. This is not gui or Mac based, but it still might help someone.

    • @Revan343@lemmy.ca
      cake
      link
      fedilink
      0
      edit-2
      4 months ago

      Mac should have dd, I’d assume lsblk as well not lsblk though. There’s fdisk though

    • yeehaw
      link
      fedilink
      04 months ago

      I’m pretty sure mac, being based off freebsd, would include dd

    • Littux
      link
      fedilink
      04 months ago

      The comment said “SD Card” so it would be /dev/mmcblk*

      • downhomechunk
        link
        fedilink
        English
        04 months ago

        I use a microSD to usb adapter and have 2 spinning rust disks. So it’s /sdc for me, but i still always double check. Dd isn’t called the disk destroyer for nothing.