I was cleaning up some stuff on my C drive using SpaceSniffer, and now on my D drive, paths with spaces in them are no longer showing the short 8:3 form when using dir /X. To test things, I've created the exact same folder name on the C and D drive, and only the D drive is having this issue. Now things like my builds are broken when running on that drive. So, what could possibly do this to my drive? It's NTFS ... it had the option to index the contents, in addition to file properties (trying to remove that now), but other than that, it looks the same as the C drive.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
closed as off topic by SvW, Michael Hampton, mdpc, Ward, Khaled Jan 5 at 8:10
Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
should be set to 2, which stands for "allow 8.3 file name creation to be configured on a per-volume basis." Yours was set to 2, which is good.
That will enable short name creation on the D drive. |
|||
|