From: Stelian P. <st...@po...> - 2006-04-22 12:33:22
|
Le jeudi 20 avril 2006 =E0 06:25 -0700, Kenneth Porter a =E9crit : > This error is being reported by a Fedora user here: >=20 > <http://fcp.homelinux.org/modules/newbb/viewtopic.php?topic_id=3D18910&= start=3D10> >=20 > Is this perhaps a kernel deficiency? Perhaps this kernel was built with= out=20 > EA support. This means that the dumped file has some EA (extended attributes, as visible with getfattr(1), not to be confused with ext2 attributes, which are listed by lsattr(1)). Restore is trying to restore the EA, and the syscall fails. There can be multiple reasons for that: * the target filesystem does not support EA * the target filesystem does support EA but it is not mounted with the needed mount options (user_xattr for example) * the kernel does not support EA Stelian. --=20 Stelian Pop <st...@po...> |