Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-disk.xml
Date: Thu, 19 Dec 2013 13:33:40
Message-Id: 20131219133334.2D49B2004B@flycatcher.gentoo.org
1 swift 13/12/19 13:33:34
2
3 Modified: hb-install-x86+amd64-disk.xml
4 Log:
5 Fix bug #494742 - Remove example df output as it still confuses users
6
7 Revision Changes Path
8 1.32 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.32&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.32&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.31&r2=1.32
13
14 Index: hb-install-x86+amd64-disk.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
17 retrieving revision 1.31
18 retrieving revision 1.32
19 diff -u -r1.31 -r1.32
20 --- hb-install-x86+amd64-disk.xml 18 Dec 2013 15:01:59 -0000 1.31
21 +++ hb-install-x86+amd64-disk.xml 19 Dec 2013 13:33:33 -0000 1.32
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.31 2013/12/18 15:01:59 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.32 2013/12/19 13:33:33 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,7 +13,7 @@
32 This chapter describes how to partition a disk for future usage.
33 </abstract>
34
35 -<version>23</version>
36 +<version>24</version>
37 <date>2013-12-18</date>
38
39 <section>
40 @@ -243,35 +243,6 @@
41 labels.
42 </p>
43
44 -<p>
45 -As an example partitioning, we show you one for a 20GB disk, used as a
46 -demonstration laptop (containing webserver, mailserver, gnome, ...):
47 -</p>
48 -
49 -<pre caption="Filesystem usage example">
50 -$ <i>df -h</i>
51 -Filesystem Type Size Used Avail Use% Mounted on
52 -/dev/sda5 ext4 509M 132M 351M 28% /
53 -/dev/sda2 ext4 5.0G 3.0G 1.8G 63% /home
54 -/dev/sda7 ext4 7.9G 6.2G 1.3G 83% /usr
55 -/dev/sda8 ext4 1011M 483M 477M 51% /opt
56 -/dev/sda9 ext4 2.0G 607M 1.3G 32% /var
57 -/dev/sda1 ext2 51M 17M 31M 36% /boot
58 -/dev/sda6 swap 1516M 12M 1.4G 1% &lt;not mounted&gt;
59 -<comment>(Unpartitioned space for future usage: 1 GB)</comment>
60 -</pre>
61 -
62 -<p>
63 -<path>/usr</path> is rather full (83% used) here, but once
64 -all software is installed, <path>/usr</path> doesn't tend to grow that much.
65 -Although allocating a few gigabytes of disk space for <path>/var</path> may
66 -seem excessive, remember that Portage uses this partition by default for
67 -compiling packages. If you want to keep <path>/var</path> at a more reasonable
68 -size, such as 1GB, you will need to alter your <c>PORTAGE_TMPDIR</c> variable
69 -in <path>/etc/portage/make.conf</path> to point to the partition with enough
70 -free space for compiling extremely large packages such as LibreOffice.
71 -</p>
72 -
73 </body>
74 </subsection>
75 <subsection>