Skip to content

Commit

Permalink
labs/sysdev-block-filesystems*: stop unmounting partitions that are n…
Browse files Browse the repository at this point in the history
…ot modified

Signed-off-by: Michael Opdenacker <[email protected]>
  • Loading branch information
Michael Opdenacker committed Sep 11, 2023
1 parent e235c31 commit d10c793
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ \section{Filesystem support in the kernel}
\section{Add partitions to the SD card}
Plug the SD card in your workstation. If partitions are mounted,
unmount them:
\bashcmd{$ sudo umount /dev/mmcblk0p*}
Plug the SD card in your workstation.
Using \code{cfdisk /dev/mmcblk0}, add two partitions, starting from the beginning
of the remaining space, with the following properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ \section{Filesystem support in the kernel}
\section{Add partitions to the SD card}
Plug the SD card in your workstation. If partitions are mounted,
unmount them:
\bashcmd{$ sudo umount /dev/mmcblk0p*}
Plug the SD card in your workstation.
Using \code{fdisk /dev/mmcblk0}, add two partitions, starting from the beginning
of the remaining space, with the following properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ \section{Filesystem support in the kernel}
\section{Add partitions to the SD card}
Plug the SD card in your workstation. If partitions are mounted,
unmount them:
\bashcmd{$ sudo umount /dev/mmcblk0p*}
Plug the SD card in your workstation.
Using \code{parted /dev/mmcblk0}, add two partitions, starting from the beginning
of the remaining space, with the following properties:
Expand Down
6 changes: 4 additions & 2 deletions slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,9 @@ \subsection{Using block filesystems}
\begin{itemize}
\item Creating further partitions on your SD card
\item Booting a system with a mix of filesystems: {\em SquashFS} for
the root filesystem, {\em ext4} for configuration and user data, and {\em
tmpfs} for temporary system files.
the root filesystem, {\em ext4} for data, and {\em
tmpfs} for temporary system files.
\item Loading everything from the SD card, including
the kernel and device tree.
\end{itemize}
}

0 comments on commit d10c793

Please sign in to comment.