From bfe393a62f8fc19c5446b1199a4549a9226b32ae Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Wed, 11 Jul 2007 22:25:27 -0400 Subject: [PATCH] documentation: update with new file systems unionfs tested with --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README b/README index c32edc3..75409e6 100644 --- a/README +++ b/README @@ -72,6 +72,8 @@ FS3=nfs4 # NFSv4 For NFS tests, run-tests will format a loop device based file system with ext2, and export it to localhost. +Note: unionfs doesn't yet work with nfs4 + ############################################################################## JFFS2 Tests ----------- @@ -81,5 +83,20 @@ pre-built small jffs2 blank image, and mount it over the loop device in question. To get jffs2 to work, your kernel needs not just the JFFS2 file system, but also MTD device support. +############################################################################## +Memory-Based File System Tests +------------------------------ + +Tested with ramfs and tmpfs. + +############################################################################## +Compressed File System Tests +---------------------------- + +Tested cramfs. + +The cramfs configuration by default, uses tmpfs as the leftmost branch, +because this is a common user configuration scenario. + ############################################################################## For more information, see -- 2.43.0