On Thu, Sep 02, 2010 at 04:35:11PM +1000, Terry Duell wrote: > Hullo All, > For some time now I have been running rpcemu svn rev 168 which used > emufs to access host files
RPCEm is no longer compatible with EmuFS (and hasn't been for quite some considerable time), don't mix and match. There's now code present to explicitly prevent mismatched HostFS backends and HostFS modules from working together. To reproduce the effect of multiple mount points without EmuFS under Linux, use symbolic links inside the HostFS directory. cd hostfs ln -s /some/path/you/want/in/hostfs ExtraDir Now in HostFS you have an ExtraDir directory that has the contents of the path you specified. Peter -- Peter Howkins [email protected] _______________________________________________ Rpcemu mailing list [email protected] http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu
