Y
Hacker News
new
|
ask
|
show
|
jobs
by
ilikepi
418 days ago
Ok I gotta ask...why of=/dev/zero and not of=/dev/null ?
1 comments
jauntywundrkind
418 days ago
That's probably much better, oops!
link
gruez
417 days ago
You don't even need dd since you're reading the whole file end to end. Something like
cat /dev/nvme0n1 > /dev/null
would suffice.
link