Jorge Castro Asked: 2012-04-22 18:39:30 +0800 CST2012-04-22 18:39:30 +0800 CST 2012-04-22 18:39:30 +0800 CST How do I enable extended attributes on ext4? 772 I want to experiment with Ceph, and it needs extended attributes enabled. How do I mount my filesystem with this support? ext4 ceph 1 Answers Voted Best Answer Panther 2012-04-22T20:07:28+08:002012-04-22T20:07:28+08:00 To enable extended attributes the user_xattr option in /etc/fstab Example: /dev/sda2 /media/mount_point ext4 auto,users,user_xattr 0 2 You would then re-mount the partition. and the man page : http://manpages.ubuntu.com/manpages/precise/man5/attr.5.html I looked at the kernel configs here and support for xattr is enabled by default , so no need for a custom kernel. Discussion on the Ubuntu Forums
To enable extended attributes the
user_xattr
option in/etc/fstab
Example:
You would then re-mount the partition.
and the man page :
http://manpages.ubuntu.com/manpages/precise/man5/attr.5.html
I looked at the kernel configs here and support for xattr is enabled by default , so no need for a custom kernel.
Discussion on the Ubuntu Forums