summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2019-01-31 16:12:55 +0106
committerJohn Ogness <john.ogness@linutronix.de>2019-01-31 16:12:55 +0106
commit692977103ba142d71c3087f953ae7b89dd283a36 (patch)
treea4910bf368228b03df63acaf1ee6c4f176629076
parent47bdb292724c50decd90471615b2d65c1eee7374 (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.tex2
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