$ sudo apt-get install exfatprogs f2fs-tools ocfs2-tools udftools xfsdump \
xfslibs-dev
- For OverlayFS install:
- - see https://github.com/hisilicon/overlayfs-progs
-
Fedora
------
$ sudo yum install btrfs-progs exfatprogs f2fs-tools ocfs2-tools xfsdump \
xfsprogs-devel
- For OverlayFS build and install:
- - see https://github.com/hisilicon/overlayfs-progs
-
RHEL or CentOS
--------------
For ocfs2 build and install:
- see https://github.com/markfasheh/ocfs2-tools
- For OverlayFS build and install:
- - see https://github.com/hisilicon/overlayfs-progs
-
SUSE Linux Enterprise or openSUSE
---------------------------------
For XFS install:
$ sudo zypper install xfsdump xfsprogs-devel
- For OverlayFS build and install:
- - see https://github.com/hisilicon/overlayfs-progs
-
Build and install test, libs and utils
--------------------------------------
-
To run xfstest on overlayfs, configure the variables of TEST and SCRATCH
partitions to be used as the "base fs" and run './check -overlay'.
Run './check -overlay -g overlay/union' to execute all the unionmount testsuite
test cases.
+
+
+Overlayfs Tools
+===============
+
+A few tests require additional tools. For fsck.overlay [optional],
+build and install:
+ https://github.com/kmxz/overlayfs-tools