Does anyone know how to securely delete unused disc space on the HD????
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bob Miller
Sent: Sunday, March 27, 2005 10:57 AM
To: Eugene Unix and Gnu/Linux User Group
Subject: Re: [Eug-lug] Low Level Format
nyal wrote:
> I have a 20 gig HD that I received as a gift. I'd like to do a Low
Level
> Format on it to clean it up. Anyone have suggestions on the best way
to
> achieve this? From what I've read online, Maxtor's LLF.exe is the way
to go
> but I can't find anywhere to D/L it.
It's been fifteen years since I've had to do a low level format.
Modern disks just don't need it.
If you want to thoroughly erase the disk and repartition it, I suggest
using shred. You can boot from KNOPPIX or another live CD, then do
# shred -z -v /dev/hdz
Replace hdz with your disk's actual name (hda, hdb, ...)
Shred writes carefully chosen bit patterns to the disk that are
designed to make it impossible to read the original contents. It
writes the whole disk 25 times, so it might run for several days. (It
might not. I recently shredded a 46 GB disk on a fast computer in
about two hours.)
Once the old data is erased, partition the disk using a partitioning
program such as fdisk, disk druid, or the Linux installer of your
choice.
--
Bob Miller K<bob>
kbobsoft software consulting
http://kbobsoft.com [EMAIL PROTECTED]
_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug
_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug