Linux Filesystems

2130阅读 0评论2008-11-26 一路征程一路笑
分类:LINUX

  Linux Filesystems
Filesystem             Description
ext                    Linux Extended filesystem — the original Linux fil
ext2                   Second extended filesystem, provided advanced fe
ext3                   Third extended filesystem, supports journaling
hpfs                   OS/2 high-performance filesystem
jfs                    IBM’s journaling file system
iso9660                ISO 9660 filesystem (CD-ROMs)
minix                  MINIX filesystem
msdos                  Microsoft FAT16
ncp                    Netware filesystem
nfs                    Network File System
ntfs                   Support for Microsoft NT filesystem
proc                   Access to system information
ReiserFS               Advanced Linux file system for better performance
smb                    Samba SMB filesystem for network access
sysv                   Older Unix filesystem
ufs                    BSD filesystem
umsdos                 Unix-like filesystem that resides on top of MSDOS
vfat                   Windows 95 filesystem (FAT32)
XFS                    High-performance 64-bit journaling filesystem

上一篇:Developing a Disaster Recovery Plan
下一篇:关于swap,虚拟内存和page的区别