David,
Do you know if SME 6.01 has the NFS server packages installed by default, or must I find some suitable rpms?
I believe that it is installed, since it uses the fstab and other applications to work. From a command prompt type
man nfs and you should get some manual pages about nfs. If you type
rpcinfo -p and get a return, then nfs is running. (See section 3.4 of the how to,
http://nfs.sourceforge.net/nfs-howto/server.html#VERIFY)
The how to is the best place to start, it has a very good write up on how to set up the server and client. The only thing to be aware of is the templating system that SME uses. Don't directly modify the files, but follow the paths as indicated in the files. If you directly modify the base files, when SME reboots you will loose your changes.
Compared with accessing served files at a workstation directly from the server via samba, what amount of performance hit can I expect when accessing the NFS-served files via the NFS-client machine?
I have found from experience, but don't have any hard evidence to back this up, but between linux and unix systems using NFS is faster that using the samba route. Keep in mind that NFS is an extension of the existing file system, and samba sits on top as another module. I have also found that samba is a little more difficult to setup.
By default on a SME server, the /home/e-smith/files/ibays folder is shared to the local network (type more /etc/exports to view what is shared). So the most you will need to do on the client side would be to connect to this existing share.
THT
Darin