PDA

Click to See Complete Forum and Search --> : Deleting a File


Barguast
Jan 11th, 2003, 06:56 AM
When I say 'delete' I mean wipe off the disk completely. I'm not 100% sure how to do this, but would it work if I just opened the said file for output and wrote a load of 0's to it?

CornedBee
Jan 11th, 2003, 11:47 AM
Not guaranteed. The system might relocate the file.

I don't know how disk scrubbers work, but you can expect them to have some kind of device driver in the background to do the direct hardware access they probably need for them.

rekcus
Jan 16th, 2003, 09:32 PM
The last copy that may be transfered to another location would probably contain the zeros instead of the initial data.

CornedBee
Jan 17th, 2003, 04:17 AM
Yes, but the original location of the file would then still contain the old data of the file.