[Zope] LocalFS product
Dieter Maurer
dieter@handshake.de
Fri, 30 Mar 2001 20:55:07 +0200 (CEST)
ASHISHRANJAN_V writes:
> I tried mapping the share and then use the LocalFS .
> The server is running on windows.
> I get the error :
> Error Type: OSError
> Error Value: [Errno 5] Input/output error
This problem has nothing to do with Zope.
The code tries to read or write and gets an "input/output error"
from the underlaying C library.
This may happen, if a communication channel got closed,
the file system is full or similar problems.
Dieter