Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 114193

Summary: Gentoo Linux-VServer Howto - reiserfs: mention of attrs option for /vserver mount
Product: [OLD] Docs-user Reporter: Christian Affolter <c.affolter>
Component: OtherAssignee: Jan Kundrát (RETIRED) <jkt>
Status: RESOLVED FIXED    
Severity: normal CC: docs-team, nightmorph
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://list.linux-vserver.org/archive/vserver/msg11313.html
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: vserver patch with the requested additions

Description Christian Affolter 2005-12-01 13:59:03 UTC
The use of reiserfs on the /vserver partition requires the 'attrs' option to be
present in the fstab.

Example fstab entry:
/dev/hdb /vserver reiserfs noatime,attrs 0 0

Furthermore the kernel configuration option CONFIG_REISERFS_FS_XATTR has to be
enabled:
File systems  --->
  <*> Reiserfs support
  [*]   ReiserFS extended attributes

Is it possible to expand the Howto with these informations?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 nm (RETIRED) gentoo-dev 2005-12-18 17:26:08 UTC
Created attachment 75051 [details, diff]
vserver patch with the requested additions

As requested, here is a patch with the requested additions. Short and simple. :)
Comment 2 Jan Kundrát (RETIRED) gentoo-dev 2005-12-19 04:09:56 UTC
In CVS, thanks for reporting and thanks for the patch :-).