[Toc][Index]

System Relationships

  
Installable File System (IFS) Mechanism defines the relationships among 
the operating system, the file systems, and the device drivers. The basic 
model of the system is represented in Figure 1-1. 

  +-----------------------------------------------+
  |                                               |
  |          File System Request Router           |
  |                                               |
  +-------------------------------------+         |
                                        |         |
  +--------+    +--------+    +--------+|         |
  |  File  |    |  File  |    |  File  ||         |
  | System |    | System |    | System ||         |
  |        |    |        |    |        ||         |
  | LOCAL  |    |  NET   |    |  NET   ||         |
  |        |    | REDIR1 |    | REDIR2 ||         |
  +--------+    +--------+    +--------+|         |
  +-------------------------------------+         |
  |                                               |
  |      FS Helper Routines/                      |
  |      Device Driver Request Router             |
  |                                               |
  +-------------------------------------+         |
                                        |         |
  +--------+    +--------+    +--------+|         |
  |        |    |        |    |        ||         |
  | Device |    | Device |    | Device ||         |
  | Driver |    | Driver |    | Driver ||         |
  |        |    |        |    |        ||         |
  +--------+    +--------+    +--------+|         |
  +-------------------------------------+         |
  |                                               |
  |       Device Driver Helper Routines           |
  |                                               |
  +-----------------------------------------------+


Figure 1-1. System relationships for Installable File Systems   
The file system request router directs file system function calls to the 
appropriate file system for processing. 
The file systems manage file I/O and control the format of information on 
the storage media. An installable file system (FS) will be referred to as 
a file system driver (FSD). 
The FS Helper Routines provide a variety of services to the file systems. 
The device drivers manage physical I/O with devices. Device drivers do not 
understand the format of information on the media. 

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs