views:

23

answers:

1

I have access to a bunch of Mac desktops, the hard drives of which are under-utilized. I want to set up a distributed filesystem to gang them together into one large virtual volume. The server has to be able to run as a normal user.

I've tried PVFS2, but it's designed for Linux and isn't running well on OSX (hangs the clients on write).

What should I use instead?

A: 

The Andrew File System (AFS) is a very mature distributed file system with OS X support. Check out OpenAFS.

Barry Wark
It seems like AFS can only be run as root. Is that the case?
interfect