微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

CRFS 远程文件系统

程序名称:CRFS

授权协议: 未知

操作系统: Linux

开发语言: C/C++

CRFS 介绍

CRFS is an acronym which stands for ‘Coherent Remote File System’. CRFS is a
network protocol that lets clients share access to a file system which is
hosted on a server. Its main features include:

  • general-purpose “posix” file system semantics
  • cache coherency
  • aggressive Metadata performance
  • efficient and flexible snapshots
  • robust data integrity protection

The implementation hosted here includes a client module for the Linux kernel
and a UNIX user space server daemon. ‘crfsd’, the UNIX daemon which runs in
userspace, provides these features by storing data in a BTRFS file system on
disk.

CRFS 官网

http://oss.oracle.com/projects/crfs/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐