| SillyDog701 Forums |
| Author |
Message |
James


Joined: 12 Jul 2002 Posts: 1746
|
28 Jun, 2008 12:40 am Do Restore Disks Wipe Clean? |
[sdp=92424] |
|
I have a set of disks that I made when I purchased my computer that will reset it to factory settings and essentially reformat (I'm assuming this is what is done) the computer. My question is a simple one: does this wipe the computer clean in order for me to donate it to a school or would I need to do something in addition to this? Thanks.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
James
It's later than you think.
Firefox 3.5.3, IE 8 |
|
| Back to top |
|
 |
Mandrake


Joined: 13 Sep 2002 Posts: 3882
|
28 Jun, 2008 1:52 am |
[sdp=92425] |
|
The restore disk will wipe the hard disk clean and restore the OS just as it was when you bought the PC. If you have any sensitive documents or records on your PC that you absolutely wouldn't want anyone else to see, it might be worth your while taking more drastic measures to wipe the hard disk. The restore disk will format the hard disk once, but it's still possible to gain access to old files after a single format. Something along the lines of ten complete formats should ensure the data is gone for good.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
Core i7 920 | ASUS P6T Deluxe v2 | 3TB+ HDD | 12GB Corsair DDR3 | Radeon 4890 Xfire | X-Fi Titanium Fatal1ty | Logitech Z-5500 Speakers | Dell 3008WFP | Seven RC1 |
|
| Back to top |
|
 |
James


Joined: 12 Jul 2002 Posts: 1746
|
28 Jun, 2008 8:34 am |
[sdp=92427] |
|
Since a format takes close to half an hour with these eight disks that I created, and the "only" thing that I want to make certain is completely eradicated is my passwords, how would I go about "shredding" that file? Where is it found for IE and for Firefox and for Opera? I assume I would first shred those files and then do the format with the disks. Thanks.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
James
It's later than you think.
Firefox 3.5.3, IE 8 |
|
| Back to top |
|
 |
James


Joined: 12 Jul 2002 Posts: 1746
|
28 Jun, 2008 8:45 am |
[sdp=92428] |
|
In another forum someone mentioned getting Eraser from Source Forge found here:
http://www.heidi.ie/node/6
I assume the logical sequence would be to run this and then do the format with the eight disks. True? I've never run an eraser program before. Do you have to specify where it erases or does it simply erase all files and folders by writing over them multiple times? In other words, do I need any specialized knowledge to use this utility?
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
James
It's later than you think.
Firefox 3.5.3, IE 8 |
|
| Back to top |
|
 |
Mandrake


Joined: 13 Sep 2002 Posts: 3882
|
28 Jun, 2008 11:09 am |
[sdp=92429] |
|
Eraser will work just fine. That's much easier than completely wiping the disk clean. So yes, you could use Eraser to securely delete the files that you don't want anyone else seeing and then use the restore disk to reinstall the OS.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
Core i7 920 | ASUS P6T Deluxe v2 | 3TB+ HDD | 12GB Corsair DDR3 | Radeon 4890 Xfire | X-Fi Titanium Fatal1ty | Logitech Z-5500 Speakers | Dell 3008WFP | Seven RC1 |
|
| Back to top |
|
 |
PaulD


Joined: 14 Aug 2006 Posts: 825
|
28 Jun, 2008 1:50 pm |
[sdp=92434] |
|
"... how would I go about "shredding" that file?" [emphasis added]
May I review some disk-data fundamentals? A file on disk may be updated in one of two (and a half) ways:
- in-place (same location). This is possible only when the file contents (or a portion thereof) are being replaced. This typically is the method used for a data-base, where data in a record are being changed. Only the cluster involved is re/over-written. This is a "record rewrite" operation. (In principle, a database may be enormous, and a total file rewrite is both unnecessary and time-consuming.)
- (1/2 way). If a file is being expanded - either a database record size is being lengthened, or a new record is being added to the file (any type of file) - the file, or portions thereof, will be written to a new location. This is a "file append" operation. New clusters are allocated somewhere else on the disk. The file management system ensures that there is linkage between the old sections and the new ones.
- new location. This must be used for a file copy, and the most common method if a file is small. The internal process details are interesting but somewhat boring. The result is that the file is moved to new cluster(s) on the disk, the old location is indexed as free space.
- Note: a file Delete does nothing to the space occupied by that file. It only removes the directory entry to that file, and reassigns the clusters to the free pool.
The Defrag operation 'squeezes out' the free space and 're-contiguizes' all the clusters that relate to each file. This is where performance is improved, since all the sectors for a file are adjacent - no disk-dance is needed.
So? "Shredding a file" would require that not only the 'present' file location be scrambled, but that all the old locations likewise be located and erased (assuming that the sectors have not been reused). How many old locations are there, and where are they?
A Defrag before your Format will help, since it will rewrite some low-address clusters. But multiple over-writes of the unused sectors - overwrites with varying bit patterns - are necessary to thoroughly randomize the magnetic domains.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0 |
|
| Back to top |
|
 |
Antony


Joined: 18 Jun 2002 Posts: 12754 Location: Sydney, Australia
|
28 Jun, 2008 9:31 pm |
[sdp=92436] |
|
| James wrote: | My question is a simple one: does this wipe the computer clean in order for me to donate it to a school or would I need to do something in addition to this? |
Just to add my two cents to this.
It is clean to average computer users. It is not safe to people who really want to dig out what has been stored before.
--
From the reading of it, Eraser seems to be a great software for making sure the hard disk is very hard to recover (revert back) to original data. Thanks for recommending it.
For Mac OS X: for individual files, the built-in “Secure Empty Trash” (under Finder's menu) does the job. (Secure Empty Trash has been around for years.) However, it does take quite a while to simply delete the files.
for erasing entire disk, Disk Utility (located under /Applications/Utilities) has built-in Erase functions:
Well, it all depends on how sensitive the data you have.
Both those features are built into Mac OS X, you don't need a third party tool for it.
UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9) Gecko/2008061004 Firefox/3.0
|
|
| Back to top |
|
 |
PaulD


Joined: 14 Aug 2006 Posts: 825
|
29 Jun, 2008 3:29 pm |
[sdp=92443] |
|
So, James - the best answer is to buy an Apple (via Antony, of course!), pull your hard disk and install it in the Apple, and run one of the n-pass Erase functions. A truly win-win solution. 
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0 |
|
| Back to top |
|
 |
James


Joined: 12 Jul 2002 Posts: 1746
|
29 Jun, 2008 4:24 pm new computers |
[sdp=92447] |
|
Hi Paul (and guys and gals)
Well... my wife and I each bought new computers: Dell XPS desktops. Intel Core 2 Quad CPU Q9300 2.50 GHz and 4.00 GB RAM. Got the 20" flat screen monitors that came with the bundle. Came with Vista Home Premium (good enough for us) and ATI Radeon HD 2600 XT video card.
Included some nice bundled software (i.e. Photoshop Elements 6, Roxio, McAfee Security Suite 24 months). The Google sidebar with gadgets is also pretty cool.
In other words... we're having fun! LOL
As for our older HP PCs, we erased a few files and did the reformat using the disks I created when I purchased those computers a few years ago. There isn't much by way of information on them and the few critical passwords that might be dug out will be changed anyway. I'll likely sell these to co-workers or donate them to the school. Thanks for your help.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
James
It's later than you think.
Firefox 3.5.3, IE 8 |
|
| Back to top |
|
 |
Antony


Joined: 18 Jun 2002 Posts: 12754 Location: Sydney, Australia
|
29 Jun, 2008 5:51 pm |
[sdp=92450] |
|
Congratulations on the new computers. I hope you and you wife will have great time using the new machines.
(Just don't forget the new passwords once you change them.)
UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9) Gecko/2008061004 Firefox/3.0
|
|
| Back to top |
|
 |
James


Joined: 12 Jul 2002 Posts: 1746
|
29 Jun, 2008 7:48 pm |
[sdp=92453] |
|
Ha! I knew there would be a catch, Antony! I've got to start thinking of a way to remember them. 
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
James
It's later than you think.
Firefox 3.5.3, IE 8 |
|
| Back to top |
|
 |
|