[问题]"XFS"和"Reiserfs"是什么意思?....
刚用Linux没几天...不知"XFS"和"Reiserfs"是什么意思?.... XFS好象是和字体有关的一个服务另一个就不是特别清楚了 "XFS"和"Reiserfs",还有ext3都是Linux支持的日志文件系统!
XFS:是SGI公司开发(开源)的日志文件系统,原用于SGI的Unix上的FS。 XFS: A high-performance journaling filesystem
XFS combines advanced journaling technology with full 64-bit addressing and scalable structures and algorithms. This combination delivers the most scalable and high-performance filesystem in the world.详见SGI http://oss.sgi.com/projects/xfs/
Reiserfs是另一种日志文件系统,它的优异性能体现在对小文件的处理上,速度非常快!
http://www.namesys.com/ 谢谢"felix";明白了1 不知道是否有XFS、Reiserfs、ext3的性能测试,
年代太过久远的评测就不具参考价值了。 以前我找到一个,2004年5月的,在测试中表明ext3的性能很垃圾(垃圾的程度超乎我的想象) 一般的评价是reiserfs>XFS,因为reiserfs更成熟,对小文件的处理能力较强。EXT3最不好,说得好像EXT3是测试版一样。
我用的是XFS,不觉得不稳定,也没有发现明显的BUG,但也没发现比reiserfs,EXT3强在哪里。
除非比较权威和客观的测试,否则一般用户很难直接察觉到三者的区别。 至少喜欢reiserfs的直接拨电,硬盘不坏的功能 :mrgreen: 据说这功能是夸大其词的 xfs主要用在工作组和企业级服务器上,reiserfs稳定性远不及xfs及jfs,主要用于linux的个人计算机上。
另外,这可不是什么“夸大其词”。 当年有个帖子说可以直接拔电,被BS的很惨。。。。。
这东西靠试 也试不出来,呵呵 呵呵,你对硬件方面还是不是十分熟悉啊。
IDE硬盘是允许热插拔的,只不过不能被一般系统所识别而已,而这种文件系统可以保证系统像识别sata或scsi一样即插即用而已,并不是别的什么 xfs主要用在工作组和企业级服务器上,reiserfs稳定性远不及xfs及jfs,主要用于linux的个人计算机上。
我的印象和你不大一样(from Gentoo handbook):
XFS is a filesystem with metadata journaling which comes with a robust feature-set and is optimized for scalability. We only recommend using this filesystem on Linux systems with high-end SCSI and/or fibre channel storage and an uninterruptible power supply. Because XFS aggressively caches in-transit data in RAM, improperly designed programs (those that don't take proper precautions when writing files to disk and there are quite a few of them) can lose a good deal of data if the system goes down unexpectedly.
不过可以肯定,XFS处理大文件(试过编辑影像档就知道了)效率较高。 high-end SCSI and/or fibre channel storage and an uninterruptible power supply
明证啊,高端机组没有不配备ups的。 an uninterruptible power supply
还要这个?reiserfs可不需要,间接说明了xfs并不如reiserfs稳定。
页:
[1]
2