Skip to content

Commit

Permalink
Block filesystems: improve explanation
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker committed Oct 15, 2021
1 parent 4993185 commit 7a2386e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
Expand Up @@ -93,8 +93,9 @@ \subsection{Block devices}
Transfers the complete contents of \code{testfile} to
\code{/dev/sda2}, by blocks of 1 MB, but starting at offset 4 MB
in \code{/dev/sda2}
\item {\bf Typical mistake}: copying a file to a filesystem without
mounting it first:\\
\item {\bf Typical mistake}: copying a file (which is not a
filesystem image) to a filesystem without
mounting it first:\\
\code{dd if=zImage of=/dev/sde1}\\
Instead, you should use:\\
\code{sudo mount /dev/sde1 /boot}\\
Expand Down

0 comments on commit 7a2386e

Please sign in to comment.