First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 99845
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Christohper Harrington <ironiridis@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 99845 depends on: Show dependency tree
Show dependency graph
Bug 99845 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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.

First Last Prev Next    No search results available      Search page      Enter new bug