• Mac OS X Server,  Mass Deployment,  Ubuntu

    NFS + Ubuntu + Mac OS X Clients = A Quickie

    NFS is an old standby in the *nix world. It seems that it’s about as old as the hills and while it can be cranky at times, it’s pretty easy to setup, manage and use. Once it’s configured, you use it in a similar fashion as you do in Mac OS X Server. The client configuration is identical. To get started, let’s install the nfs-kernel-server, nfs-common and portmap packages on our Ubuntu 10.04 box: apt-get install nfs-kernel-server nfs-common portmap Then let’s create a directory to share (aka export): mkdir /Homes Then we need to define the permissions for /Homes (ends up similar in functionality to the export to option in…