wok-6.x diff moosefs/description.txt @ rev 25015
Add bzip3
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 17 11:06:25 2022 +0000 (2022-05-17) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/moosefs/description.txt Tue May 17 11:06:25 2022 +0000 1.3 @@ -0,0 +1,14 @@ 1.4 +MooseFS is a Fault-tolerant, Highly available, Highly performing, 1.5 +Scaling-out, Network distributed file system. 1.6 +It spreads data over several physical commodity servers, which are 1.7 +visible to the user as one virtual disk. 1.8 +It is POSIX compliant and acts like any other Unix-like 1.9 +file system supporting: 1.10 + 1.11 +- Hierarchical structure: Files and Folders, 1.12 +- File attributes, 1.13 +- Special files: Pipes, Sockets, Block and Character devices, 1.14 +- Symbolic and Hard links, 1.15 +- Security attributes and ACLs. 1.16 + 1.17 +It works with all applications that require a standard file system.