We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Jeff D.
7 years agoExplorer | Level 4
Total folder count, file count and file size are WAY off!
I have 3 computers that all fully sync and are all in front of me. All three are current on updates and have plenty of resources (HD space, RAM, etc.) Their Windows indexing is unchanged and all comp...
- 7 years ago
Issue with long filepaths or counting the contents of a container file maybe?
Doesn't sound like it's being caused by a reparse point, I don't think.
Are there any filenames over 260 char?
something like:
dir /s /b | sort /r /+261 > out.txt
would probably check for that. There may be better command lines available to check that.
For a container file....
Windows 8 would have to read them differently than 10, which seems unlikley.
Is there any patern to the omited files, on the machine that recognises then? (same file type, all in the same folder etc)
This should recursivley list all contents of that directory and you can compair what's missing (inc hidden files and systems attributes):
dir /s /a:sh
Just run them on the required directory, where you can see all the extra files via properties
Jeff D.
Explorer | Level 4
Thanks Ross - I've done that and much more which is what's in the files that I wanted to send privately. What's in the Properties dialog boxes is just to provide an easy view. I don't use selective sync except in limited paths.
I've looked at the same folder ontwo computers from many different perspectives including using WinDirStat and checking what other metadata that I can without breaking out Powershell. No matter what I did, I found no difference between the computers folders and files except for a reasonable number of hidden files. My final test was to run:
@echo off & for /f "tokens=*" %a in ('dir /s /b /a:-d') do echo %~za %~aa %~ta %~fa >>Dropbox_Win10Hm.txt
(credited to Martin Wilson) where z, a, t, f is size, attributes, timestamp, path with filename.ext. I then captured 24 folders and ~270 files into a text file for each computer and compared them in WinMerge. They came up EXACTLY the same.
I then took the two text files and imported them into Excel, parsed the columns and compared all the cells. The result was again EXACTLY the same.
I then, for the second time, copied this folder directly to my drive root and compared the size of the folder that is in Dropbox to the size of the folder that is not in Dropbox. The only folder that does not match is the one(s) in Dropbox on Windows 10.
Ross_S
7 years agoDropbox Staff
Issue with long filepaths or counting the contents of a container file maybe?
Doesn't sound like it's being caused by a reparse point, I don't think.
Are there any filenames over 260 char?
something like:
dir /s /b | sort /r /+261 > out.txt
would probably check for that. There may be better command lines available to check that.
For a container file....
Windows 8 would have to read them differently than 10, which seems unlikley.
Is there any patern to the omited files, on the machine that recognises then? (same file type, all in the same folder etc)
This should recursivley list all contents of that directory and you can compair what's missing (inc hidden files and systems attributes):
dir /s /a:sh
Just run them on the required directory, where you can see all the extra files via properties
- Christophe M.26 years agoHelpful | Level 6
On the microsoft store you can find an app called treesize. It gives much better stats on the number of files and folders than file.explorer.
incredible!
About View, download, and export
Need support with viewing, downloading, and exporting files and folders from your Dropbox account? Find help from the Dropbox Community.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!