Just built the kernel modules and tested them out, seems to work fine. For those who don't want to build their own, here are the modules I built for the 2.6.27 kernel:
http://www.thenewsh.com/~newsham/x/9/9p.ko http://www.thenewsh.com/~newsham/x/9/9pnet.ko To use do something like: devbox$ adb shell android# mount -o remount,rw /system android# ^D devbox$ adb push 9p*.ko /system/lib/modules devbox$ adb shell android# insmod /system/lib/modules/9pnet.ko android# insmod /system/lib/modules/9p.ko android# mkdir /data/9 android# mount -t 9p trans=tcp,uname=yourname,port=1234 1.2.3.4 /data/9 android# ls /data/9 Tim Newsham http://www.thenewsh.com/~newsham/
