6 ms·
Ok I gotta ask...why of=/dev/zero and not of=/dev/null ?
by ilikepi 1y ago
Ok I gotta ask...why of=/dev/zero and not of=/dev/null ?
- jauntywundrkind 1y agoThat's probably much better, oops!
- gruez 1y agoYou don't even need dd since you're reading the whole file end to end. Something like cat /dev/nvme0n1 > /dev/null would suffice.