I have one HPFS - NTFS primary partition. When I do a Quick Search in it, it says "The harddisk seems too small... The following partition can't be recovered" and when I click on Continue, it shows two Deleted NTFS paritions of the same size, the second is a backup (because it says "Found using backup sector"). If I choose any of them, it shows empty list and says "No partition found or selected for recovery". I've tried Deeper Search, but it hasn't found anything.
When I ran TestDisk for the first time, I also saw "Bad relative sector." message, but it's not shown now anymore. Probably, TestDisk fixed it during "interface_write()" or when I've tried changing the Type of partition.
Also I see such an error in the logs when performing interface_write()
Code: Select all
ntfs_mst_post_read_fixup_warn: magic: 0x454c4946 size: 1024 usa_ofs: 57 usa_count: 3: Invalid argument
Record 0 has corrupt allocation size (1024 <> 134292672)
Failed to load $MFT: Input/output errorThis is my log file, uploaded it to Google Drive: https://drive.google.com/file/d/19iyWu0 ... sp=sharing
Hope it's allowed.
What I've already tried:
1) Advanced - Boot. Backup sector was OK while Backup boot sector was Bad. Sectors were not identical. I've clicked on Org. BS, and sectors became identical.
2) Changing the type of the first partition from 'Deleted' to 'Primary', rebooted. Doesn't help. Type is not changed.
3) Rebuild FS but it didn't finish:
Code: Select all
rebuild_NTFS_BS
Search mft stopped: 2228224/3907026944
Failed to rebuild NTFS boot sector.
5) I've tried PhotoRec, and it can recover files, I've tried it a bit and stopped. I hope there's a way to fix my HDD so as to save the file names and sturcture.
6) I've tried ntfsfix /dev/sda1 but also unsuccessfully:
Code: Select all
Mounting volume... Error opening read-only '/dev/sda1': Permission denied
FAILED
Attempting to correct errors... Error opening read-only '/dev/sda1': Permission denied
FAILED
Failed to startup volume: Permission denied
Error opening '/dev/sda1': Read-only file system
Volume is corrupt. You should run chkdsk.
1) Advanced - Dump
2) MBR Code
3) Delete (all data in partition table)
Could you please help me? Is it possible to try something else and fix the HDD?