Do Restore Disks Wipe Clean?

For all tech/computer related or even internet related discussions not covered in other sections. Also iPad, iPhone, iPod and multimedia discussions.

Moderators: profman, Josh, Don_HH2K

Do Restore Disks Wipe Clean?

Postby James » Sat 28 Jun, 2008 1:40 am

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
User avatar
James
diamond member
diamond member
 
Posts: 2575
Joined: Sat 13 Jul, 2002 12:10 am
Location: Pacific NW USA

Postby Mandrake » Sat 28 Jun, 2008 2:52 am

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
User avatar
Mandrake
Moderator
Moderator
 
Posts: 4160
Joined: Fri 13 Sep, 2002 6:35 am

Postby James » Sat 28 Jun, 2008 9:34 am

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
User avatar
James
diamond member
diamond member
 
Posts: 2575
Joined: Sat 13 Jul, 2002 12:10 am
Location: Pacific NW USA

Postby James » Sat 28 Jun, 2008 9:45 am

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
User avatar
James
diamond member
diamond member
 
Posts: 2575
Joined: Sat 13 Jul, 2002 12:10 am
Location: Pacific NW USA

Postby Mandrake » Sat 28 Jun, 2008 12:09 pm

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
User avatar
Mandrake
Moderator
Moderator
 
Posts: 4160
Joined: Fri 13 Sep, 2002 6:35 am

Postby PaulD » Sat 28 Jun, 2008 2:50 pm

"... 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
PaulD
diamond member
diamond member
 
Posts: 894
Joined: Mon 14 Aug, 2006 5:52 pm

Postby Antony » Sat 28 Jun, 2008 10:31 pm

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â€
UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9) Gecko/2008061004 Firefox/3.0
User avatar
Antony
diamond member
diamond member
 
Posts: 14343
Joined: Tue 18 Jun, 2002 11:36 pm
Location: Sydney, Australia

Postby PaulD » Sun 29 Jun, 2008 4:29 pm

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. :lol:
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
PaulD
diamond member
diamond member
 
Posts: 894
Joined: Mon 14 Aug, 2006 5:52 pm

new computers

Postby James » Sun 29 Jun, 2008 5:24 pm

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
User avatar
James
diamond member
diamond member
 
Posts: 2575
Joined: Sat 13 Jul, 2002 12:10 am
Location: Pacific NW USA

Postby Antony » Sun 29 Jun, 2008 6:51 pm

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
User avatar
Antony
diamond member
diamond member
 
Posts: 14343
Joined: Tue 18 Jun, 2002 11:36 pm
Location: Sydney, Australia

Postby James » Sun 29 Jun, 2008 8:48 pm

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
User avatar
James
diamond member
diamond member
 
Posts: 2575
Joined: Sat 13 Jul, 2002 12:10 am
Location: Pacific NW USA


Return to General Computing and Tech

Who is online

Registered users: Exabot [Bot], Google [Bot]