[bootlin/training-materials updates] master: Block filesystems: now used by all modern operating systems (422bddcd)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Jan 31 16:31:07 CET 2022


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

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

commit 422bddcdba657e4ea6e98538425b8fa529305914
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Jan 31 15:34:09 2022 +0100

    Block filesystems: now used by all modern operating systems
    
    Source: https://en.wikipedia.org/wiki/GUID_Partition_Table
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

422bddcdba657e4ea6e98538425b8fa529305914
 slides/sysdev-block-filesystems/sysdev-block-filesystems.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
index 012f4a4f..8eb01872 100644
--- a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -63,8 +63,8 @@ major minor #blocks name
   \item Two partition table formats:
     \begin{itemize}
     \item {\em MBR}, the legacy format
-    \item {\em GPT}, the new format, not used everywhere yet, supporting
-      disks bigger than 2 TB.
+    \item {\em GPT}, the new format, now used by all modern operating
+          systems, supporting disks bigger than 2 TB.
     \end{itemize}
   \item Numerous tools to create and modify the partitions on a block
     device: \code{fdisk}, \code{cfdisk}, \code{sfdisk}, \code{parted},




More information about the training-materials-updates mailing list