开源鸿蒙 File Systems

  • 2022-08-09
  • 浏览 (653)

File Systems

A file system (often abbreviated to FS) provides an input and output manner for an OS. It implements the interaction with internal and external storage devices.

The file system provides standard POSIX operation APIs for the upper-layer system through the C library. For details, see the API reference of the C library. The Virtual File System (VFS) layer in kernel mode shields the differences between file systems. The basic architecture is as follows:

Figure 1 Overall file system architecture

你可能感兴趣的文章

开源鸿蒙 Kernel

开源鸿蒙 Time Management

开源鸿蒙 Appendix

开源鸿蒙 Kernel Coding Specification

开源鸿蒙 Doubly Linked List

开源鸿蒙 Basic Data Structure

开源鸿蒙 CMSIS Support

开源鸿蒙 POSIX Support

开源鸿蒙 Standard Libraries

开源鸿蒙 Interrupt Management

0  赞