Comment by ilikepi 10 months ago Ok I gotta ask...why of=/dev/zero and not of=/dev/null ? 2 comments ilikepi Reply jauntywundrkind 10 months ago That's probably much better, oops! gruez 10 months 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.
jauntywundrkind 10 months ago That's probably much better, oops! gruez 10 months 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.
gruez 10 months 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.
That's probably much better, oops!
You don't even need dd since you're reading the whole file end to end. Something like
would suffice.