stylste
I got this error when running sudo dd if=/dev/zero of=/nvme0n1 bs=1M
dd: error writing '/nvme0n1': No space left on device
1+0 records in
0+0 records out
0 bytes copied, 0.000540503 s, 0.0 kB/s
edit: I just changed the command to sudo dd if=/dev/zero of=/dev/nvme0n1 bs=1M
it appears to be running (no errors yet). In top
it shows dd running at 90% CPU 🙂
edit #2: Okay, weird, it ran for a while, but then still gave me an error:
dd: error writing '/dev/nvme0n1': No space left on device
953870+0 records in
953869+0 records out
1000204886016 bytes (1.0 TB, 932 GiB) copied, 784.706 s, 1.3 GB/s
I'm learning a metric ton! Now what?