Wipe Volume can erase the data on the volume completely and ensure that the data can not be recovered by any data recovery solution. But how?
Recommended Answers
Jump to PostBoot just about any Linux Live CD/DVD. Assuming that the disc is the system drive (/dev/sda), you would do this once you have booted the disc and logged in (as root):
[code]
dd if=/dev/zero of=/dev/sda bs=1M
[/code]
This will erase your drive 1MB at a time until it is totally …
All 3 Replies
rubberman
1,355
Nearly a Posting Virtuoso
Featured Poster
LaxLoafer
71
Posting Whiz in Training
mjdodd
27
Posting Pro
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, learning, and sharing knowledge.