Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:techref:filesystems [2023/05/05 08:43] – [ext2] adds comment about ext3/4 journaling joshenders | docs:techref:filesystems [2024/03/09 03:22] (current) – [Filesystems] add link to intro palebloodsky | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Filesystems ====== | ====== Filesystems ====== | ||
| - | This article is about file systems | + | This article is about file systems |
| - | For general external support for installing file systems on other devices, including partitioning and mounting see [[docs: | + | |
| - | Please read about the -> [[flash.layout]] as well. Also, note that there are two types of flash memory: [[wp> | + | For installing additional file systems, including partitioning and mounting, see this page for [[docs: |
| + | |||
| + | Please read about the [[flash.layout]] as well. Also, note that there are two types of flash memory: [[wp> | ||
| ===== Common File System ===== | ===== Common File System ===== | ||
| Line 19: | Line 20: | ||
| ==== tmpfs ==== | ==== tmpfs ==== | ||
| - | * [[wp> | + | [[wp> |
| * [[https:// | * [[https:// | ||
| - | | + | |
| - | * (+) no wear leveling | + | |
| + | * (-) no wear leveling | ||
| * (-) volatile (doesn' | * (-) volatile (doesn' | ||
| Line 45: | Line 48: | ||
| * (+) is compressed, so a program (which is preinstalled) takes much less space, so effectively you have more space | * (+) is compressed, so a program (which is preinstalled) takes much less space, so effectively you have more space | ||
| - | It was replaced with UBIFS. | + | For NAND-flash targets, it was replaced with UBIFS. |
| ==== UBIFS ==== | ==== UBIFS ==== | ||