Results 1 to 4 of 4
Hi,
I've got Mint 13 installed as guest in VirtualBox and have 3 shared Windows folders enabled. Whenever I do a search thru the file system it also unnecessarily searches ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-06-2012 #1Just Joined!
- Join Date
- May 2012
- Posts
- 5
Search tool going through my Windows shared folders
Hi,
I've got Mint 13 installed as guest in VirtualBox and have 3 shared Windows folders enabled. Whenever I do a search thru the file system it also unnecessarily searches through these windows shares (drives) which are 100's of gigabytes. So it gets bogged down and the searches take a long time.
The shared folders are in the Media folder. Is there any way I can prevent the search tool from going thru these?
Thanks.
- 06-06-2012 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 2,563
How are you doing the search? You should be able to restrict the search parameters to any directories you want?
- 06-07-2012 #3Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,745
if you are using GNU find, you can use this to ignore the CIFS (Samba) filesystem:
or you could use this to not descend into all other filesystems:Code:find . ! -fstype cifs
Code:find . -xdev
- 06-07-2012 #4Just Joined!
- Join Date
- May 2012
- Posts
- 5
OK, issue resolved. The problem was in doing searches using the Caja file explorer, in which case it would search thru the windows shares. Using the stand-alone search tool did not have this problem.
Thanks.


Reply With Quote
