- 論壇徽章:
- 0
|
Linux系統(tǒng)可以支持十多種文件系統(tǒng)類型:ext、ext2、ext3、ISO9660、XFS、Minx、MSDSOS、VFAT、NTFS、SMB、SysV、PROC、JFS、ReiserFS等。
其中:ext3、ReiserFS、XFS、JFS均為提供日志功能的日志文件系統(tǒng)。
Linux filesystem types
: a short description of a few of the available filesystems
Journaled file system(JFS)
:maintains a log, or journal, of what activity has taken place in the main data areas of the disk
ReiserFS
:has fast journaling, which means that you don't spend your life waiting for fsck every time your laptop battery dies, or the UPS for your mission critical server gets its batteries disconnected accidentally by the UPS company's service crew, or your kernel was not as ready for prime time as you hoped, or the silly thing decides you mounted it too many times today.
XFS
: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.
本文來自ChinaUnix博客,如果查看原文請點:http://blog.chinaunix.net/u/15074/showart_82295.html |
|