Showing posts with label rpc. Show all posts
Showing posts with label rpc. Show all posts

03 March 2011

Configuring NFS in FreeBSD

Having written up Solaris and Linux, it's time to take a look at
configuring NFS in FreeBSD.  Briefly, NFS (network file system) provides
access to remote filesystems which appear similar to local resources
on client hosts.  The following focuses on simple NFS server and client

27 February 2011

Configuring NFS in Linux

As a follow up to 'Configuring NFS in Solaris', we turn to the same
in Linux.  Briefly, NFS (network file system) provides access to remote
filesystems which appear similar to local resources on client hosts.
The following focuses on simple NFS server and client configuration in

20 February 2011

Configuring NFS in Solaris

Networked environments allow for the sharing of many resources, including
filesystems (FS).  As a long time industry standard in UNIX, NFS (network
file system) provides access to remote filesystems which appear similar
to local resources on client hosts.  Since Sun Microsystems originally