-
-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Labels
Description
Trying to recover files after CHKDSK screwed up my filesystem on boot. I have a 1.82TB partition image and have a save file of size 2017KB. Is my image too big for RecuperaBit?
Here is the offending output:
...
...
INFO:root:Found NTFS boot sector at sector 3906854911
INFO:root:First scan completed
INFO:root:Saving results to h:\savefile.txt
INFO:root:Parsing MFT entries
INFO:root:Parsing INDX records
INFO:root:Reading boot sectors
DEBUG:root:Dropping bogus NTFS partition with MFT position 1953427448 generated
by MFT mirror of partition at offset 0
INFO:root:Finding partition geometry
Traceback (most recent call last):
File "main.py", line 309, in <module>
main()
File "main.py", line 286, in main
parts.update(scanner.get_partitions())
File "D:\Program Files (x86)\RecuperaBit\recuperabit\fs\ntfs.py", line 821, in
get_partitions
part, address, most_likely
File "D:\Program Files (x86)\RecuperaBit\recuperabit\fs\ntfs.py", line 527, in
find_boundary
width = len(text_list)
OverflowError: long int too large to convert to int
Thanks