Techno phobia said:
Sorry if you think I'm being ungrateful for all the information people on here have given me, I'm honestly not. It's just difficult when you are being given two completely different pieces of information. I thought what they said was very unlikely, but I just wanted to confirm.
I didn't think that at all. I think you are pretty new to computers and the information they hold, and want to be sure. Nothing wrong with that.
I've been playing with/programming/configuring computers in one form or another for nearly three decades. So I have a measure of confidence in this sort of thing, even though computers still surprise me.
Anyway I'm back again because I've been having some problems with spybot and eraser. I ran an unused disc space wipe last night, however when the report came back everything had failed to be erased, and there was no mention of recycle bin content either. As the wipe reached the end it did say "removing temporary files," does this actually mean they were removed, or does the fact that the report said everything on the list was failed mean they were not removed?
When Eraser does a freespace wipe, it's actually doing a couple of things:
1) Cleaning extra space after the end of each file stored in your system.
2) Creating lots of small files consisting of random filenames and random data to clear the rest.
One thing about hard drives you need to know is that the space on them is allocated in chunks of data called "clusters". Typical sizes of clusters might be 1024 to 4096 bytes. This is the smallest amount of space a small file can take up on your hard drive. So, for instance, if you create a text file consisting of one byte, it will still take up the minimum allocated cluster size of 1024 to 4096 bytes (depending upon your hard drive).
What this means is that a cluster that used to hold a large amount of data, and now holds a small amount of data, is still considered "fully occupied". It also means the old data is still sitting there, unused, after the end of the current file, since the current file takes up less space in the allocated cluster than the old data. So normal writing of files to the disk won't overwrite this old, unused data in an otherwise occupied disk cluster; the file system considers the entire cluster "taken".
Hard drives do this, by the way, because the size of modern disks is much too large to keep track of each and every byte, and trying to do so would slow things down lots, too. So it allocates data a bunch at a time.
In order to eliminate this data, Eraser wipes "Cluster Tips". My understanding is that it does this by adding random data to the end of whatever file currently occupies a given cluster, until the file fills up the cluster in question, thus overwriting the old data. It then reverts the file back to its original size.
A problem comes in when a file is locked, however. This might be the case with files you don't have permission to access, or system files. And it's these locked files that Eraser is reporting errors on.
The good news is that the locked status of these files means it's unlikely the cluster data at the end of the files contains old data in the first place. But if you're concerned, you can maximize wiping by running Eraser's free space wipe on shutdowns, under a couple of different user names and before and after disk defragmenting.
To answer your second question: When Eraser wipes the rest of the unused space on the drive, all it does is create tons of small files consisting of random data. At a guess, it makes these files equal to the cluster size, to make sure all disk clusters not otherwise occupied are completely overwritten.
After doing this until the disk is full, it then deletes these "temporary files". So in doing a freespace wipe, Eraser isn't deleting your other "temporary files". It's just deleting the temporary files it creates to overwrite data.
A normal freespace wipe also shouldn't wipe the contents of the Recycle Bin.
Also I checked for problems with spybot but no problems were found i.e I wasn't given the option to delete usage tracks. Is there any way I can make spybot give me the option to delete usage tracks?
It's possible, though unlikely, that there really weren't any usage tracks to erase. To make sure Spybot is set to eliminate such tracks, when you run the program click on the "Search & Destroy" Icon in the upper left, then click on the "File Sets" pull-down menu to the right. You'll be able to select several things to search for, including "All Available Checks" and "Usage Tracks Check Only".
And finally, I go on one forum where you actually have to log in to view it, if I log out of the forum before logging off my PC, would that stop someone being able to view it through a temp files, cookie, history file, reg key etc.??
Thanks for your help, I really do appreciate it.
The answer to your last question is "most likely", since the act of logging out probably wiped a login cookie and the pages were probably not cached by default. But that's not always the case; it depends upon how the web site is designed.