Skip to content

Commit

Permalink
Flash filesystems: minor improvements
Browse files Browse the repository at this point in the history
- Fix typo
- Clarify when we are talking about raw flash devices
  (as opposed to flash based block storage)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker authored and tpetazzoni committed Oct 29, 2021
1 parent a2fb03e commit c08e95b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
Expand Up @@ -3,10 +3,10 @@ \section{Block filesystems}
\subsection{Block devices}

\begin{frame}
\frametitle{Block vs. flash}
\frametitle{Block vs. raw flash}
\begin{itemize}
\item Storage devices are classified in two main types: {\bf block
devices} and {\bf flash devices}
devices} and {\bf raw flash devices}
\begin{itemize}
\item They are handled by different subsystems and different
filesystems
Expand Down Expand Up @@ -180,7 +180,7 @@ \subsection{Available block filesystems}
\end{frame}

\begin{frame}
\frametitle{F2FS: filesystem for flash-based storage}
\frametitle{F2FS: filesystem for flash-based block storage}
\url{https://en.wikipedia.org/wiki/F2FS}
\begin{itemize}
\item Filesystem that takes into account the characteristics of
Expand Down
Expand Up @@ -156,7 +156,7 @@ \section{Flash storage and filesystems}
\item \code{/dev/mtd1} is the second enumerated partition on the
system (either from a single flash chip or from a different one).
\item Note that the master MTD device (the device those partitions
belongs to) is not exposed in \code{/dev}
belong to) is not exposed in \code{/dev}
\end{itemize}
\end{itemize}
\end{frame}
Expand Down

0 comments on commit c08e95b

Please sign in to comment.