zoukankan      html  css  js  c++  java
  • mooseFS学习篇

    官方网站:http://www.moosefs.org/

    About MooseFS
    
    MooseFS is a fault tolerant, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS acts as other Unix-alike file systems:
    A hierarchical structure (directory tree)
    Stores POSIX file attributes (permissions, last access and modification times)
    Supports special files (block and character devices, pipes and sockets)
    Symbolic links (file names pointing to target files, not necessarily on MooseFS) and hard links (different names of files which refer to the same data on MooseFS)
    Access to the file system can be limited based on IP address and/or password
    Distinctive features of MooseFS are:
    High reliability (several copies of the data can be stored across separate computers)
    Capacity is dynamically expandable by attaching new computers/disks
    Deleted files are retained for a configurable period of time (a file system level "trash bin")
    Coherent snapshots of files, even while the file is being written/accessed
  • 相关阅读:
    Linux源码Kconfig文件语法分析
    从0移植uboot (一) _配置分析
    ARM汇编与C混合编程
    ARM汇编程序结构
    ARMGNU伪指令
    Linux tcp黏包解决方案
    Linux 服务器模型小结
    Linux IPC udp/tcp/UNIX域 socket编程
    Linux IPC socket 广播,组播
    Linux I/O多路复用
  • 原文地址:https://www.cnblogs.com/liyongsan/p/5079696.html
Copyright © 2011-2022 走看看