FUSE_XATTRS

Section: User Commands (1)
Updated: February 2017
Index Return to Main Contents
 

NAME

FUSE_XATTRS - Filesystem that add xattrs support using sidecar files  

SYNOPSIS

 

mounting

fuse_xattrs source_dir mountpoint
 

unmounting

fusermount -u mountpoint
 

DESCRIPTION

FUSE_XATTRS is a way to add xattrs support to any filesystem. The attributes are stored in sidecar files.

 

EXAMPLES

Add xattrs support to /mnt/nfs/data by mounting it on /mnt/nfs_data_with_xattrs
fuse_xattrs /mnt/nfs/data /mnt/nfs_data_with_xattrs

 

AUTHORS

FUSE_XATTRS has been written by Felipe Barriga Richards <felipe {at} felipebarriga.cl>.


 

Index

NAME
SYNOPSIS
mounting
unmounting
DESCRIPTION
EXAMPLES
AUTHORS

This document was created by