[ale] Nuking a drive
James P. Kinney III
jkinney at localnetsolutions.com
Wed May 12 08:30:29 EDT 2004
A:
A: D:\setup.exe
Installing Microsoft operating system is a guaranteed way of nuking a
drive!
On Tue, 2004-05-11 at 14:20, Christopher Fowler wrote:
> MIN=1
> MAX=10
>
> while [ $MIN -ne $MAX ]
> do
> echo "Pass: "${MIN}
> dd if=/dev/urandom of=/dev/drive
> MIN=`expr $MIN + 1`
> done
>
> On Tue, 2004-05-11 at 13:28, BruceG wrote:
> > On Tuesday 11 May 2004 12:41, Matthew Brown wrote:
> > > I am returning two Dell servers thta have served me well. It's
> > > End-of-Lease time.
> > >
> > > Anyone know the best quick way to nuke a drive to make all its contents
> > > unrecoverable?
> >
> > You could zero it out using dd. I zero'd a floppy as follows:
> > dd if=/dev/zero of=/dev/fd0 2>/home/bgriffis/zerofloppy
> >
> > (you don't need the 2>/home/bgriffis/zerofloppy = that just tells you how many
> > records in/out). You could probably retrieve the data with a good bit of
> > effort, but that should do the trick for most instances.
> >
> > _______________________________________________
> > Ale mailing list
> > Ale at ale.org
> > http://www.ale.org/mailman/listinfo/ale
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
>
> !DSPAM:40a119d4311212488166047!
--
James P. Kinney III \Changing the mobile computing world/
CEO & Director of Engineering \ one Linux user /
Local Net Solutions,LLC \ at a time. /
770-493-8244 \.___________________________./
http://www.localnetsolutions.com
GPG ID: 829C6CA7 James P. Kinney III (M.S. Physics)
<jkinney at localnetsolutions.com>
Fingerprint = 3C9E 6366 54FC A3FE BA4D 0659 6190 ADC3 829C 6CA7
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
More information about the Ale
mailing list