diff --git a/_src/_posts/2008-06-19-ubuntu-as-mac-file-server-and-time-machine-volume.md b/_src/_posts/2008-06-19-ubuntu-as-mac-file-server-and-time-machine-volume.md index 02d097f7..9923eb7c 100644 --- a/_src/_posts/2008-06-19-ubuntu-as-mac-file-server-and-time-machine-volume.md +++ b/_src/_posts/2008-06-19-ubuntu-as-mac-file-server-and-time-machine-volume.md @@ -7,7 +7,7 @@ author: Matthias Kretschmann image: ubuntu_mac_feature.jpg date: 2008-06-19 03:08:11+00:00 -updated: 2009-01-19 03:08:11+00:00 +updated: 2016-06-12 14:29:11+00:00 wordpress_id: 75 category: design @@ -23,12 +23,17 @@ redirect_from: For quite some time I use my Ubuntu machine as a file and backup server for all Macs in my network which is perfectly accessible from the Finder in Mac OS X. There are some instructions available in the web for this task but all failed in my case so I wrote my own tutorial with all the steps needed for it to work properly. + + +
+

This article is very old and has been rendered obsolete for OS X 10.9 Mavericks and above. Apple uses v2 of the Samba protocol, dubbed SMB2 for file sharing by default now, which includes many technical advantages over AFP. On Ubuntu, the Samba package can be easily installed and configured to provide connectivity between Ubuntu und Mac OS X out of the box.

+

You should follow the steps in the following article only if you want to setup a Mac with an OS X version below 10.9. or you are absolutely sure you want to use AFP for file sharing.

+
+ So here's my little Tutorial for connecting Mac OS X Leopard with Ubuntu and using your Ubuntu machine as a backup volume for Time Machine but all steps can be reproduced on every Linux box and they work with Mac OS X 10.4 Tiger too. At the end of this tutorial you will have a server which shows up in the Finder sidebar and behaves just like a Mac server when accessing it from your Macs. To be perfectly integrated with Mac OS X we're going to use [Apple's Filing Protocol (AFP)](http://en.wikipedia.org/wiki/Apple_Filing_Protocol) for network and file sharing. Although this Tutorial involves using the Terminal in Ubuntu and looks a bit geeky it's very easy even for beginners. I have tried to explain all steps and Terminal commands so you may learn a bit about the Terminal too. At the end of the article you can download my Server Displays icon pack quickly made by me with custom icons for a Mac, Ubuntu and Windows server. - - Personally I use a fresh installation of Ubuntu 8.04 Hardy Heron Desktop version (32bit on one machine, 64bit on the other) and Mac OS X Leopard (10.5.3 and later) to connect to them. On my Ubuntu boxes there's no other file sharing protocol like samba (Windows sharing) or NFS activated. [Rumors are](http://episteme.arstechnica.com/eve/forums/a/tpc/f/942005082731/m/370002065931?r=782005065931#782005065931) Apple will add some undocumented AFP commands with the Mac OS X 10.5.6 update which therefor won't be supported by the current Netatalk package (and maybe never will). So be sure to check the latest comments on this article when the 10.5.6 update is out to see if this rumor is true and if there are problems caused by that.