you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 2 years ago* (2 children)

I generally use the Raspberry Pi Imager, It works just as well with USB's as TF cards.

GitHub repo

  • source
  • hideshow 4 child comments
  • [–] 1 point 2 years ago

    Also a Raspi Imager fan when I have Pis around since I usually have it installed anyway.

    I would use dd, but I always worry I’ll bungle something and only use it when necessary. I’m trying to write a utility called Rubber Duck Disk Dump that takes all the same options but parses your command beforehand to try to guess what you’re doing and warn you if it is really, really stupid, and if you type yes, it then passes all args straight to dd.

  • source
  • parent