On my RedHat Linux 390 system, my home directory is mounted via NFS (another system hosts it). When the mount occurs, on my RedHat Linux 390 system, I see the following messages: kernel: NFS: cannot create RPC transport. kernel: nfs warning: mount version older than kernel On the other system (which receives and processes the mount request), the following messages are logged: Feb 6 10:05:41 linux1-ibm mountd[20649]: NFS mount of /home attempted from 171.64.11.215 Feb 6 10:05:41 linux1-ibm mountd[20649]: /home has been mounted by 171.64.11.215 Feb 6 10:05:42 linux1-ibm mountd[20649]: NFS mount of /home attempted from 171.64.11.215 Feb 6 10:05:42 linux1-ibm mountd[20649]: /home has been mounted by 171.64.11.215 In any case, the mount appears to work. Not being familiar with the kernel version of NFS, I'm not sure if these messages are just an artifact of this being a beta release, or if I've forgotten to set something up. Mike Durket