Clustered File System
(Redirected from Cluster-based Filesystem)
Jump to navigation
Jump to search
A Clustered File System is a File System that is shared by being simultaneously mounted on multiple servers.
- …
- Counter-Example(s):
- See: Direct Attached Storage, Mount (Computing), Server (Computing), Computer Cluster, Cluster-based Processing Framework.
References
2016
- (Wikipedia, 2016) ⇒ https://en.wikipedia.org/wiki/Clustered_file_system Retrieved:2016-7-13.
- A clustered file system is a file system which is shared by being simultaneously mounted on multiple servers. There are several approaches to clustering, most of which do not employ a clustered file system (only direct attached storage for each node). Clustered file systems can provide features like location-independent addressing and redundancy which improve reliability or reduce the complexity of the other parts of the cluster. Parallel file systems are a type of clustered file system that spread data across multiple storage nodes, usually for redundancy or performance. [1]