Skip to main content
4 events
when toggle format what by license comment
10 hours ago comment added rando Probably doesn't need sudo to read the image with pv, given that they probably already have access to the image, but otherwise good answer.
10 hours ago comment added Peter Cordes And if you're using dd anyway, you might as well just use sudo dd if=image.iso of=/dev/sdb status=progress bs=64K. (Using dd with the default bs=512 bytes is slow, making a system call for every half a KiB, much smaller than the sector size for modern devices so the kernel's block layer has to merge requests.)
S 21 hours ago review First answers
20 hours ago
S 21 hours ago history answered Roger Lucas CC BY-SA 4.0