[bootlin/training-materials updates] master: labs/sysdev-block-filesystems-*: explicit the parted/cfdisk command (54a5bf80)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Mar 9 09:34:49 CET 2023


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

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

commit 54a5bf803c833fb2e057282274a40cb0a463caab
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Mar 9 09:34:49 2023 +0100

    labs/sysdev-block-filesystems-*: explicit the parted/cfdisk command
    
    Had participants using only "parted", which caused them
    to add partitions to the hard disk of their PC. That's risky.
    Let's be safer by making the command explicit.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

54a5bf803c833fb2e057282274a40cb0a463caab
 labs/sysdev-block-filesystems-bbb/sysdev-block-filesystems-bbb.tex     | 2 +-
 labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-block-filesystems-bbb/sysdev-block-filesystems-bbb.tex b/labs/sysdev-block-filesystems-bbb/sysdev-block-filesystems-bbb.tex
index f883739d..b509fd59 100644
--- a/labs/sysdev-block-filesystems-bbb/sysdev-block-filesystems-bbb.tex
+++ b/labs/sysdev-block-filesystems-bbb/sysdev-block-filesystems-bbb.tex
@@ -43,7 +43,7 @@ unmount them:
 
 \bashcmd{$ sudo umount /dev/mmcblk0p*}
 
-Using \code{cfdisk}, add two partitions, starting from the beginning
+Using \code{cfdisk /dev/mmcblk0}, add two partitions, starting from the beginning
 of the remaining space, with the following properties:
 
 \begin{itemize}
diff --git a/labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex b/labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex
index a5c64117..1bfc6e44 100644
--- a/labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex
+++ b/labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex
@@ -43,7 +43,7 @@ unmount them:
 
 \bashcmd{$ sudo umount /dev/mmcblk0p*}
 
-Using \code{parted}, add two partitions, starting from the beginning
+Using \code{parted /dev/mmcblk0}, add two partitions, starting from the beginning
 of the remaining space, with the following properties:
 \begin{itemize}
 




More information about the training-materials-updates mailing list