Linux Kernel 2.6.29 RC 1 发布,加入 Btrfs 和 Squashfs 文件系统

Linus Torvalds 已于今日发布了 Linux Kernel 2.6.29 的首个 RC 版本。该版本加入了 Kernel mode-setting 支持(目前仅支持 Intel 硬件)、Btrfs 文件系统和 Squashfs 文件系统。另外,Linux Kernel 2.6.29 RC 1 还增加了一些新的驱动程序。

Linux Kernel

Kernel [via Phoronix]

Read More:

17 Comments

  1. 1 X Commented @ 2009-01-11 11:35Reply to this comment

    现在有工具格式化为btrfs了吗?? 有没有工具可以把ext3/ext4转换为btrfs?

  2. 2 kasim Commented @ 2009-01-11 11:50Reply to this comment

    聽說ext3/ext4是可以無痛轉換成btrfs的

  3. 3 leeight的马甲 Commented @ 2009-01-11 12:43Reply to this comment

    很赞

  4. 4 huang Commented @ 2009-01-11 15:33Reply to this comment

    不仅是发行版很多 文件系统也这么多 我们的宇宙一定有平行宇宙存在 那里Linux闭源而且Hi贵 而Windows的全称是 GNU/Windows ( (oo) )

  5. 5 Systemman Commented @ 2009-01-11 16:01Reply to this comment

    @kasim: 无痛这个词似乎。。。 让人想起无痛流产 应该是无损转换吧

  6. 6 anders0913 Commented @ 2009-01-11 17:30Reply to this comment

    很赞;

    对无痛这个词也很无语~~

  7. 7 kidfruit Commented @ 2009-01-11 18:08Reply to this comment

    @huang

    你是不是ever17玩多了……

  8. 8 tumashu Commented @ 2009-01-11 18:44Reply to this comment

    恢复怎么显示不出来?

  9. 9 tumashu Commented @ 2009-01-11 18:45Reply to this comment

    这几天了解了一下btrfs: http://btrfs.wiki.kernel.org/index.php/Main_Page 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
    
  10. 10 tumashu Commented @ 2009-01-11 18:46Reply to this comment

    我了解到的: 1: 从ext3或ext4可以很方便的转换为btrfs.并且可以再转换回来。。。。。 具体详情:http://btrfs.wiki.kernel.org/index.php/ConversionfromExt3 2: btrfs可以方便的扩容或缩容(可以离线也可以在线) 3: 支持cow(copy on write),具体什么情况,有什么好处不清楚 4: 支持Subvolumes,我不太了解Subvolumes是什么概念,怎么用,是不是安装系统的时候,把 / 挂载到btrfs的根上,然后像/usr /home 等等,挂载usr,home子卷。不明白。。。

    5: multiple device support 支持多个设备,比如你有多个硬盘啦,可以创建RaidX 具体可以看: http://btrfs.wiki.kernel.org/index.php/UsingBtrfswithMultipleDevices

  11. 11 hmy Commented @ 2009-01-11 18:56Reply to this comment

    cow 写时拷贝,提高效率

  12. 12 Pepino Commented @ 2009-01-11 21:12Reply to this comment

    @kidfruit: 嘛 看你的名字 是对KID有爱的? 囧

  13. 13 Pepino Commented @ 2009-01-11 21:35Reply to this comment

    @Systemman: 貌似臺湾人喜欢说“无痛” 像“XXX无痛入门”之类的文档 大概是语言习惯不同吧

  14. 14 Neverland Commented @ 2009-01-11 21:47Reply to this comment

    @tumashu: 因为Linux不能直接上ZFS 所以另起炉灶搞了这么个东西

  15. 15 Labrador Commented @ 2009-01-11 23:53Reply to this comment

    不错,加入了squashfs,很多发行版就不用另外打补丁了。

  16. 16 Mike Commented @ 2009-01-12 10:25Reply to this comment

    @Neverland: 觉得和zfs的目标现在不太一样了... zfs的目标是无痛管理.....

  17. 17 xiws Commented @ 2009-01-15 1:11Reply to this comment

    关注