It's 2025, the future is now, and this is the best way to copy images to block devices:
# Example: flash ISO to an usb stick
sudo pv -Ko /dev/sda1 archlinux-2025.01.01-x86_64.iso
It's more convenient than using the <> redirection as it doesn't need the shell itself to be run as a privileged user
# Example: flash ISO to an usb stick
sudo pv -Ko /dev/sda1 archlinux-2025.01.01-x86_64.iso
It's more convenient than using the <> redirection as it doesn't need the shell itself to be run as a privileged user
Comments
-o sets the output device (note, this is available since 1.8.10 released in 15 June 2024)