<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>99845</bug_id>
          
          <creation_ts>2005-07-21 15:14 0000</creation_ts>
          <short_desc>dosfstools: dosfsck doubles filecount if verification pass is used.</short_desc>
          <delta_ts>2006-10-05 09:27:37 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Core system</component>
          <version>unspecified</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>trivial</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>ironiridis@gmail.com</reporter>
          <assigned_to>base-system@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>ironiridis@gmail.com</who>
            <bug_when>2005-07-21 15:14:57 0000</bug_when>
            <thetext>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.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>robbat2@gentoo.org</who>
            <bug_when>2006-10-05 09:27:37 0000</bug_when>
            <thetext>fixed in cvs.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>