[bootlin/training-materials updates] master: Embedded Linux: replace /dev/hdx devices (d593cea3)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Dec 8 09:48:16 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/d593cea3fa6ab3b9425291205d8ffa8c70b18f40

>---------------------------------------------------------------

commit d593cea3fa6ab3b9425291205d8ffa8c70b18f40
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Dec 8 08:11:55 2021 +0100

    Embedded Linux: replace /dev/hdx devices
    
    Long gone now
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

d593cea3fa6ab3b9425291205d8ffa8c70b18f40
 slides/sysdev-block-filesystems/sysdev-block-filesystems.tex | 2 +-
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
index 89a8f88b..602b6255 100644
--- a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -287,7 +287,7 @@ major minor #blocks name
   \item To create an empty ext2/ext4 filesystem on a block device or
     inside an already-existing image file
     \begin{itemize}
-    \item \code{mkfs.ext2 /dev/hda3}
+    \item \code{mkfs.ext2 /dev/sdb1}
     \item \code{mkfs.ext4 /dev/sda3}
     \item \code{mkfs.ext2 disk.img}
     \end{itemize}
diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index a547cba4..6d70ba54 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -151,8 +151,8 @@
     \end{itemize}
   \item Each partition becomes a separate MTD device
     \begin{itemize}
-    \item Different from block device labeling (\code{hda3},
-      \code{sda2})
+    \item Different from block device labeling (\code{sda3},
+      \code{mmcblk0p2})
     \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




More information about the training-materials-updates mailing list