diff --git "a/sdk/lib/fslib/vfatlib/vfatlib.c" "b/sdk/lib/fslib/vfatlib/vfatlib.c" index 60e24e5379e..ee2c1374fdf 100644 --- "a/sdk/lib/fslib/vfatlib/vfatlib.c" +++ "b/sdk/lib/fslib/vfatlib/vfatlib.c" @@ -448,7 +448,10 @@ VfatChkdsk( /* Set parameters */ FsCheckFlags = 0; if (Verbose) + { FsCheckFlags |= FSCHECK_VERBOSE; + FsCheckFlags |= FSCHECK_LIST_FILES; + } if (FixErrors) FsCheckFlags |= FSCHECK_READ_WRITE;