Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. System Admin
  4. Unformatting [modified]

Unformatting [modified]

Scheduled Pinned Locked Moved System Admin
9 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sebastian Schneider
    wrote on last edited by
    #1

    Hi guys, does anyone know a software that at least ATTEMPTS to recover data after a "full format" (which, AFAIR, initializes the disk with 0es). I have promised to try anything, and the bill isn't on me, so any hints are appreciated. I don't have access to the disk yet, but from the description, things seem pretty bad.

    Cheers, Sebastian -- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton

    modified on Tuesday, April 7, 2009 9:07 AM

    J J L 3 Replies Last reply
    0
    • S Sebastian Schneider

      Hi guys, does anyone know a software that at least ATTEMPTS to recover data after a "full format" (which, AFAIR, initializes the disk with 0es). I have promised to try anything, and the bill isn't on me, so any hints are appreciated. I don't have access to the disk yet, but from the description, things seem pretty bad.

      Cheers, Sebastian -- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton

      modified on Tuesday, April 7, 2009 9:07 AM

      J Offline
      J Offline
      John M Drescher
      wrote on last edited by
      #2

      If it was truly (and fully) zeroed only data recovery companies can do that however it will cost several thousand dollars and the hard drive will be disassembled / permanently damaged so data can be read directly off the platters.

      John

      1 Reply Last reply
      0
      • S Sebastian Schneider

        Hi guys, does anyone know a software that at least ATTEMPTS to recover data after a "full format" (which, AFAIR, initializes the disk with 0es). I have promised to try anything, and the bill isn't on me, so any hints are appreciated. I don't have access to the disk yet, but from the description, things seem pretty bad.

        Cheers, Sebastian -- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton

        modified on Tuesday, April 7, 2009 9:07 AM

        J Offline
        J Offline
        Jorgen Andersson
        wrote on last edited by
        #3

        There are plenty of programs of varying quality, what they all have in common is that they can't work miracles. The disk is not overwritten with zeroes. A quick format creates a new Master Boot Record and a new Master File Table, while a full format adds a surface scan (like chkdsk /r) to that and registers any bad sectors. And no flames please, I know I simplified that a bit. So what an unformat/recovery program will do is to find the rest of the old MFT, that hasn't been overwritten by the new one, try to interpret it and copy the files it finds to another drive. Added functionality from a forensic program is to search the HDD for known file patterns and copy the found assumed files to another drive. This of course works best with drives that was well defragged before the f**kup. What to do first is to make sure that the disk is not used what so ever! Anything written on the disk will overwrite data. Secondly Make an exact image if the drive to a new disk and work/experiment on that. If you have access to corporate version of ghost the option to use is called "Image Disk". Free tools http://www.pcinspector.de[^] http://www.cgsecurity.org[^] Not so free: http://www.ontrack.com/easyrecoverydatarecovery/[^] http://www.runtime.org/[^] http://www.restorer2000.com[^] http://www.dtidata.com/[^] http://www.r-tt.com/[^] http://www.highergroundsoftware.com/[^] http://www.quetek.com[^]

        S 1 Reply Last reply
        0
        • S Sebastian Schneider

          Hi guys, does anyone know a software that at least ATTEMPTS to recover data after a "full format" (which, AFAIR, initializes the disk with 0es). I have promised to try anything, and the bill isn't on me, so any hints are appreciated. I don't have access to the disk yet, but from the description, things seem pretty bad.

          Cheers, Sebastian -- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton

          modified on Tuesday, April 7, 2009 9:07 AM

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Sebastian Schneider wrote:

          does anyone know a software that at least ATTEMPTS to recover data after a "full format"

          Yes, I have this software. Ontract, but its file size is 25Mb. I don't know how to send to you.

          S 1 Reply Last reply
          0
          • L Lost User

            Sebastian Schneider wrote:

            does anyone know a software that at least ATTEMPTS to recover data after a "full format"

            Yes, I have this software. Ontract, but its file size is 25Mb. I don't know how to send to you.

            S Offline
            S Offline
            Sebastian Schneider
            wrote on last edited by
            #5

            I know you only had the best intentions, but OnTrack's recovery suite is commercial software. I have no interest in illegal copies, so please do NOT send the software.

            Cheers, Sebastian -- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton

            L 1 Reply Last reply
            0
            • J Jorgen Andersson

              There are plenty of programs of varying quality, what they all have in common is that they can't work miracles. The disk is not overwritten with zeroes. A quick format creates a new Master Boot Record and a new Master File Table, while a full format adds a surface scan (like chkdsk /r) to that and registers any bad sectors. And no flames please, I know I simplified that a bit. So what an unformat/recovery program will do is to find the rest of the old MFT, that hasn't been overwritten by the new one, try to interpret it and copy the files it finds to another drive. Added functionality from a forensic program is to search the HDD for known file patterns and copy the found assumed files to another drive. This of course works best with drives that was well defragged before the f**kup. What to do first is to make sure that the disk is not used what so ever! Anything written on the disk will overwrite data. Secondly Make an exact image if the drive to a new disk and work/experiment on that. If you have access to corporate version of ghost the option to use is called "Image Disk". Free tools http://www.pcinspector.de[^] http://www.cgsecurity.org[^] Not so free: http://www.ontrack.com/easyrecoverydatarecovery/[^] http://www.runtime.org/[^] http://www.restorer2000.com[^] http://www.dtidata.com/[^] http://www.r-tt.com/[^] http://www.highergroundsoftware.com/[^] http://www.quetek.com[^]

              S Offline
              S Offline
              Sebastian Schneider
              wrote on last edited by
              #6

              Jörgen, thanks for the links. And thanks for freshening up my knowledge of the inner workings of the format command :) I had the "work on a backup"-part figured out already. Will use dd, though. I knew TestDisk (cgsecurity) before, and have used it with success, but it isn't the easiest tool to use. Anyway, thanks for the thousands of links, which now will be forever stored in my favs. Thank you VERY much!

              Cheers, Sebastian -- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton

              J 1 Reply Last reply
              0
              • S Sebastian Schneider

                Jörgen, thanks for the links. And thanks for freshening up my knowledge of the inner workings of the format command :) I had the "work on a backup"-part figured out already. Will use dd, though. I knew TestDisk (cgsecurity) before, and have used it with success, but it isn't the easiest tool to use. Anyway, thanks for the thousands of links, which now will be forever stored in my favs. Thank you VERY much!

                Cheers, Sebastian -- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton

                J Offline
                J Offline
                Jorgen Andersson
                wrote on last edited by
                #7

                :) It would make me happy if you revisit the thread and tell me that you succeeded, and which tool you used. /Jörgen

                S 1 Reply Last reply
                0
                • S Sebastian Schneider

                  I know you only had the best intentions, but OnTrack's recovery suite is commercial software. I have no interest in illegal copies, so please do NOT send the software.

                  Cheers, Sebastian -- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #8

                  Ok, at least you could find the source to rescure your data. I wish you find the solution soon.

                  1 Reply Last reply
                  0
                  • J Jorgen Andersson

                    :) It would make me happy if you revisit the thread and tell me that you succeeded, and which tool you used. /Jörgen

                    S Offline
                    S Offline
                    Sebastian Schneider
                    wrote on last edited by
                    #9

                    I just found the thread again... I used Testdisk to recover the partition table, PhotoRec to recover the pictures. I found 99% of the deleted files (30000 pictures in total), with quite some duplicates, obviously from some auto-saving image manipulation software. The rest was lost, but I was able to recover all their favorite pictures - birth of their kid etc. Thanks again. And Thanks you reminded me :)

                    Cheers, Sebastian -- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups