Rob Hudson wrote:
> Can you explain NFS a little more? I installed LAMP
> (Linux-Apache-Mysql-PHP) on our samba server for testing and made the
> htdocs directory where the web files sit a samba share, so I can mount
> that share on my workstation, and it's like a local directory for
> writing PHP/HTML files.
NFS gives you basically the same thing. The filesystem resides
on the server, and you mount it on one or more clients. Then
programs running on the clients access the files as though they
were local.
There's an NFS HOWTO here.
http://www.linuxdoc.org/HOWTO/NFS-HOWTO/index.html
> If you can do this with NFS (and not need samba) that would really
> rock. Does NFS encrypt data as it travels (NFS-SSH?)?
Not by default. I don't know whether there's an option to encrypt NFS
traffic. If there is, it would be in the international kernel patch
(www.ikernel.org).
--
Bob Miller K<bob>
kbobsoft consulting
http://kbobsoft.com [EMAIL PROTECTED]