I've been frustrated with Windows search functionality for years. I've had much better luck with Agent Ransack. There is a free version and a paid version named FileLocator Pro with added features. Try the free version and see if it works for you.
Searching a folder with multiple mount points
I have a folder, c:\mounts. Under this folder, I have five drive mounts. I go to c:\mounts to search for a file, and every single time it comes back with no results. I don't want to click into each folder and search that way, I need a single place to search for files, hence the mount points. Does anyone have a solution here?
4 additional answers
Sort by: Most helpful
-
Vicky Wang 2,736 Reputation points
2021-01-06T09:28:43.27+00:00 You now have the following options:
Add a mount point: Click Add, then in the Add Drive Letter Or Path dialog box, select Mount In The Following Empty NTFS Folder. Type the path to an existing folder or click Browse to search for or create a folder. Click OK to mount the volume or partition.
Remove a mount point: If you want to remove a mount point, select the mount point, and then click Remove. When prompted to confirm the action, click Yes.
Note: You can't change a mount point assignment after making it. You can, however, simply remove the mount point you want to change and then add a new mount point so that the volume or partition is mounted as appropriate.reference:https://sourcedaddy.com/windows-7/configuring-mount-points.html
Tip: This answer contains the content of a third-party website. Microsoft makes no representations about the content of these websites. We provide this content only for your convenience.
Hope this information can help you
Best wishes
Vicky -
Cheong00 3,486 Reputation points
2021-01-07T04:46:50.917+00:00 I think the good old "dir" command understands reparse points and will recursively loop into them when it encountered one mounting other NTFS volumes.
Just use "cd" command to switch to the base directory you want to search and then run "dir /s/b <filename.ext>".
-
Vicky Wang 2,736 Reputation points
2021-01-11T09:26:48.837+00:00 Hi,
Just checking in to see if the information provided was helpful.
Please let us know if you would like further assistance.
Best Regards,
Vicky -
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more