Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 22-Mar-2025 | 450 | 19 | 12 | |
local.config | D | 22-Mar-2025 | 334 | 13 | 11 | |
mount.fuse.passthrough | D | 22-Mar-2025 | 524 | 18 | 9 |
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