On Wed, Feb 11, 2004 at 02:35:07PM +0000, UHISWdev UHISWdev wrote: > hmm.. interesting. Thanks Brian but what do you class as local? We > mounted another linux machine directly into the apache tree with no > probs. The problems only appear when you use ncpmount to mount a > netware machine. Unix to Unix seems fine. Unix to netware doesn't work > if sendfile support is on. Does sendfile do something different on a > unix to unix mount? Alistair
sendfile() depends on filesystem support in Linux: the NFS client does support sendfile() but the ncpfs client does. joe
