What or how is the best way to present a single pool of storage to Mac clients using AFP, Windows using SMB/CIFS, and Linux/Unix using NFS? The ideal solution would be users to access all of their data whether they bounced from a Mac to a Linux workstation and then to a Windows system. Basically a storage system that treats all systems as equals while using their preferred protocols.
Software/Hardware used:
ASKED:
August 18, 2008 7:20 PM
UPDATED:
August 30, 2008 8:01 PM
We’ve done this before where the file server is a Linux box. We installed the Netatalk server on this and pointed it to the same file shares as the NFS and CIFS (Samba) servers that were also running on the same box. By doing so the share became available to all three OSs. A word of caution-I’ve heard reports that a Samba share mixed with NFS has a tendency to lockup although we never experienced this. This was also several years ago and improvements have been made in all three servers. Still I would mount the NFS share with the soft option in fstab.
There is also an application that I have not used that looks interesting. OpenAFS says that they can handle all three OSs with just the single application. That might be worth looking into.
hth