Switch to full style
Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
Post a reply

Delete Data

May 17th, 2022, 22:40

Here's an odd one folks -

We have been assigned a task to delete data from a HDD which contains "data".
This "data" should not be able to be recovered by anyone - so my plan is as follows:

1. Create image by MFT of the source HDD. This will not include deleted objects - or at the very least minimize what can be recovered.
2. Secure erase the source HDD and then write the image obtained by MFT to the HDD.
3. Search the media for any other "data" and then identify the sector(s) of each file which contains this "data" and write FF to the sectors which contain this "data".

Anyone know of software which will determine the sectors "data" is located on and replace with 00 or FF?

I know R-Studio (among other software tools) will provide the sectors allocated - but I there isn't exactly a quick and easy way to "fill" the sectors with a pattern.

"data" = bad stuff.

Re: Delete Data

May 18th, 2022, 2:09

Actually what is your need

1. Deleted Data Should not be Recovered by anyway
2. Live DATA only should be there

is it correct?

What tools u have Such as PC3K?

Re: Delete Data

May 18th, 2022, 2:51

Are you trying to ask how to overwrite all LBA outside of the mft? Why not just copy the "good" data to a donor, secure erase the patient to destroy the "bad" data and then copy the good data back.

Re: Delete Data

May 18th, 2022, 9:47

Are you trying to ask how to overwrite all LBA outside of the mft? Why not just copy the "good" data to a donor, secure erase the patient to destroy the "bad" data and then copy the good data back.


Perhaps I explained poorly but what you just wrote was my idea / intent. The only issue is that legit MFT records may still contain some "bad" data. So I have to manually find the bad "data" record the sectors the bad "data" is on, then fill those with 00 / FF.

I was hoping there was a program which would allow me to create ranges of sectors / LBA's, etc. which I could then quickly instruct to wipe or fill.

I have PC3000 / UFS / R-Studio - the typical stuff.
Post a reply