Using the verification pass of dosfsck causes the file count to be twice what
it
is if the verification pass is not used.
Reproducible: Always
Steps to Reproduce:
1. # dosfsck /dev/hda4
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
/dev/hda4: 7881 files, 300958/336702 clusters
2. # dosfsck -V /dev/hda4
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
Starting check/repair pass.
Starting verification pass.
/dev/hda4: 15762 files, 300958/336702 clusters
3. # dosfsck /dev/hda4
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
/dev/hda4: 7881 files, 300958/336702 clusters
Actual Results:
Running verification pass displays twice as many files on partition as without
the verification pass.
Expected Results:
Both commands should have produced identical file counts.
Nothing specific. Standard Windows 98 system with FAT32.