HDD Magic
Thnx I checked into the SMART failure doesn't seem to be a problem i was asking if any one knew why my data reappeared after formatting the drive sorry if i was unclear on that
If you format the drive, all data doesn't disappear. A format usually involves just writing a new filesystem over the old one. Technically most of the binary 1s and 0s are still present on the drive platter, but the OS will ignore these values and just write over them. See: http://en.wikipedia.org/wiki/Format_(computing)#Reformatting
What I would personally do is try to backup all the data on the drive using TestDisk: http://www.cgsecurity.org/wiki/TestDisk
TestDisk is an open source utility that is run from the command line. Use it to backup all or most of your data off of you drive.
Next I would use a linux distribution to wipe the drive clean by writing 0s over all existing data. An guide on how to do so can be found here: http://www.dedoimedo.com/computers/low-level-formatting.html
After wiping the drive I would let windows reformat the drive to NTFS or ExFAT depending on your scenario.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now