New scarrier message for NTFS MFT fixing

This commit is contained in:
Christophe Grenier 2011-07-15 07:21:44 +02:00
parent 4f068f39cb
commit a3a6d6a8eb

View file

@ -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