Show dd copy progress
A super short note, but I forget this all the time. If you'd like to see progress while dd-ing something, add status=progress, like so
dd if=/input of=/output status=progress
A super short note, but I forget this all the time. If you'd like to see progress while dd-ing something, add status=progress, like so
dd if=/input of=/output status=progress