Oops, replied in person rather that to the list.
--- Begin Message ---
Hi Dick,
> I can help you with that. I'm very acquainted in programming (I made
> the module SmartMenu) RISC OS modules. I don't have the source of
> ArcEmHostFS but I guess Tom Walker does. Anyway if not, it's not so
> much effort to make a source from the machine code.
Sounds good. The hostfs module source code comes from arcem, I think.
This can be downloaded from arcem.sf.net.
> I guest you could add something like this in rpc.cfg:
> hostfs0 = ~/hostfs Boot
> hostfs1 = /mediat/usb1 UsbStick
> hostfs2 = /mnt/hda2 DataSchijf
> hostfs(n) = <mount path> <disc title>
Sounds like a good starting point. I'll probably add a third option to
specify read-only or read-write. I may split it up into 3 lines (for
readability, and for Windows/MacOS which is more likely to have spaces
in the path):
hostfsname0 = Boot
hostfspath0 = ~/hostfs
hostfsperm0 = read,write
hostfsperm(n) would default to read-only, I think.
> Off course these shares should also be available by it's number like
> HostFS::0.$, HostFS::1.$ etc under RISC OS.
> I'll look into the code of ArcEmHostFS to see how it works.
That should be fairly easy to implement. I'll work on that.
James
--- End Message ---
_______________________________________________
Rpcemu mailing list
[email protected]
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu