This message will disappear after all relevant tasks have been resolved.
Semantic MediaWiki
There are 1 incomplete or pending task to finish installation of Semantic MediaWiki. An administrator or user with sufficient rights can complete it. This should be done before adding new data to avoid inconsistencies.Registered User No edit summary |
Registered User mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{ApplicableFor | |||
|MPUs list=STM32MP13x, STM32MP15x | |||
|MPUs checklist=STM32MP13x,STM32MP15x | |||
}}</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 12: | ||
:- [[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 26: | ||
<noinclude> | <noinclude> | ||
{{ | {{NoIndex}} | ||
{{PublicationRequestId | 10266 | 2019-01-10 | AlainF}} | |||
[[Category:Sub-articles]] | [[Category:Sub-articles]] | ||
</noinclude> | </noinclude> |
Latest revision as of 11:10, 4 April 2022
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