开源鸿蒙 File Systems
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
你可能感兴趣的文章
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦