You are reading a single comment by @hyperbole and its replies. Click here to read the full conversation.
  • dd does show progress, you just need to ask.
    On a separate tty/console find dd PID whilst it's running with

    pgrep -l '^dd$'

    Then execute "kill -USR1 $PID"

    Return to the console/tty where dd is running and you should see the stats.

    Or just run that kill command with "watch" to see stats every X seconds.

    watch -n $x kill -USR1 $PID

About

Avatar for hyperbole @hyperbole started