Name | Date | Size | ||
---|---|---|---|---|
.. | 25-Oct-2024 | 4 KiB | ||
local.config | H A D | 25-Oct-2024 | 334 | |
mount.fuse.passthrough | H A D | 25-Oct-2024 | 524 | |
README.md | H A D | 25-Oct-2024 | 450 |
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