Cleaning up a hard drive (under Linux)


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

A simple method of clearing the data of a hard drive (writing zeros all over it).


Copy this code and paste it in your HTML
  1. dd if=/dev/zero of=/dev/sdb bs=4096 # this will write zeros all over the sdb device.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.