this post was submitted on 05 Dec 2023
963 points (98.7% liked)

linuxmemes

20751 readers
1149 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

shamelessly stolen from nixCraft on mastodon

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 45 points 9 months ago (4 children)

Fun fact: you can use cat image.iso > /dev/device and it (should) just works.

[–] [email protected] 52 points 9 months ago

Yay, more ways to (accidentally) destroy my data!

[–] [email protected] 8 points 9 months ago

Or pv if you want a progress bar.

[–] [email protected] 3 points 9 months ago* (last edited 9 months ago)

Assuming /dev/device is not a symbolic link, you might as well

cp image.iso /dev/device
[–] [email protected] 2 points 9 months ago

Sure, if you're a little bitch.