[bootlin/training-materials updates] master: Filesystems: ext2 is great for small partitions (fd44a67e)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Nov 10 12:13:50 CET 2021


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

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

commit fd44a67e6d705ff1c870568762b6b91becccc299
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Nov 10 12:13:50 2021 +0100

    Filesystems: ext2 is great for small partitions
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

fd44a67e6d705ff1c870568762b6b91becccc299
 slides/sysdev-block-filesystems/sysdev-block-filesystems.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
index fad37ea6..5d652b5a 100644
--- a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -222,6 +222,8 @@ major minor #blocks name
            depending on how you use them.
      \item For example, \code{reiserFS} had the reputation
            to be best at handling many small files.
+     \item \code{ext2} is great in small partitions
+	   and on systems with little RAM.
      \item Fortunately, filesystems are easy to benchmark, being
            transparent to applications:
            \begin{itemize}




More information about the training-materials-updates mailing list