Hi all, it looks like there is no fallback in cp(1) when mmaping the source file fails. I'm mounting SMB shares via smbnetfs (which in turn uses fuse) and it seems not to support mmaping files. Shouldn't cp just fallback to a normal read()/write() loop in this case? harti