btrfs.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. BTRFS
  2. =====
  3. Btrfs is a copy on write filesystem for Linux aimed at implementing advanced
  4. features while focusing on fault tolerance, repair and easy administration.
  5. Jointly developed by several companies, licensed under the GPL and open for
  6. contribution from anyone.
  7. The main Btrfs features include:
  8. * Extent based file storage (2^64 max file size)
  9. * Space efficient packing of small files
  10. * Space efficient indexed directories
  11. * Dynamic inode allocation
  12. * Writable snapshots
  13. * Subvolumes (separate internal filesystem roots)
  14. * Object level mirroring and striping
  15. * Checksums on data and metadata (multiple algorithms available)
  16. * Compression
  17. * Integrated multiple device support, with several raid algorithms
  18. * Offline filesystem check
  19. * Efficient incremental backup and FS mirroring
  20. * Online filesystem defragmentation
  21. For more information please refer to the wiki
  22. https://btrfs.wiki.kernel.org
  23. that maintains information about administration tasks, frequently asked
  24. questions, use cases, mount options, comprehensible changelogs, features,
  25. manual pages, source code repositories, contacts etc.