Here's an issue I've no idea how to solve on a Home Premium Windows 7 box. I copied 110 gb of old data into a folder named "c:\old disks"a while back. All files where showing fine after the copy had completed. Then some months later, I've noticed that in file explorer I can no longer see those files inside that folder. When I enter it, the explorer shows "This folder is empty" message in the file panel. Performed check disk, set all permissions to full and made all files writable. No go! In command prompt I can navigate the directory tree just fine, see all files, their sizes, etc. Also, file explorer shows that the folder is 110GB in size. So, clearly it's not empty. Yet, it shows no files or directories inside. Please advise how I can enable file explorer to show the contents of this folder? I've never seen this issue before on any prior versions of Windows OS, nor can I find much info related to this problem on the net.
Thank you very much,
Alex
I have originally reported the above. Since then I've solved the problem by going to the command line and removing hidden attribute on all files in this folder tree. All files have showed up right after this processes finished.
If my memory serves me right, the command line in my case was
ATTRIB -H +A "c:\old disks" /S
In all fairness I have to say that I've tried all the suggestions in this and similar threads on this issue, related to permissions as well. Not sure whether that contributed to the end result, but the command line above was what finally brought everything back to life.
Hope this works for others,
Alex