Hi.

Sorry for late reply.

On Sat, Jul 25, 2009 at 04:49:35PM +0200, Kwaaitaal, J.J.B. 
([email protected]) wrote:
> > Objects modified on the server have to be invalidated on the client
> > side, you can do this by flushing cache or remounting of the client
> > or using 'flush' utility on the server.
> I have used this on the server:
> # flush -a 127.0.0.1 -p 1025 -f "/"
> 
> Nothing happens. (Even a file copied in the root directory of the server
> is not becoming available at the client's mount)

Hmm, here is an example:

client:~# ./mnt.sh
client:~# ls -l /mnt/
total 0
drwxrwxrwx 2 root root 19 2009-07-29 14:33 test

server:~# touch /mnt/another
server:~# ~/aWork/fserver-0.0.1/utils/flush -a localhost -p 1025 -f /
Connected to server localhost:1025.
^C

client:~# ls -l /mnt/
total 0
-rw-r--r-- 1 root root  0 2009-07-29 14:34 another
drwxrwxrwx 2 root root 19 2009-07-29 14:34 test

-- 
        Evgeniy Polyakov
_______________________________________________
Pohmelfs mailing list
[email protected]
http://www.ioremap.net/cgi-bin/mailman/listinfo/pohmelfs

Reply via email to