Skip to content

Instantly share code, notes, and snippets.

@yfe404
Created November 2, 2021 06:46
Show Gist options
  • Save yfe404/64475b0f0b8aca91bdc0221e954c4a55 to your computer and use it in GitHub Desktop.
Save yfe404/64475b0f0b8aca91bdc0221e954c4a55 to your computer and use it in GitHub Desktop.
Monitor the progress of dd using pv (progress vue) utility
#!/bin/bash
DISK_IMAGE=~/Downloads/my-image.img
DISK=/dev/sdK
pv $DISK_IMAGE | sudo dd bs=4M of=$DISK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment