还在使用reiserfs的人可以考虑xfs了。
时间:2006-10-12
来源:互联网
囧了。
===============================================
http://solidot.org/articles/06/10/11/0310259.shtml
"Reg报道:ReiserFS作者Hans Reiser日前被奥克兰警方逮捕,因为怀疑他谋杀了自己的妻子Nina Reiser。Nina自从9月3日失踪以来再也没有出现过,警方虽然没有找到她的尸体但是认为现有证据足够证明她已被谋杀。"
作者: phus 发布时间: 2006-10-12
作者: phus 发布时间: 2006-10-12
作者: VirusCamp 发布时间: 2006-10-12
作者: phus 发布时间: 2006-10-12
作者: phus 发布时间: 2006-10-12
作者: Zer4tul 发布时间: 2006-10-12
作者: 7dehao 发布时间: 2006-10-12
另外问一下,有没有关于各种文件系统格式详细对比的?
作者: superekcah 发布时间: 2006-10-12
http://otn.oracle.com/tech/linux/pdf...parison.pdf、
应该比较详细了吧?
作者: Zer4tul 发布时间: 2006-10-12
等着ext4吧
reiser4不能进入stable的kernel
并不是代码的原因
有很大一部分是Hans Reiser的原因
作者: 13121982 发布时间: 2006-10-12
ext4?ext3的性能已经让人觉得很郁闷了
作者: Zer4tul 发布时间: 2006-10-12
只有reiser一个人懂reiserfs么?
开源的好处就在于,哪怕原来的人不干了,后来者还可以接着干
作者: zhllg 发布时间: 2006-10-12
作者: zhllg
开源的好处就在于,哪怕原来的人不干了,后来者还可以接着干
|
作者: 800 发布时间: 2006-10-12
作者: etheldreda 发布时间: 2006-10-12
作者: fei 发布时间: 2006-10-12
作者: Archlinux 发布时间: 2006-10-12
作者: 800
呵呵,坏处就是好些该干的事却没人干。
|
我不否认这样的事情的存在
但是一般不能完全归咎于开源
总的来说,这点坏处在开源的好处面前,不值得一提
作者: zhllg 发布时间: 2006-10-12
作者: phus 发布时间: 2006-10-12
作者: vliqi 发布时间: 2006-10-12
作者: vliqi
好像在哪儿看到有不间断电源才推荐用reiserfs。
|
作者: yonghuming333 发布时间: 2006-10-12
作者: yonghuming333
说的是xfs. xfs保存在内存,最怕断电
|
作者: vliqi 发布时间: 2006-10-12
作者: phus 发布时间: 2006-10-12
XFS journals metadata. This means that if you pull the power cord out of your computer, when you turn it on again, XFS will be in a consistent state (i.e. you will see your directories, and be able to list the files they contain). This is an advantage compared to not being able to see anything. However, you will probably have lost the data from files that were open at the time of pulling out the power cord because XFS does not journal data changes. SGI (August 28, 2006). XFS FAQ. XFS is not alone here - some other file systems (such as ReiserFS) also journal metadata changes and not data changes because it's a good strategy when mediating between speed requirements and safety.
作者: Nankai 发布时间: 2006-10-12
不过r4不能进入内核,确实让人比较担心reiserfs的未来。
希望reiserfs的未来会更好。
准备开始在多余的硬盘上试验其他的fs了。
作者: younker 发布时间: 2006-10-12
作者: Kingo 发布时间: 2006-10-12
作者: 小楼东风 发布时间: 2006-10-12
作者: VirusCamp 发布时间: 2006-10-13
作者: VirusCamp
最新消息:
reiser4 进入 2.6.19-rc1-mm1 ,看来又有希望了。 |
作者: vliqi 发布时间: 2006-10-13
作者: yggdrasil 发布时间: 2006-10-13
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
作者: Nankai 发布时间: 2006-10-13
作者: Zer4tul 发布时间: 2006-10-13
Edit after reply
there are still some problem about the Chinese posted through konqueror, does
anyone test the html component in QT4?
作者: younker 发布时间: 2006-10-13
作者: zhllg
举个例子?
我不否认这样的事情的存在 但是一般不能完全归咎于开源 总的来说,这点坏处在开源的好处面前,不值得一提 |
作者: 800 发布时间: 2006-10-13
作者: vliqi
呵呵,是不是纪念Reiser Hans被警方盯上?
|
从2.6.17 的一个mm.
但是进入mm patchset的东西不代表能进入官方kernel.
作者: cjacker 发布时间: 2006-10-13
作者: Zer4tul
有谁当ext4的小白啊?
|
当时最主要的原因是ext4对大文件的支持超过了ext3的极限,如果仍然叫ext3会出现兼容性问题,也就是如果用了新文件系统并且存在大文件,老的ext3并不能支持,所以,就叫ext4了。
这是IBM一位华裔女性开发者讲的.
作者: cjacker 发布时间: 2006-10-13
作者: midx 发布时间: 2006-10-13
作者: 800
既然不否认,又何需我举例?
|
作者: zhllg 发布时间: 2006-10-13
作者: younker 发布时间: 2006-10-13
作者: midx
甚至有传言称reiserfs是Hans叫*手写的……
|
作者: 小锁 发布时间: 2006-10-13
作者: 小锁
哈哈,哪里有这样的*手?我也找一个为我扬名立万!
|
最近网上关于这个的内容很多,可以参考
http://kerneltrap.org/node/7211
http://www.linux.com/article.pl?sid=06/10/12/0355223
http://www.linux.com/article.pl?sid=06/10/12/2120204
作者: younker 发布时间: 2006-10-13
作者: 小锁 发布时间: 2006-10-13
作者: Zer4tul 发布时间: 2006-10-13
大家小心。
作者: gzxiaobai 发布时间: 2006-10-14
作者: zhllg
谁的reiserfs 3.6出过bug么?向lkml或者namesys报告过么?
只有reiser一个人懂reiserfs么? 开源的好处就在于,哪怕原来的人不干了,后来者还可以接着干 |
同意楼上的!
作者: yhz670 发布时间: 2006-10-14
每次不小心断电都要-rebuild-fs
每次
lost+found里面都能出来一两万文件
每次系统文件都要莫名奇妙少一些
作者: FunBOY 发布时间: 2006-10-15
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28