Archive Manager

Btrfs – Copy on Write file system

Btrfs (B-Tree File System) is a Copy on Write file system for Linux. Copy On Write (COW) is an optimization technique for maintaining a copy of a collection of data, handling resources when multiple tasks are using the same data.

The aim of this journaling file system is to bring more efficient storage management and better data integrity features to Linux.

Btrfs is notable for implementing advanced features whilst maintaining fault tolerance, scalability and reliability. The file system has been in development since 2007 and its code base has now reached a level of maturity that its disk format should not change. The code base is under heavy development.

Btrfs debuted in the Linux 2.6.29 released. Btrfs can handle up to 2 64 inodes, less a few hundred for special items.

Features include:

  • Scalable, 64-bit file system that can span large volumes to provide files and file systems as large as 16 exabytes.
  • Integrated volume management.
  • Online file system defragmentation – defragging can occur while the drive is mounted or online.
  • Offline filesystem check.
  • Online volume growth and shrinking.
  • Online block device addition and removal.
  • Online balancing (movement of objects between block devices to balance load).
  • Offline filesystem check.
  • Uses a B-tree structure to store data types and point to information stored on disk.
  • Online data scrubbing for finding errors and automatically fixing them for files with redundant copies.
  • Delayed allocation to allow for better disk allocation:
    • Space-efficient packing of small files.
    • Space-efficient indexed directories.
  • Subvolumes (separate internal filesystem roots).
  • Transparent compression (zlib and LZO).
  • Simple to use writable snapshots, read-only snapshots. Snapshots show up as normal directories under the snapshotted directory.
  • Send/receive (saving diffs between snapshots to a binary stream).
  • Data integrity:
    • Built-in RAID support (RAID0, RAID1, RAID5, RAID6 and RAID10). Data scrubbing can be used, particularly with RAID 1.
    • Fault isolation and checksum algorithms – fault isolation is achieved by storing metadata separately from user data.
    • Checksums on data and all metadata (CRC-32C). Option to turn off data checksumming
    • Even on a single device, metadata is duplicated and maintained in two locations for redundancy.
    • Rebuild times.
    • Encryption.
  • File cloning (copy-on-write on individual files, or byte ranges thereof).
  • In-place conversion (with rollback) from ext3/4 to Btrfs.
  • File system seeding.
  • SSD (Flash storage) awareness (TRIM/Discard for reporting free blocks for reuse) and optimizations.
  • File Striping, File Mirroring, File Striping+Mirroring, Striping with Single and Dual Parity implementations.
  • Hierarchical per-subvolume quota.
  • Extent based file storage.
  • Provides minimal user tuning to guard against misuse.

Website: btrfs.readthedocs.io
Support:
Developer: Oracle Corporation
License: GNU General Public License

Return to Journaling File Systems


Popular series
Free and Open Source SoftwareThe largest compilation of the best free and open source software in the universe. Each article is supplied with a legendary ratings chart helping you to make informed decisions.
ReviewsHundreds of in-depth reviews offering our unbiased and expert opinion on software. We offer helpful and impartial information.
Alternatives to Proprietary SoftwareReplace proprietary software with open source alternatives: Google, Microsoft, Apple, Adobe, IBM, Autodesk, Oracle, Atlassian, Corel, Cisco, Intuit, and SAS.
GamesAwesome Free Linux Games Tools showcases a series of tools that making gaming on Linux a more pleasurable experience. This is a new series.
Artificial intelligence iconMachine Learning explores practical applications of machine learning and deep learning from a Linux perspective. We've written reviews of more than 40 self-hosted apps. All are free and open source.
Guide to LinuxNew to Linux? Read our Linux for Starters series. We start right at the basics and teach you everything you need to know to get started with Linux.
Alternatives to popular CLI tools showcases essential tools that are modern replacements for core Linux utilities.
System ToolsEssential Linux system tools focuses on small, indispensable utilities, useful for system administrators as well as regular users.
ProductivityLinux utilities to maximise your productivity. Small, indispensable tools, useful for anyone running a Linux machine.
AudioSurveys popular streaming services from a Linux perspective: Amazon Music Unlimited, Myuzi, Spotify, Deezer, Tidal.
Saving Money with LinuxSaving Money with Linux looks at how you can reduce your energy bills running Linux.
Home ComputersHome computers became commonplace in the 1980s. Emulate home computers including the Commodore 64, Amiga, Atari ST, ZX81, Amstrad CPC, and ZX Spectrum.
Now and ThenNow and Then examines how promising open source software fared over the years. It can be a bumpy ride.
Linux at HomeLinux at Home looks at a range of home activities where Linux can play its part, making the most of our time at home, keeping active and engaged.
Linux CandyLinux Candy reveals the lighter side of Linux. Have some fun and escape from the daily drudgery.
DockerGetting Started with Docker helps you master Docker, a set of platform as a service products that delivers software in packages called containers.
Android AppsBest Free Android Apps. We showcase free Android apps that are definitely worth downloading. There's a strict eligibility criteria for inclusion in this series.
Programming BooksThese best free books accelerate your learning of every programming language. Learn a new language today!
Programming TutorialsThese free tutorials offer the perfect tonic to our free programming books series.
Linux Around The WorldLinux Around The World showcases usergroups that are relevant to Linux enthusiasts. Great ways to meet up with fellow enthusiasts.
Stars and StripesStars and Stripes is an occasional series looking at the impact of Linux in the USA.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments