Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99845 - dosfstools: dosfsck doubles filecount if verification pass is used.
Summary: dosfstools: dosfsck doubles filecount if verification pass is used.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-21 15:14 UTC by Christohper Harrington
Modified: 2006-10-05 09:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christohper Harrington 2005-07-21 15:14:57 UTC
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 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-10-05 09:27:37 UTC
fixed in cvs.