cmake: Added code coverage support. check only for C (no C++) support. Check attr...
[rrq/fuse_xattrs.git] / README.md
1 ## Abstract
2
3 This filesystem provides xattr support using sidecar files.
4
5 ## Latest version
6
7 The latest version and more information can be found on
8 http://github.com/fbarriga/fuse_xattrs
9
10
11 ## How to mount a filesystem
12
13 Once fuse_xattrs is installed (see next section) running it is very simple:
14
15     fuse_xattrs mountpoint
16
17 To unmount the filesystem:
18
19     fusermount -u mountpoint
20
21
22 ## Installing
23
24 First you need to download FUSE 2.9 or later from
25 http://github.com/libfuse/libfuse.
26
27     mkdir build
28     cd build
29     cmake ..
30     make
31
32
33 ## Links
34
35 - http://man7.org/linux/man-pages/man2/setxattr.2.html
36 - http://man7.org/linux/man-pages/man2/listxattr.2.html
37 - http://man7.org/linux/man-pages/man2/getxattr.2.html
38 - http://man7.org/linux/man-pages/man3/errno.3.html
39 - https://www.freedesktop.org/wiki/CommonExtendedAttributes/