GitHunt

Build Status

Abstract

This filesystem provides xattr support using sidecar files.

Latest version

The latest version and more information can be found on
http://github.com/fbarriga/fuse_xattrs

How to mount a filesystem

Once fuse_xattrs is installed (see next section) running it is very simple:

fuse_xattrs source_directory mountpoint

To unmount the filesystem:

fusermount -u mountpoint

Distribution packages

Archlinux (https://aur.archlinux.org/packages/fuse_xattrs/):

yaourt -S fuse_xattrs

Building

First you need to download FUSE 2.9 or later from
http://github.com/libfuse/libfuse.

mkdir build && cd build
cmake ..
make

Code Coverage

mkdir build && cd build
cmake -DENABLE_CODECOVERAGE=1 -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_BUILD_TYPE=Debug ..
make
make fuse_xattrs_coverage

Installing

make install

Languages

C64.3%CMake17.3%Python16.6%Roff1.2%Shell0.6%

Contributors

GNU General Public License v3.0
Created October 23, 2016
Updated October 25, 2025
fbarriga/fuse_xattrs | GitHunt