5 projects tagged "filesystem"
FSter is a virtual filesystem implementation based on FUSE and exploiting Tracker's indexer to allow access to files according to the metadata with which they’re associated. Its behavior is highly customizable with XML configuration to describe in detail the desired hierarchy of files.
Gfarm is a distributed filesystem, generally used for large scale cluster computing. It's implemented in userland, and can be mounted by FUSE. It utilizes locality of a file to access a data node, and supports Globus GSI for Wide Area Network. Users can explicitly control file replica location on Gfarm. Gfarm can be used as an alternative storage system to HDFS for Hadoop, Samba, MPI-IO, and GridFTP. Monitoring via ZABBIX and Ganglia is also supported.