|
发表于 2006-10-12 23:32:17
|
显示全部楼层
是ext4, 下面信息来自 wikipedia
http://en.wikipedia.org/wiki/Ext4
The ext4, or fourth extended filesystem is a journalled file system that was revealed on October 10, 2006 by Andrew Morton as a compatible improvement to the ext3, featuring support for volumes up to 1024 petabytes and added extent support.
The ext4 filesystem is backward compatible with ext3, that is, it can be mounted as an ext3 partition (using 'ext3' as the filesystem type when mounting.) Similarly, mounting an ext3 filesystem mounted as ext4 is also possible (using the 'ext4dev' filesystem type.) However, if the ext4 partition uses extents (one of the major new features of ext4,) backward compatibility and therefore, the ability mount the filesystem as ext3 is lost. By default, extents are not used; the 'extents' option is explicitly required (e.g. 'mount /dev/sda1 /mnt/point -t ext4dev -o extents'.)
应该很快进入kernel tree,具体的情况可以看 ext4的wiki
http://fedoraproject.org/wiki/ext3-devel |
|