and If whatever you used is the correspondent to "-FWRITE", the first and last million sectors in your hard disk should be 00's. 1,000,000x512=512,000,000 bytes at the beginning and at the end of the disk should be 00's. Basically if you had a single whole partition on the disk you have "lost" all the initial part and all the end part, this includes the MBR, the PBR and the PBR mirror (besides some initial data). Since I presume that the drive was partitioned in a single, biggish, NTFS partition, it is very likely that the $MFT has not been overwritten. Open the disk in a disk editor (suggested Tiny Hexer): http://reboot.pro/8734/ and try checking sector # 6,291,519 (786432*8+63) compare with: If the $MFT is found, it is possible that we can manually recreate the filesystem (at least enough to run a chkdsk on it or however get the files together with the filenames). You need to make an image of the disk "as is", before starting fiddling with it, you will need another hard disk bigger than 320 Gb (or however 320 Gb free on any hard disk). Mind you it won't be easy, it will take some time and patience, and there is NO guarantee it will work. jaclaz Yes the Quick mode = -FWRITE. and ya the drive had 1 big ntfs partition with no OS on it. when im trying some recovery softs i can see they listing at least 1 $MFT entry. I do have 2TB free for the task. "Open the disk in a disk editor (suggested Tiny Hexer): http://reboot.pro/8734/" - i guess i need to image the whole drive 1:1 right? can suggest a good soft for this task? (and what the extension needs to be?) "and try checking sector # 6,291,519 (786432*8+63) compare with: " - can you be little more specipic about the steps needed in order to do this and rebuild the mft? im not sure what are you saying here man.