Summary: | ntfs, bad file count | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | S CITRIN <scitrin> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | adawit, finex |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
S CITRIN
2009-01-19 06:53:31 UTC
I made a quick test and I get the same subdir and file count on ext3 and ntfs-3g (after copying from one to the other). The gnome "8670 objects" makes it a bit hard to compare kde and gnome about this; if you made a copy, how about comparing kde-on-ext3 and kde-on-ntfs? From your report I suppose you get a difference (but which way round? Some files or dirs are ignored on ntfs?). Maybe you can also compare with find -type f | wc -l ? (and find -type d for dirs, but this one also includes ".", so it's one more than the number of "sub-folders" found by KDE). I can't see the relation with bug 110529 which is about permissions being copied and creating non-writable dirs (-> error message). Well, your problem could be a permissions problem too, if some dirs don't have +x for the user doing the counting... but then `find` or gnome wouldn't be able to enter them either... -> please narrow the problem so that we can reproduce it, thanks :) Could this bug be related to bug #162184 ? *** This bug has been marked as a duplicate of bug 238424 *** |