On Tue, 23 Mar 2010, Ryan R wrote: > Depending on what you are trying to do sshfs may be a solution. I've been using that for some of my work, but I would use NFS mounting instead. Maybe you would always write files to multiple locations simultaneously with mount points like... /serv1 /serv2 /serv3 Or whatever. If every server always writes to all servers, that would work. If you have some process detecting changes and updating, that's always going to have more lag time. Mike