github / libprojfs

Linux projected filesystem library
GNU Lesser General Public License v2.1
92 stars 14 forks source link

check lower fs for xattr and sparse file support #43

Closed kivikakk closed 5 years ago

kivikakk commented 5 years ago

Lacking xattr support is a hard fail; lacking sparse file support is OK, but worth a warning.

Fixes #42.