[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
fstype=auto breaks updatedb
- From: Andrew Morton <akpm zip com au>
- To: "ext3-users redhat com" <ext3-users redhat com>
- Subject: fstype=auto breaks updatedb
- Date: Wed, 19 Sep 2001 20:16:20 -0700
It turns out that if you specify filesystem type `auto' in
/etc/fstab, updatedb (the thing which updates your `locate'
database) ceases to work.
Here's the contents of my /etc/updatedb.conf:
PRUNEFS="devpts NFS nfs afs proc smbfs autofs auto iso9660"
PRUNEPATHS="/tmp /usr/tmp /var/tmp /afs /net"
export PRUNEFS
export PRUNEPATHS
deleting the `auto' entry fixes it.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]