[OpenAFS] File searching in openafs space

2005-06-20 Thread Christophe BERNARD
Hello. Under local partitions, if you need to look for a file with a given filename pattern, you can quickly search the entire filesystem with a tool like slocate that builds offline an index of all filenames present in a system, and makes then any particular search especially fast. I was

Re: [OpenAFS] File searching in openafs space

2005-06-20 Thread Dirk Heinrichs
Am Montag, 20. Juni 2005 08:49 schrieb ext Christophe BERNARD: I was wondering if there exists a tool like slocate which can run on openafs partitions. In most standard installations of slocate, indexing any network filesystems is just switched off in the configuration file. Just edit

Re: [OpenAFS] File searching in openafs space

2005-06-20 Thread Derrick J Brashear
On Mon, 20 Jun 2005, Christophe BERNARD wrote: I was wondering if there exists a tool like slocate which can run on openafs partitions. If you mean directly on the fileserver, none exists, but it would be possible to write one which works on a namei fileserver (such as linux has) provided

Re: [OpenAFS] File searching in openafs space

2005-06-20 Thread Dan Pritts
On Mon, Jun 20, 2005 at 10:21:07AM +0200, Dirk Heinrichs wrote: Am Montag, 20. Juni 2005 08:49 schrieb ext Christophe BERNARD: I was wondering if there exists a tool like slocate which can run on openafs partitions. In most standard installations of slocate, indexing any network

Re: [OpenAFS] File searching in openafs space

2005-06-20 Thread Sergio Gelato
* Derrick J Brashear [2005-06-20 08:20:16 -0400]: On Mon, 20 Jun 2005, Christophe BERNARD wrote: I was wondering if there exists a tool like slocate which can run on openafs partitions. If you mean directly on the fileserver, none exists, but it would be possible to write one which