[bootlin/training-materials updates] master: boot-time slides: details about EROFS and SquashFS (39c8bb0f)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Jun 12 10:01:08 CEST 2023


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

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

commit 39c8bb0f1ba3f35530c48281f66227116127eef3
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Jun 12 10:00:40 2023 +0200

    boot-time slides: details about EROFS and SquashFS
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

39c8bb0f1ba3f35530c48281f66227116127eef3
 slides/boot-time-filesystems/boot-time-filesystems.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/slides/boot-time-filesystems/boot-time-filesystems.tex b/slides/boot-time-filesystems/boot-time-filesystems.tex
index f17b28b3..ff216c02 100644
--- a/slides/boot-time-filesystems/boot-time-filesystems.tex
+++ b/slides/boot-time-filesystems/boot-time-filesystems.tex
@@ -50,10 +50,10 @@ For block storage
 \item btrfs, f2fs: can achieve best read and write performance,
       taking advantage of the characteristics of flash-based block
       devices.
-\item SquashFS: best mount time and read performance, for read-only
-      partitions. Great for root filesystems which can be read-only.
-\item EROFS: new read-only file system for block storage. Worth
-      testing too.
+\item SquashFS: very good mount time and read performance, for read-only
+      partitions. Gives priority to compression rate vs performance.
+\item EROFS: newer read-only file system for block storage. Gives
+      priority to read performance vs compression rate.
 \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list