Comment by ilikepi 7 months ago Ok I gotta ask...why of=/dev/zero and not of=/dev/null ? 2 comments ilikepi Reply jauntywundrkind 7 months ago That's probably much better, oops! gruez 7 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 7 months ago That's probably much better, oops! gruez 7 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 7 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.