erasing data by location on hdd

gazz9496

New member
Local time
3:38 PM
Messages
236
Location
.
so i have a job coming up that requires carefull erasing of data, i can't scrub the whole hard drive but need to be able to write over the data areas of one single user account location.

now i am wondering is there a way to find out the sector locations for all data on a hard drive for a given user so i can write over those areas to make them as unrecoverable as possible?

i am aware that i am probably asking for something that isn't possible but figured why not ask anyway someone might know of some software that does this.

payed software is not a problem i'm not looking for some cheap solution just looking for a solution.
 

My Computer

Computer Manufacturer/Model Number
.
OS
.
CPU
.
Motherboard
.
Memory
.
Graphics Card(s)
.
Monitor(s) Displays
.
Screen Resolution
.
Hard Drives
.
PSU
.
Case
.
Cooling
.
Keyboard
.
Mouse
.
Internet Speed
.
Other Info
.
so i have a job coming up that requires carefull erasing of data, i can't scrub the whole hard drive but need to be able to write over the data areas of one single user account location.

now i am wondering is there a way to find out the sector locations for all data on a hard drive for a given user so i can write over those areas to make them as unrecoverable as possible?

i am aware that i am probably asking for something that isn't possible but figured why not ask anyway someone might know of some software that does this.

payed software is not a problem i'm not looking for some cheap solution just looking for a solution.


If you can, delete the user, make a backup image, format DES, then restore the image.
 

My Computer

Computer Manufacturer/Model Number
HP Pavillion dv-7 1005 Tx
OS
Win 8 Release candidate 8400
CPU
[email protected]
Memory
4 gigs
Graphics Card(s)
Nvidia 9600M
Sound Card
HD built-in
Monitor(s) Displays
17" Wxga
Screen Resolution
1440x900
Cooling
none
Internet Speed
45Mb down 5Mb up
that was one of my original ideas unfortunatly i can't do that, due to some legal stuff, i need to remove the data in situ and not touch in any way shape or form any other data on the drive, hence my problem.

i'll put it to those involved though as they may go for it but i'm not sure.
 

My Computer

Computer Manufacturer/Model Number
.
OS
.
CPU
.
Motherboard
.
Memory
.
Graphics Card(s)
.
Monitor(s) Displays
.
Screen Resolution
.
Hard Drives
.
PSU
.
Case
.
Cooling
.
Keyboard
.
Mouse
.
Internet Speed
.
Other Info
.
If you can, delete the user, make a backup image, format DES, then restore the image.

+1 on that method.

I'll add another couple notes -

After deleting the user, be sure to search the registry and remove references to that user. Also check that there aren't a bunch of TEMP files scattered about, which includes various browsers (and bookmarks). Normally this isn't a "problem" if the apps put the files under the user profile but double check.

When doing the backup, be SURE to incled the boot record area of the drive as some programs (such as Adobe RoboHelp) write license/key data there (restore without the mbr backup results in app not working).

Then do the backup/scrub/restore.

Regards,
GEWB
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
(7 different computers booting up to 10 systems)
OS
Linux Mint / XP / Win7 Home, Pro, Ultimate / Win8.1 / Win10
Other Info
Four desktops, two laptops, one notebook and one tablet
that was one of my original ideas unfortunatly i can't do that, due to some legal stuff, i need to remove the data in situ and not touch in any way shape or form any other data on the drive, hence my problem.

i'll put it to those involved though as they may go for it but i'm not sure.

My first reply crossed your post in the ether!

This sounds, um, sensitive. If it involves legal authorities in any way, please consult legal counsel before doing anything.

That said, what you stated can be done but will take a great deal of time, a lot of skill and some disk editor software that writes to the byte level.

I suggest first using a forensic computer product to clone the drive in question in order to run an evaluation and "practice" before touching the source.

Here is the biggest problem: file framentation. Files you may need to wipe could be fragmented and scattered about. You need that disk editor to locate those fragments and display the file start/end markers so you can manually go in and zero out the bytes in between. You can see why this could take a long time and is very tricky.

Best of luck (glad it's not me doing it again),
GEWB
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
(7 different computers booting up to 10 systems)
OS
Linux Mint / XP / Win7 Home, Pro, Ultimate / Win8.1 / Win10
Other Info
Four desktops, two laptops, one notebook and one tablet
Back
Top