Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mlock

macrumors newbie
Original poster
Jun 20, 2009
5
0
hello i have connected a network drive to my mac which i can view all files & folders. My question is how can i seach to this network drive only for *.rar files.

I do the following

Finder
Devices->Mp3 1 (inside here i have many rar files which are albums and i want to find them)
After i click cmd+F and i click search: Mp3 1
After i change the kind to File extension
and i complete at the space the letters rar

No luck at all, anyone could please help me.

thank you
 
I just tried the same on a network drive and didn't have any issues. Can you perform the same type of search on your local drive? Also, make sure not to use wild cards e.g., *.mp3, as it won't understand that. Another thing to check, once you do the cmd+F to enter the search mode, make sure you're selected on the button with your folder name just above where you setup the search criteria. By default it selects "This Mac" rather than the folder you were in before entering search mode.

Something to try for troubleshooting. Open Terminal and head to your network drive that you're searching.
Code:
cd /Volumes/NetworkHD/folder
Then do a search for the files.
Code:
find . *.rar
and see if that finds anything.
 
hello i have connected a network drive to my mac which i can view all files & folders. My question is how can i seach to this network drive only for *.rar files.

I do the following

Finder
Devices->Mp3 1 (inside here i have many rar files which are albums and i want to find them)
After i click cmd+F and i click search: Mp3 1
After i change the kind to File extension
and i complete at the space the letters rar

No luck at all, anyone could please help me.

thank you

Make sure "File Name" is selected instead of "Contents" after cmd+F
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.