摘要
从Linux的内核文件管理机制——虚拟文件系统(VFS)出发,对Linux系统如何支持多种不同的物理文件系统进行了研究,并详细分析了整个过程中采用的数据结构,剖析了Linux文件系统中一个物理文件系统的注册与注销、安装和卸载过程,以及通过VFS访问Ext2物理文件系统的内核工作机制。
In this paper, starts with kernel file managing work in mechanism of Linux-virtual file system, how does the Linux file system support various different physical file system are studied, and it gives several deeply analysis of chief data structure of VFS. It studies the processes of a physical file system registering, unregistering, installing and uninstalling in Linux file system and the kernel work mechanism of visit Ext2 physical file system through VFS.
出处
《计算机与现代化》
2007年第12期14-17,21,共5页
Computer and Modernization
基金
国家自然科学基金资助项目(60363002)
教育部科技重点资助项目(206078)
关键词
VFS虚拟文件系统
超级块
安装与注册
访问
virtual file system (VFS)
super block
installing and registering
access