Fill a disk with zeroes


/ Published in: Bash
Save to your folder(s)

Replace /dev/hda/ with the device path to your disk


Copy this code and paste it in your HTML
  1. dd if=/dev/zero of=/dev/hda/zero bs=512

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.