• Home
Name Date Size #Lines LOC

..--

README.mdD22-Mar-2025450 1912

local.configD22-Mar-2025334 1311

mount.fuse.passthroughD22-Mar-2025524 189

README.md

1To test FUSE with xfstests¹:
2
31.  copy the `mount.fuse.passthrough` file into
4  `/sbin` and edit the `PASSTHROUGH_PATH`, `SCRATCH_SOURCE` and `TEST_SOURCE` variables as needed.
5
62.  Make sure that the `SCRATCH_SOURCE` and `TEST_SOURCE` directories
7exist.
8
93. Copy `local.config` into your xfstests directory
10
11Tests can then be run with e.g.:
12
13```sh
14# make
15# sudo ./check -fuse -b
16```
17
18¹https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/about/
19