17

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

0xF2
  • 3,155
Jorge Castro
  • 73,717

1 Answers1

22

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
  • 73,717
Panther
  • 104,528