| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.4 2004/04/28 07:52:30 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.5 2004/08/02 15:54:00 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Introduction to Block Devices</title> |
11 | <title>Introduction to Block Devices</title> |
| 12 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 624 | to change its permissions after mounting: <c>chmod 1777 /mnt/gentoo/tmp</c>. |
624 | to change its permissions after mounting: <c>chmod 1777 /mnt/gentoo/tmp</c>. |
| 625 | This also holds for <path>/var/tmp</path>. |
625 | This also holds for <path>/var/tmp</path>. |
| 626 | </note> |
626 | </note> |
| 627 | |
627 | |
| 628 | <p> |
628 | <p> |
| 629 | We also need to mount the proc filesystem (a virtual interface with the kernel) |
629 | We will also have to mount the proc filesystem (a virtual interface with the |
| 630 | on <path>/proc</path>. We first create the <path>/mnt/gentoo/proc</path> |
630 | kernel) on <path>/proc</path>. But first we will need to place our files on the partitions. |
| 631 | mount point and then mount the filesystem: |
|
|
| 632 | </p> |
|
|
| 633 | |
|
|
| 634 | <pre caption="Creating the /mnt/gentoo/proc mount point"> |
|
|
| 635 | # <i>mkdir /mnt/gentoo/proc</i> |
|
|
| 636 | # <i>mount -t proc none /mnt/gentoo/proc</i> |
|
|
| 637 | </pre> |
|
|
| 638 | |
|
|
| 639 | <p> |
631 | </p> |
|
|
632 | |
|
|
633 | <p> |
| 640 | Now continue with <uri link="?part=1&chap=5">Installing the Gentoo |
634 | Continue with <uri link="?part=1&chap=5">Installing the Gentoo |
| 641 | Installation Files</uri>. |
635 | Installation Files</uri>. |
| 642 | </p> |
636 | </p> |
| 643 | |
637 | |
| 644 | </body> |
638 | </body> |
| 645 | </section> |
639 | </section> |