* [gentoo-doc-cvs] cvs commit: hb-install-hppa-disk.xml
@ 2005-08-08 14:05 swift
0 siblings, 0 replies; 5+ messages in thread
From: swift @ 2005-08-08 14:05 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/08/08 14:05:09
Removed: xml/htdocs/doc/en/handbook/draft/2005.1
hb-install-hppa-disk.xml
Log:
Removing hb-install-hppa-disk.xml from this location
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-hppa-disk.xml
@ 2005-11-06 9:30 Xavier Neys
0 siblings, 0 replies; 5+ messages in thread
From: Xavier Neys @ 2005-11-06 9:30 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/11/06 09:30:31
Modified: xml/htdocs/doc/en/handbook hb-install-hppa-disk.xml
Log:
Improved coding style (tx grahl). *No Content Change*
Revision Changes Path
1.18 +31 -31 xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.18&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.18&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml.diff?r1=1.17&r2=1.18&cvsroot=gentoo
Index: hb-install-hppa-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- hb-install-hppa-disk.xml 2 Aug 2005 08:03:53 -0000 1.17
+++ hb-install-hppa-disk.xml 6 Nov 2005 09:30:31 -0000 1.18
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.17 2005/08/02 08:03:53 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.18 2005/11/06 09:30:31 neysx Exp $ -->
<sections>
@@ -18,11 +18,11 @@
<body>
<p>
-We'll take a good look at disk-oriented aspects of Gentoo Linux
-and Linux in general, including Linux filesystems, partitions and block devices.
-Then, once you're familiar with the ins and outs of disks and filesystems,
-you'll be guided through the process of setting up partitions and filesystems
-for your Gentoo Linux installation.
+We'll take a good look at disk-oriented aspects of Gentoo Linux and Linux in
+general, including Linux filesystems, partitions and block devices. Then, once
+you're familiar with the ins and outs of disks and filesystems, you'll be
+guided through the process of setting up partitions and filesystems for your
+Gentoo Linux installation.
</p>
<p>
@@ -33,9 +33,9 @@
<p>
The block devices above represent an abstract interface to the disk. User
-programs can use these block devices to interact with your disk without worrying
-about whether your drives are IDE, SCSI or something else. The program can
-simply address the storage on the disk as a bunch of contiguous,
+programs can use these block devices to interact with your disk without
+worrying about whether your drives are IDE, SCSI or something else. The program
+can simply address the storage on the disk as a bunch of contiguous,
randomly-accessible 512-byte blocks.
</p>
@@ -48,8 +48,8 @@
<p>
Although it is theoretically possible to use a full disk to house your Linux
system, this is almost never done in practice. Instead, full disk block devices
-are split up in smaller, more manageable block devices. On most systems,
-these are called <e>partitions</e>. Other architectures use a similar technique,
+are split up in smaller, more manageable block devices. On most systems, these
+are called <e>partitions</e>. Other architectures use a similar technique,
called <e>slices</e>.
</p>
@@ -66,15 +66,14 @@
The number of partitions is highly dependent on your environment. For instance,
if you have lots of users, you will most likely want to have your
<path>/home</path> separate as it increases security and makes backups easier.
-If you are installing Gentoo to perform as a mailserver, your
-<path>/var</path> should be separate as all mails are stored inside
-<path>/var</path>. A good choice of filesystem will then maximise your
-performance. Gameservers will have a separate <path>/opt</path> as most gaming
-servers are installed there. The reason is similar for <path>/home</path>:
-security and backups. You will definitely want to keep <path>/usr</path> big:
-not only will it contain the majority of applications, the Portage tree alone
-takes around 500 Mbyte excluding the various sources that are stored in it.
-
+If you are installing Gentoo to perform as a mailserver, your <path>/var</path>
+should be separate as all mails are stored inside <path>/var</path>. A good
+choice of filesystem will then maximise your performance. Gameservers will have
+a separate <path>/opt</path> as most gaming servers are installed there. The
+reason is similar for <path>/home</path>: security and backups. You will
+definitely want to keep <path>/usr</path> big: not only will it contain the
+majority of applications, the Portage tree alone takes around 500 Mbyte
+excluding the various sources that are stored in it.
</p>
<p>
@@ -102,10 +101,10 @@
</ul>
<p>
-However, multiple partitions have one big disadvantage: if not configured
-properly, you might result in having a system with lots
-of free space on one partition and none on another. There is also a 15-partition
-limit for SCSI and SATA.
+However, multiple partitions have one big disadvantage: if not configured
+properly, you might result in having a system with lots of free space on one
+partition and none on another. There is also a 15-partition limit for SCSI and
+SATA.
</p>
</body>
@@ -197,8 +196,8 @@
<body>
<p>
-Several filesystems are available. Ext2, ext3, XFS and reiserfs are found stable on
-the HPPA architecture. The others are very experimental.
+Several filesystems are available. Ext2, ext3, XFS and reiserfs are found
+stable on the HPPA architecture. The others are very experimental.
</p>
<p>
@@ -348,14 +347,15 @@
</pre>
<note>
-If you want your <path>/tmp</path> to reside on a separate partition, be sure to
-change its permissions after mounting: <c>chmod 1777 /mnt/gentoo/tmp</c>. This
-also holds for <path>/var/tmp</path>.
+If you want your <path>/tmp</path> to reside on a separate partition, be sure
+to change its permissions after mounting: <c>chmod 1777 /mnt/gentoo/tmp</c>.
+This also holds for <path>/var/tmp</path>.
</note>
<p>
-We will also have to mount the proc filesystem (a virtual interface with the
-kernel) on <path>/proc</path>. But first we will need to place our files on the partitions.
+We will also have to mount the proc filesystem (a virtual interface with the
+kernel) on <path>/proc</path>. But first we will need to place our files on the
+partitions.
</p>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-hppa-disk.xml
@ 2007-03-31 5:52 Josh Saddler
0 siblings, 0 replies; 5+ messages in thread
From: Josh Saddler @ 2007-03-31 5:52 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/03/31 05:52:07
Modified: hb-install-hppa-disk.xml
Log:
cosmetic fixes, no content change
Revision Changes Path
1.2 xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml?r1=1.1&r2=1.2
Index: hb-install-hppa-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-hppa-disk.xml 19 Mar 2007 20:37:28 -0000 1.1
+++ hb-install-hppa-disk.xml 31 Mar 2007 05:52:07 -0000 1.2
@@ -4,11 +4,11 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml,v 1.1 2007/03/19 20:37:28 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml,v 1.2 2007/03/31 05:52:07 nightmorph Exp $ -->
<sections>
-<version>7.1</version>
+<version>8.0</version>
<date>2006-11-02</date>
<section>
@@ -101,10 +101,10 @@
</ul>
<p>
-However, multiple partitions have one big disadvantage: if not configured
-properly, you might result in having a system with lots
-of free space on one partition and none on another. There is also a 15-partition
-limit for SCSI and SATA.
+However, multiple partitions have one big disadvantage: if not configured
+properly, you might result in having a system with lots of free space on one
+partition and none on another. There is also a 15-partition limit for SCSI and
+SATA.
</p>
</body>
@@ -196,8 +196,8 @@
<body>
<p>
-Several filesystems are available. Ext2, ext3, XFS and reiserfs are found stable on
-the HPPA architecture. The others are very experimental.
+Several filesystems are available. Ext2, ext3, XFS and reiserfs are found stable
+on the HPPA architecture. The others are very experimental.
</p>
<p>
@@ -351,8 +351,9 @@
</note>
<p>
-We will also have to mount the proc filesystem (a virtual interface with the
-kernel) on <path>/proc</path>. But first we will need to place our files on the partitions.
+We will also have to mount the proc filesystem (a virtual interface with the
+kernel) on <path>/proc</path>. But first we will need to place our files on the
+partitions.
</p>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-hppa-disk.xml
@ 2008-04-01 16:44 Lukasz Damentko
0 siblings, 0 replies; 5+ messages in thread
From: Lukasz Damentko @ 2008-04-01 16:44 UTC (permalink / raw
To: gentoo-doc-cvs
rane 08/04/01 16:44:56
Modified: hb-install-hppa-disk.xml
Log:
fixing include blockdevices link to a correct one
Revision Changes Path
1.25 xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?r1=1.24&r2=1.25
Index: hb-install-hppa-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- hb-install-hppa-disk.xml 1 Apr 2008 08:53:46 -0000 1.24
+++ hb-install-hppa-disk.xml 1 Apr 2008 16:44:56 -0000 1.25
@@ -4,18 +4,18 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.24 2008/04/01 08:53:46 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.25 2008/04/01 16:44:56 rane Exp $ -->
<sections>
-<version>9.0</version>
+<version>9.1</version>
<date>2008-04-01</date>
<section>
<title>Introduction to Block Devices</title>
<subsection>
-<include href="../hb-install-blockdevices.xml"/>
+<include href="hb-install-blockdevices.xml"/>
</subsection>
<subsection>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-hppa-disk.xml
@ 2008-04-02 1:40 Joshua Saddler
0 siblings, 0 replies; 5+ messages in thread
From: Joshua Saddler @ 2008-04-02 1:40 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 08/04/02 01:40:15
Modified: hb-install-hppa-disk.xml
Log:
huh? didn't i fix this already? oops.
Revision Changes Path
1.6 xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-disk.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-disk.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-disk.xml?r1=1.5&r2=1.6
Index: hb-install-hppa-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-disk.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-hppa-disk.xml 31 Mar 2008 21:48:08 -0000 1.5
+++ hb-install-hppa-disk.xml 2 Apr 2008 01:40:15 -0000 1.6
@@ -4,18 +4,18 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-disk.xml,v 1.5 2008/03/31 21:48:08 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-disk.xml,v 1.6 2008/04/02 01:40:15 nightmorph Exp $ -->
<sections>
-<version>9.0</version>
+<version>9.1</version>
<date>2008-04-01</date>
<section>
<title>Introduction to Block Devices</title>
<subsection>
-<include href="hb-install-blockdevices.xml"/>
+<include href="../hb-install-blockdevices.xml"/>
</subsection>
<subsection>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-04-02 1:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-02 1:40 [gentoo-doc-cvs] cvs commit: hb-install-hppa-disk.xml Joshua Saddler
-- strict thread matches above, loose matches on Subject: below --
2008-04-01 16:44 Lukasz Damentko
2007-03-31 5:52 Josh Saddler
2005-11-06 9:30 Xavier Neys
2005-08-08 14:05 swift
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox