1

That media is another hard disk in the computer. What is the way to locate things there?

enter image description here

Aquarius_Girl
  • 1,235
  • 6
  • 27
  • 48

1 Answers1

3

locate uses a database that is usually updated once per day (e.g. by /etc/cron.daily/mlocate), so changes and newly mounted filesystems won't show up immediately.
Run updatedb to trigger an immediate re-scan.

Additionally, /media and similar "volatile" paths are usually excluded — look for PRUNEPATHS in /etc/updatedb.conf and adapt it to your needs.

n.st
  • 7,918
  • 4
  • 35
  • 53