I have been reading some articles and I didn't find the answer for which I am looking for. What I understand is the following:
Both systems span over a network. A distributed file system features several places where the file-system is kept(for example each workstation may have a copy of it), thus creating many copies in case something happens to one or more of the nodes. The different nodes are synchronized in some logic (and conflicts are resolved)
A Cluster file-system is a distributed file system with just one node, meaning that everyone takes the data from one node and updates it there.
Are the following statements correct, if not what is the difference?