欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
File system
来自开放百科 - 灰狐
(版本间的差异)
小 (→Cluster Filesystems) |
小 (→图集) |
||
(未显示1个用户的3个中间版本) | |||
第22行: | 第22行: | ||
==项目== | ==项目== | ||
+ | *[[HDFS]] | ||
==图集== | ==图集== | ||
<gallery> | <gallery> | ||
image:quobyte-date-center-file-system.png|数据中心文件系统 | image:quobyte-date-center-file-system.png|数据中心文件系统 | ||
+ | image:Distributed-filesystem-timeline.png|分布式文件系统时间线 | ||
+ | image:juicefs-architecture.png|JuiceFS 文件系统 | ||
</gallery> | </gallery> | ||
==链接== | ==链接== | ||
+ | *[https://juicefs.com/blog/cn/posts/distributed-filesystem-comparison/ 分布式文件系统架构对比] | ||
[[category:file system]] | [[category:file system]] |
2022年4月13日 (三) 09:20的最后版本
您可以在Wikipedia上了解到此条目的英文信息 File system Thanks, Wikipedia. |
目录 |
[编辑] Journalling and Log-structured Filesystems
- Reiserfs: A tree-structured filesystem which journals updates. It is available with most 2.4 and later kernels.
- Ext3: Stephen Tweedie's journalling version of the ext2 filesystem. It is available with most 2.4 and later kernels.
- JFS: IBM's journalled filesystem technology. It is available with many Linux distributions.
- XFS: SGI's journalled filesystem technology.
- LinLogFS: A log structured filesystem for Linux
- Intermezzo: A distributed file system which lets systems replicate directory trees. It is a standard part of 2.4 and later kernels. It isn't precisely what most people would call a cluster filesystem, but it's related.
[编辑] Cluster Filesystems
- Hadoop Distributed File System
- Lustre: Lustre is a novel storage and file system architecture and implementation which does not follow the block device paradigm. The central target in this project is the development of a next-generation cluster file system which can serve clusters with 10,000's of nodes, petabytes of storage, move 100's of GB/sec. Lustre is in trial production in several sites across the world.
- GFS: The Global Filesystem - fault tolerant, distributed, very cool, etc. GFS is both a cluster filesystem and a journalled filesystem.
- The CODA distributed, fault-tolerant filesystem
- Oracle Cluster File System (OCFS): enterprise-class open-source cluster file system
http://linux-ha.org/RelatedTechnologies/Filesystems
Sun公司在文件系统里里的两张王牌: Lustre 和 ZFS
[编辑] 项目
[编辑] 图集
[编辑] 链接
分享您的观点