|
发表于 2009-11-8 20:21:09
|
显示全部楼层
lenny的内核太老了,不支持ext4
http://ext4.wiki.kernel.org/index.php/Ext4_Howto- In Debian Lenny (Testing), the following current packages provide ext4 support:
- * ext4dev module in the linux-image package (2.6.26-10)
- * e2fsprogs (1.41.3-1)
- It should be noted that the stock 2.6.26 ext4 has problems with delayed allocation and with filesystems
- with non-extent based files. So until Debian starts shipping a 2.6.27 based kernel or a 2.6.26 kernel with
- at least the 2.6.26-ext4-7 patchset, you should mount ext4dev filesystems using -o nodelalloc and only
- use freshly created filesystems using "mke2fs -t ext4dev". (Without these fixes, if you try to use an ext3
- filesystem which was converted using "tune2fs -E test_fs -o extents /dev/DEV", you will probably hit
- a kernel BUG the moment you try to delete or truncate an old non-extent based file.)
复制代码
所以要打开ext4dev,不过lenny好像,默认是不开的 |
|