16

I want to experiment with Ceph, and it needs extended attributes enabled. How do I mount my filesystem with this support?

0xF2
  • 3,154
Jorge Castro
  • 71,754

1 Answers1

20

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 :

Jorge Castro
  • 71,754
Panther
  • 102,067