diff options
author | Christophe Grenier <[email protected]> | 2007-12-21 08:29:06 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2007-12-21 08:29:06 +0100 |
commit | cdb8cbe5fc19346f79922ca25cdc30f7ed88c6d1 (patch) | |
tree | 3967e2d9f4e1503ff1a6d0a515d6c75eb2b985fe /src/adv.c | |
parent | b9516d9e097065b0eb5f67e83304bb5e43a2f17e (diff) |
In expert mode during RepairMFT, user can choose between MFT and MFTmirror if TestDisk can't find the correct one.
Diffstat (limited to 'src/adv.c')
-rw-r--r-- | src/adv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1068,7 +1068,7 @@ int ntfs_boot_sector(disk_t *disk_car, partition_t *partition, const int verbose dir_partition(disk_car, partition, 0,current_cmd); break; case 'M': - repair_MFT(disk_car, partition, verbose, current_cmd); + repair_MFT(disk_car, partition, verbose, expert, current_cmd); break; case 'R': /* R : rebuild boot sector */ rebuild_NTFS_BS(disk_car,partition,verbose,dump_ind,1,expert,current_cmd); |