[plug] NFS
Andrew Howell
andrew at it.net.au
Sat May 31 12:40:24 WST 2003
On Fri, 2003-05-30 at 23:15, Craig Ringer wrote:
> > I've never touched NFS or LDAP yet .. will do in a few weeks. Are there any
> > particularly good documents anyone suggests I read regarding LDAP in
> > particular, but NFS also? Will the standard howtos be enough to get me going?
>
> NFS is honestly pretty easy.
>
> apt-get install nfs-user-server nfs-client nfs-common
> man /etc/exports
> vi /etc/exports
> /etc/init.d/nfs-user-server restart
> mount -t nfs localhost:/nfstestdir /mnt/test
You really should use the kernel nfs server instead. It's significantly
better than the user space one.
>From the package description of nfs-user-server
" Unlike other NFS daemons, this NFS server runs entirely in user
space. This makes it a tad slower than other NFS implementations, and
also introduces some awkwardnesses in the semantics (for instance,
moving a file to a different directory will render its file handle
invalid).
.
There is currently no support for file locking."
Just compile in the kernel nfs stuff and install nfs-kernel-server
Andrew
--
Andrew Howell
Director
Informed Technology
E-mail: andrew at it.net.au
Ph: 08 9380 4244 Fax: 08 9380 4354
More information about the plug
mailing list