The program that shares the home directories is called NFS. This document is intended to help folks set it up from scratch, but it is complete so I will point you in that direction anyway.
http://www.tldp.org/HOWTO/NFS-HOWTO/server.html You should only have to edit the /etc/exports file and not the others because oscar sets up those types of things. If you look at how oscar set up these files it should give you a good clue as to how to export your server's /temp1 directory. It would probably not be a good idea to set up the clients to share their directories back to the server in the same way. You can have multiple NFS servers, but it is generally to increase the bandwith and not to talk back and forth like that. You might want to look into more truly parallel file systems than NFS, it is more for one point to many sharing and not for many points to many point sharing. On Thu, 03 Feb 2005 09:25:10 +0800, Shiang-Tai Lin <[EMAIL PROTECTED]> wrote: > Hi, > I have a cluster setup with OSCAR 4. The default setting allows all the > clients to access /home on the server locally (I guess /home is mounted > as a network drive on each client node). Can anyone teach me what to do > if I wish share other folders on the sever (e.g.. /temp1 on the server)? > Also, is it possible to share the disk of the clients to the server > and/or other clients as well? > Thanks for any hint. > Shiang-Tai > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Oscar-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oscar-users > ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Oscar-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-users
