5 ms·
dd if=/dev/zero of=/dev/sdb1 bs=512 Boom. Problem solved.
by saintx 13y ago
dd if=/dev/zero of=/dev/sdb1 bs=512
Boom. Problem solved.
- rythie 13y agoWhy are you specifying such a small block size? bs=1M or more is much quicker for that sort of thing