commit | 43708a3afd2eb8070f9c64f960c077be5aca7466 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Thu Sep 26 12:09:05 2019 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Thu Sep 26 15:36:49 2019 +0200 |
tree | 4b0d39f178bab11ce890d3eda66a62a6f586251d | |
parent | 4d856f72c10ecb060868ed10ff1b1453943fc6c8 [diff] |
fuse2 + sample usage: linux/samples/fuse2/loraw -2 -p -t ~/mnt/fuse/ options: -d: debug -s: single threaded -b: FUSE_DEV_IOC_CLONE (v1) -p: use ioctl for device I/O (v2) -m: use "map read" transferring offset into file instead of actual data -1: use regular fuse -2: use experimental fuse2 -t: use shared memory instead of threads Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>