Fixing NTFS MFT should be attempted only if both TestDisk and Windows failed to access the filesystem.
This commit is contained in:
parent
45f7713904
commit
f0eb66c4ec
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ int repair_MFT(disk_t *disk_car, partition_t *partition, const int verbose, cons
|
|||
{
|
||||
/* Use MFT mirror */
|
||||
#ifdef HAVE_NCURSES
|
||||
if(ask_confirmation("Fix MFT using its mirror ? (Y/N) - DANGEROUS NON REVERSIBLE OPERATION\nUse it ONLY IF Windows failed to access this filesystem.")!=0)
|
||||
if(ask_confirmation("Fix MFT using its mirror ? (Y/N) - DANGEROUS NON REVERSIBLE OPERATION\nUse it ONLY IF TestDisk and Windows failed to access this filesystem.")!=0)
|
||||
use_MFT=2;
|
||||
else
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue