Bug 99845 - dosfstools: dosfsck doubles filecount if verification pass is used.
Bug#: 99845 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: ironiridis@gmail.com
Component: Core system
URL: 
Summary: dosfstools: dosfsck doubles filecount if verification pass is used.
Keywords:  
Status Whiteboard: 
Opened: 2005-07-21 15:14 0000
Description:   Opened: 2005-07-21 15:14 0000
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.

------- Comment #1 From Robin Johnson 2006-10-05 09:27:37 0000 -------
fixed in cvs.