···2525 http://xcpu.org/papers/cellfs-talk.pdf2626 * PROSE I/O: Using 9p to enable Application Partitions2727 http://plan9.escet.urjc.es/iwp9/cready/PROSE_iwp9_2006.pdf2828+ * VirtFS: A Virtualization Aware File System pass-through2929+ http://goo.gl/3WPDg28302931USAGE3032=====···132130RESOURCES133131=========134132135135-Our current recommendation is to use Inferno (http://www.vitanuova.com/nferno/index.html)136136-as the 9p server. You can start a 9p server under Inferno by issuing the137137-following command:138138- ; styxlisten -A tcp!*!564 export '#U*'133133+Protocol specifications are maintained on github:134134+http://ericvh.github.com/9p-rfc/139135140140-The -A specifies an unauthenticated export. The 564 is the port # (you may141141-have to choose a higher port number if running as a normal user). The '#U*'142142-specifies exporting the root of the Linux name space. You may specify a143143-subset of the namespace by extending the path: '#U*'/tmp would just export144144-/tmp. For more information, see the Inferno manual pages covering styxlisten145145-and export.136136+9p client and server implementations are listed on137137+http://9p.cat-v.org/implementations146138147147-A Linux version of the 9p server is now maintained under the npfs project148148-on sourceforge (http://sourceforge.net/projects/npfs). The currently149149-maintained version is the single-threaded version of the server (named spfs)150150-available from the same SVN repository.139139+A 9p2000.L server is being developed by LLNL and can be found140140+at http://code.google.com/p/diod/151141152142There are user and developer mailing lists available through the v9fs project153143on sourceforge (http://sourceforge.net/projects/v9fs).154144155155-A stand-alone version of the module (which should build for any 2.6 kernel)156156-is available via (http://github.com/ericvh/9p-sac/tree/master)157157-158158-News and other information is maintained on SWiK (http://swik.net/v9fs)159159-and the Wiki (http://sf.net/apps/mediawiki/v9fs/index.php).145145+News and other information is maintained on a Wiki.146146+(http://sf.net/apps/mediawiki/v9fs/index.php).160147161148Bug reports may be issued through the kernel.org bugzilla 162149(http://bugzilla.kernel.org)