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

avoid printing transfer output #772

Merged
merged 1 commit into from
Jan 31, 2022

Conversation

dirkmueller
Copy link
Member

But still show all the errors like running out of disk space
and the like.

But still show all the errors like running out of disk space
and the like.
@dirkmueller dirkmueller mentioned this pull request Jan 30, 2022
@adrianschroeter adrianschroeter merged commit 035ae4e into openSUSE:master Jan 31, 2022
@lnussel
Copy link
Member

lnussel commented Jan 31, 2022

With this applied we still get random dd output. We really need status=none.

$ dd if=/dev/zero of=/dev/null count=1
1+0 records in
1+0 records out
512 bytes copied, 0.000212356 s, 2.4 MB/s
$ dd if=/dev/zero of=/dev/null count=1 status=noxfer
1+0 records in
1+0 records out
$ dd if=/dev/zero of=/dev/null count=1 status=none
$ 

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

Successfully merging this pull request may close these issues.

None yet

3 participants