9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] v9fs on android
@ 2009-09-22  0:04 Tim Newsham
  2009-09-22  3:11 ` erik quanstrom
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Newsham @ 2009-09-22  0:04 UTC (permalink / raw)
  To: 9fans

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/



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] v9fs on android
  2009-09-22  0:04 [9fans] v9fs on android Tim Newsham
@ 2009-09-22  3:11 ` erik quanstrom
  0 siblings, 0 replies; 2+ messages in thread
From: erik quanstrom @ 2009-09-22  3:11 UTC (permalink / raw)
  To: 9fans

On Mon Sep 21 20:06:15 EDT 2009, newsham@lava.net wrote:
> 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
>

very cool.

- erik



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-22  3:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-22  0:04 [9fans] v9fs on android Tim Newsham
2009-09-22  3:11 ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).