Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update command copying image for linux #7

Closed
panosnethood opened this issue Dec 16, 2017 · 1 comment
Closed

update command copying image for linux #7

panosnethood opened this issue Dec 16, 2017 · 1 comment
Assignees

Comments

@panosnethood
Copy link
Collaborator

Message from commonslab.gr:

The dd command supports progress monitor with the command parameter "status=progress"

There are various places where we have this guideline and it would be nice to update it

@panosnethood panosnethood self-assigned this Dec 16, 2017
@hellekin
Copy link

hellekin commented Feb 6, 2018

You may also send a USR1 signal to dd to show progress. E.g., from the dd documentation:

# Output stats every second.
while kill -s USR1 $pid 2>/dev/null; do sleep 1; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants