Registered User No edit summary |
Registered User No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ApplicableFor | |||
|MPUs list=STM32MP13x, STM32MP15x, STM32MP25x | |||
|MPUs checklist=STM32MP13x, STM32MP15x, STM32MP25x | |||
}} | |||
<noinclude></noinclude> | |||
'''OpenSTLinux filesystem''' follows the Standard Linux<sup>®</sup> filesystem, represented on the below diagram. | '''OpenSTLinux filesystem''' follows the Standard Linux<sup>®</sup> filesystem, represented on the below diagram. | ||
Line 7: | Line 13: | ||
:- [[Pseudo filesystem]] which manages volatile data linked to the current running session | :- [[Pseudo filesystem]] which manages volatile data linked to the current running session | ||
The Virtual File System<ref>{{CodeSource | Linux kernel | Documentation/filesystems/vfs. | The Virtual File System<ref>{{CodeSource | Linux kernel | Documentation/filesystems/vfs.rst}}</ref> is a Linux core feature which proposes an abstraction layer for the Linux user space. | ||
{{ImageMap|Image: OpenSTLinux filesystem overview.png{{!}} thumb{{!}} 800px {{!}} center {{!}} OpenSTLinux filesystem overview | {{ImageMap|Image: OpenSTLinux filesystem overview.png{{!}} thumb{{!}} 800px {{!}} center {{!}} OpenSTLinux filesystem overview | ||
rect 192 15 950 144 [[File Hierarchy Standard (FHS)]] | rect 192 15 950 144 [[File Hierarchy Standard (FHS)]] | ||
rect 575 214 950 334 [[Pseudo filesystem]] | rect 575 214 950 334 [[Pseudo filesystem]] | ||
Line 21: | Line 27: | ||
<noinclude> | <noinclude> | ||
{{ | {{NoIndex}} | ||
{{PublicationRequestId | 10266 | 2019-01-10 | AlainF}} | |||
[[Category:Sub-articles]] | [[Category:Sub-articles]] | ||
</noinclude> | </noinclude> |
Latest revision as of 08:56, 5 June 2024
OpenSTLinux filesystem follows the Standard Linux® filesystem, represented on the below diagram.
It is based on the File Hierarchy Standard (FHS) at user space level.
Both physical storage devices and volatile memory file systems are supported, by using two paths:
- - Filesystem layers which are associated to a device (with both block and raw interfaces), and which manage persistent data
- - Pseudo filesystem which manages volatile data linked to the current running session
The Virtual File System[1] is a Linux core feature which proposes an abstraction layer for the Linux user space.
1. References[edit | edit source]