On (2002/10/23 11:31), Terry Lambert wrote: > AHA! > > The reason an FFS write resulted in an SMBFS read is that > you had mmap()'ed an SMBFS file, and then wrote a mapped > but-not-in-core page to the target FFS file.
Well, a similar problem occurred with cat(1), which doesn't use mmap(). However, I should have included in my message that the following messages are received from the kernel: Oct 23 17:53:02 axl kernel: smbfs_getpages: error 60 Oct 23 17:53:02 axl kernel: vm_fault: pager read error, pid 8022 (cp) Oct 23 17:58:18 axl kernel: smbfs_getpages: error 4 Oct 23 17:58:18 axl kernel: vm_fault: pager read error, pid 8087 (cp) This supports your theory. Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message