> Have you had trouble getting to u9fs from 9vx? Works for me: I use it with over SSH1 channel to mount AIX and Linux files. Excerpt from /rc/bin/9fs:
case $aixsystems srvssh -r -u bin/AIX/u9fs $1 $1.$user /n/$1 chmod 600 /srv/$1.$user case $linuxsystems srvssh -r -u bin/Linux/u9fs $1 $1.$user /n/$1 chmod 600 /srv/$1.$user