how do i search all drives at once in ubuntu

Asked by ajmal_82

how do i search all drives at once in ubuntu that i have,i am using lucid lynx still i dont get to search all drives at once please file a bug for me or answer my question properly. even applications like catfish etc are useless in ubuntu

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Make sure all partitions on all drives are mounted, then you can use:

sudo find / -iname "<something here>"

e.g.

sudo find / -iname "*.jpg"

will search all the mounted partitions for *.jpg files (case insensitively)

Simple.

You can even pipe to filer the results some using grep etc.

Revision history for this message
Tom (tom6) said :
#2

HI :)

Or open the normal file-browser, perhaps from the top taskbar/panel click on

Places - Home

and then use the big up-arrow in the browser to get you to the / folder. Then use the search tool there. That should search all currently mounted drives. (All the ones you can see in the "Computer" folder in "Places"
Good luck and regards from
Tom :)

Can you help with this problem?

Provide an answer of your own, or ask ajmal_82 for more information if necessary.

To post a message you must log in.