From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 21 Sep 2009 14:04:28 -1000 From: Tim Newsham To: 9fans@9fans.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: [9fans] v9fs on android Topicbox-Message-UUID: 740d51b8-ead5-11e9-9d60-3106f5b1d025 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/