:1.407MB : :1 :2022-10-02 15:24:14
MooseFS文件系统如果开发者对于本文件有需要的可以参考。
MooseFS is a Petabyte Open Source Network Distributed File System. It is easy to deploy and maintain, highly reliable, fault tolerant, highly performing, easily scalable and POSIX compliant.
MooseFS spreads data over a number of commodity servers, which are visible to the user as one resource. For standard file operations MooseFS acts like ordinary Unix-like file system:
A hierarchical structure – directory tree
Stores POSIX file attributes – permissions, last access and modification times, etc.
Supports ACLs
Supports POSIX and BSD file locks – including support for distributed file locking
Supports special files – block and character devices, pipes and sockets
Supports symbolic links – file names pointing to target files, not necessarily on MooseFS
Supports hard links – different names of files which refer to the same data on MooseFS