Name Date Size

..25-Oct-20244 KiB

local.configH A D25-Oct-2024334

mount.fuse.passthroughH A D25-Oct-2024524

README.mdH A D25-Oct-2024450

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