wok annotate moosefs/description.txt @ rev 24939
f2c: add libf2c
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 15 16:15:33 2022 +0000 (2022-04-15) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24918 | 1 MooseFS is a Fault-tolerant, Highly available, Highly performing, |
Hans-G?nter@24918 | 2 Scaling-out, Network distributed file system. |
Hans-G?nter@24918 | 3 It spreads data over several physical commodity servers, which are |
Hans-G?nter@24918 | 4 visible to the user as one virtual disk. |
Hans-G?nter@24918 | 5 It is POSIX compliant and acts like any other Unix-like |
Hans-G?nter@24918 | 6 file system supporting: |
Hans-G?nter@24918 | 7 |
Hans-G?nter@24918 | 8 - Hierarchical structure: Files and Folders, |
Hans-G?nter@24918 | 9 - File attributes, |
Hans-G?nter@24918 | 10 - Special files: Pipes, Sockets, Block and Character devices, |
Hans-G?nter@24918 | 11 - Symbolic and Hard links, |
Hans-G?nter@24918 | 12 - Security attributes and ACLs. |
Hans-G?nter@24918 | 13 |
Hans-G?nter@24918 | 14 It works with all applications that require a standard file system. |