jkt 05/12/19 12:09:33 Modified: xml/htdocs/doc/en vserver-howto.xml Log: #114193, "reiserfs: mention of attrs option for /vserver mount"
Revision Changes Path 1.4 +23 -3 xml/htdocs/doc/en/vserver-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/vserver-howto.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/vserver-howto.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/vserver-howto.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo Index: vserver-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/vserver-howto.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- vserver-howto.xml 6 Oct 2005 16:42:48 -0000 1.3 +++ vserver-howto.xml 19 Dec 2005 12:09:33 -0000 1.4 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vserver-howto.xml,v 1.3 2005/10/06 16:42:48 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vserver-howto.xml,v 1.4 2005/12/19 12:09:33 jkt Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/vserver-howto.xml"> @@ -21,8 +21,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.1</version> -<date>2005-10-06</date> +<version>1.2</version> +<date>2005-12-19</date> <chapter> <title>Introduction</title> @@ -113,6 +113,26 @@ [ ] Compile Debugging Code </pre> +<note> +If you are using reiserfs as your filesystem, you will need to enable extended +attributes for reiserfs in your kernel config. +</note> + +<pre caption="Configure reiserfs options"> +File systems ---> + <*> Reiserfs support + [*] ReiserFS extended attributes +</pre> + +<p> +Additionally, you will need to specify the <c>attrs</c> option in +<path>/etc/fstab</path> for your vserver partition: +</p> + +<pre caption="Example fstab with extended attributes"> +/dev/hdb /vserver reiserfs noatime,attrs 0 0 +</pre> + <p> After you've built and installed the kernel, update your boot loader and finally reboot to see if the kernel boots correctly. -- [email protected] mailing list
