New scarrier message for NTFS MFT fixing
This commit is contained in:
parent
4f068f39cb
commit
a3a6d6a8eb
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,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")!=0)
|
||||
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)
|
||||
use_MFT=2;
|
||||
else
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue