Post
Topic
Board Off-topic
Re: Setting up a distributed file system in Linux: Looking for tips
by
Stardust
on 10/03/2013, 13:50:47 UTC
There are a few distributed FS into the Linux Kernel IIRC, but I haven't played with them.  If you want a centralized solution you could setup a RAID5 on the server using mdadm, and share the files with NFS or NBD (network block device).

I wonder if you could create a RAID5 with NBDs, that would be distributed.  Anyway check the all the FS in the kernel, they are there for a reason. Wink