UNIX中对多种文件系统类型的支持

Technique for Supporting Serveral Types of File System Under UNIX

  • 摘要: 介绍了UNIX下通过虚拟文件系统接口实现多文件系统类型支持的技术,分析了AIX操作系统中虚拟文件系统接口的实现。在此基础上对支持用户实现自己的文件系统存在的问题与困难进行了分析与研究,提出了一种较方便实现新的文件系统的方法。该方法利用了已有文件系统的现成代码,大大减少了开发工作的难度与工作量。

     

    Abstract: Many existing types of FS developed to address different application cases demand the OS to support concurrent accessing to different type of FS instance.This paper discribes the technique for supporting serveral of types file system under UNIX operating system-the vnode/vfs interface,and analyzes its implementation in AIX 4.1.1.There are some problems and difficulties for vender to implement his own file system with new functions.In this paper,an easy method is presented to reslove these problems by using existing file system code to simplify the implemetnation of new FS.

     

/

返回文章
返回