diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-01-31 16:12:55 +0106 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-01-31 16:12:55 +0106 |
| commit | 692977103ba142d71c3087f953ae7b89dd283a36 (patch) | |
| tree | a4910bf368228b03df63acaf1ee6c4f176629076 | |
| parent | 47bdb292724c50decd90471615b2d65c1eee7374 (diff) | |
filesystems: change recommendations for sd-cards
ext2 is recommended for flash-based block devices? Why?!
I have changed it to F2FS and EXT4.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
| -rw-r--r-- | linux-basics/filesystems/pres_filesystems_en.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-basics/filesystems/pres_filesystems_en.tex b/linux-basics/filesystems/pres_filesystems_en.tex index d2c3b9e..84e4212 100644 --- a/linux-basics/filesystems/pres_filesystems_en.tex +++ b/linux-basics/filesystems/pres_filesystems_en.tex @@ -152,7 +152,7 @@ might be an alternative for flash devices \begin{frame} \frametitle{Recommendations} \begin{itemize} -\item ''Flash-based block devices'': EXT2 +\item ''Flash-based block devices'': F2FS (EXT4 if good hardware) \item Block devices: EXT3, EXT4 \item Block devices which are used in server machines (on which huge amounts of data are stored): XFS |
