You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Marco Ferrante <fe...@unige.it> on 2002/04/05 15:15:22 UTC

Read only filesystem

Hi,
  after some trial with Lucene, I discovered it doesn't work with
index on CD-ROM. So, I write a replacement for FSDirectory class that
work on Read Only filesystem. It works for me.
  If you think that can be useful, you can download it from
    http://www.csita.unige.it/software/free/lucene/

Bye.
--------------------------------------------------
Marco Ferrante (ferrante@unige.it)
CSITA (Centro Servizi Informatici e Telematici d'Ateneo)
Università degli Studi di Genova - Italy
Via Brigata Salerno, ponte - 16147 Genova
tel (+39) 0103532621 (interno tel. 2621)
--------------------------------------------------


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Read only filesystem

Posted by Karl Øie <ka...@gan.no>.
thank you! i actually ran into this today when i buildt a index with crond as 
root and found that even my own user could read the index, lucene couldn't.

:-D

mvh karl øie

On Friday 05 April 2002 15:15, you wrote:
> Hi,
>   after some trial with Lucene, I discovered it doesn't work with
> index on CD-ROM. So, I write a replacement for FSDirectory class that
> work on Read Only filesystem. It works for me.
>   If you think that can be useful, you can download it from
>     http://www.csita.unige.it/software/free/lucene/
>
> Bye.
> --------------------------------------------------
> Marco Ferrante (ferrante@unige.it)
> CSITA (Centro Servizi Informatici e Telematici d'Ateneo)
> Università degli Studi di Genova - Italy
> Via Brigata Salerno, ponte - 16147 Genova
> tel (+39) 0103532621 (interno tel. 2621)
> --------------------------------------------------

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>