Bug 20173 - Mount-Option user_xattr in /etc/fstab
Mount-Option user_xattr in /etc/fstab
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: Samba4
UCS 2.4
Other Linux
: P5 enhancement (vote)
: ---
Assigned To: Arvid Requate
Felix Botner
:
Depends on:
Blocks: 20916
  Show dependency treegraph
 
Reported: 2010-09-29 14:34 CEST by Arvid Requate
Modified: 2023-03-25 06:41 CET (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arvid Requate univentionstaff 2010-09-29 14:34:39 CEST
Laut Samba4-Howto benötigt Samba4 extended attributes, die unter ext3 per Mount-Option aktiviert werden können:

To use the advanced features of Samba4 you need a filesystem that supports both the "user" and "system" xattr namespaces.

If you run Linux with a 2.6 kernel and ext3 this means you need to include the option "user_xattr" in your /etc/fstab. For example:

/dev/hda3 /home ext3 user_xattr 1 1
Comment 1 Arvid Requate univentionstaff 2011-01-19 09:44:23 CET
univention-instaler ist entsprechend angepasst im release-scope ucs_2.4-0-samba4, Paket und DVD sind neu gebaut.
Comment 2 Felix Botner univentionstaff 2011-01-19 10:01:46 CET
OK, mit der aktuellen Install CD wird folgende fstab erstellt

-> more /etc/fstab
...
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
/dev/mapper/vg_ucs-rootfs       /       ext3    user_xattr,acl,errors=remount-ro        0       1
...

und / ist entsprechend mit der Option user_xattr gemountet.

-> mount
/dev/mapper/vg_ucs-rootfs on / type ext3 (rw,user_xattr,acl,errors=remount-ro)