Tuesday 18 September 2012

Using BTRFS (B-tree file system) on openSUSE 12.1

  • BTRFS (B-tree file system)  định dạng file hệ thống đang được phát triển với nhiều tính năng như tự dung lỗi, tự sửa, hổ trợ snapshot,..
  •  opensuse-12.1, và một số phiên bản linux hiện đang hỗ trợ, mặc dù  btrfs đang phát triển chưa thực sự hoàn thiện cho môi trường  Enterprise, nhưng dùng cho pc chắc chắn hứa hẹn nhiều thú vị...
Introduction :  [ http://news.opensuse.org/2012/01/23/using-btrfs-on-opensuse-12-1/ ]

As the btrfs wiki says: “Btrfs is a new copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration.” Although under heavy development, it has become stable enough for personal use, and there are plenty of reasons to try it. What distinguishes it from earlier filesystems is that it has been designed with scalability and robustness in mind: it can handle huge files (up to 16EiB — a lot!), it can pack lots of files and directories efficiently, has built-in error detection methods (checksums of data and metadata), support for transparent compression, integrated multiple devices support (RAID-0, RAID-1 and RAID-10 so far) and more — see here for a more complete list.
In this how-to I will focus on one particularly neat feature: snapshots. Btrfs allows you to make read-only or writable snapshots of the state of your filesystem without wasting space with redundant data. Together with YaST’s Snapper module, this makes tracking FS changes and undoing undesired modifications a breeze........


Tham khảo thêm :
http://en.wikipedia.org/wiki/Btrfs

https://btrfs.wiki.kernel.org/index.php/Getting_started
http://news.opensuse.org/2012/01/23/using-btrfs-on-opensuse-12-1/

No comments:

Post a Comment