linux poison RSS
linux poison Email

What is Btrfs?

Btrfs (B-tree FS or "Butter FS") is a new copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. Initially developed by Oracle, Btrfs is licensed under the GPL and open for contribution from anyone.

Linux has a wealth of filesystems to choose from, but we are facing a number of challenges with scaling to the large storage subsystems that are becoming common in today's data centers. Filesystems need to scale in their ability to address and manage large storage, and also in their ability to detect, repair and tolerate errors in the data stored on disk.

The main Btrfs features include:
  * Extent based file storage (2^64 max file size)
  * Space efficient packing of small files
  * Space efficient indexed directories
  * Dynamic inode allocation
  * Writable snapshots
  * Subvolumes (separate internal filesystem roots)
  * Object level mirroring and striping
  * Checksums on data and metadata (multiple algorithms available)
  * Compression
  * Integrated multiple device support, with several raid algorithms
  * Online filesystem check
  * Very fast offline filesystem check
  * Efficient incremental backup and FS mirroring
  * Online filesystem defragmentation

Read here for Btrfs Performance Analysis


1 comments:

LightVision said...

Hi,

I was wonder if there is any defrag gui available in general and in Debian Squeeze in particular.

Any help appreciated.

Thanks

Post a Comment

Related Posts with Thumbnails