Archive Manager

ScoutFS – clustered file system for large archival systems

ScoutFS is a clustered in-kernel Linux file system designed for very large archival storage systems.

It takes a different approach from putting an archive application on top of a conventional file system and repeatedly walking an enormous namespace. ScoutFS provides archive-oriented metadata and interfaces that let archive agents find and maintain files more directly. Multiple hosts can mount the same file system while sharing access to its underlying block devices, allowing a deployment to add nodes as archival bandwidth requirements increase.

Its design is aimed at installations where both file population and storage throughput can become extreme, while applications still see familiar file-system semantics. ScoutFS is therefore a specialist option for large data repositories and active archives rather than a general-purpose desktop file system.

This is free and open source software.

Key Features

  • Provides fully consistent POSIX semantics between participating cluster nodes.
  • Uses atomic transactions to keep persistent file-system structures consistent.
  • Stores archival metadata directly in the file system, avoiding the need to synchronise equivalent state with a separate external database.
  • Separates resources dynamically so different nodes can perform writes in parallel with less contention.
  • Uses a 64-bit design throughout, avoiding smaller integer limits on file sizes, directory sizes, and file counts.
  • Supports multiple mounts on hosts that share access to the file system’s block devices.
  • Keeps metadata and file data on separate block devices, allowing storage layouts to reflect their different I/O characteristics.
  • Supports POSIX access control lists.
  • Includes quorum membership, leader election, and fencing mechanisms to coordinate cluster operation and isolate failed mounts safely.
  • Offers data preallocation controls for improving extent layout with large streaming writes.
  • Includes user-space administration utilities for creating, inspecting, and operating ScoutFS installations.

Website: github.com/versity/scoutfs
Support:
Developer: Versity
License: GNU General Public License v2.0

ScoutFS is written in C. Learn C with our recommended free books and free tutorials.


Related Software

Journaling File Systems
ext4Evolved from ext3 adding many notable features including extents
XFSDesigned to maintain high performance with large files and file systems
BtrfsChecksumming Copy on Write File system
F2FSFlash file system initially developed by Samsung Electronics
OpenZFSAdvanced file system and volume manager originally developed for Solaris
GFS2Shared disk file system for Linux computer clusters
ext3Default file system for many popular Linux distributions
JFSJournaled File System
UBIFSFile system for raw flash memory used through UBI volumes
OCFS2Extent-based cluster file system
BcachefsAdvanced file system ejected from the mainline kernel

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our carefully curated directory of recommended free and open source software, covering every major software category.

The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more.

Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted