Code:
root@server:~# mount
/dev/sda1 on / type ext2 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
/dev/sda6 on /media/AUX type fuseblk (rw,allow_other,blksize=4096)
tmpfs on /dev/shm type tmpfs (rw)
gvfs-fuse-daemon on /home/semoi/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=semoi)
/dev/sda2 on /media/DATA type ext2 (rw)
As you can see, the path element '/DATA' is in mount's output. Now:
Code:
root@server:~# updatedb
root@server:~# locate /DATA
root@server:~#
What can possibly be the cause that slocate does not find that element?