Hacker News new | ask | show | jobs
by saintx 4744 days ago
dd if=/dev/zero of=/dev/sdb1 bs=512

Boom. Problem solved.

1 comments

Why are you specifying such a small block size? bs=1M or more is much quicker for that sort of thing