home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / live / lizard / english / help / partitionsel.qml < prev    next >
Encoding:
Text File  |  1999-08-15  |  4.3 KB  |  142 lines

  1. <qml title="Root Partition Selection">
  2.  
  3.   <h1>Root Partition Selection</h1>
  4.  
  5.   <h2>
  6.     <a name="Overview">
  7.       Overview
  8.     </a>
  9.   </h2>
  10.   <p>
  11.     This screen allows you to select the <a
  12.     href="def_rootpart.qml">root</a> partition on which the OpenLinux
  13.     system will reside.  The <strong>root</strong> partition contains the
  14.     core Linux system, and usually also holds most of the applications.
  15.     The root <a href="def_partition.qml">partition</a> also hosts the 
  16.     <a href="def_kernel.qml">kernel</a>, and thus also is the Linux 
  17.     <i>boot partition</i>.
  18.   </p>
  19.  
  20.   <p>
  21.     The root partition must be entirely within the first 1024 cylinders
  22.     of your hard disk. Otherwise your system might not be able to boot.
  23.     Partitions that end above the 1024th cylinder are grayed out in
  24.     the dialog, as they are not appropriate to boot from. If you are
  25.     sure about what you are doing, you can bypass this check by
  26.     going back and selecting the <b>Custom</b> partitioning option.
  27.   </p>
  28.  
  29.   <h2>
  30.     <a name="Information Description">
  31.       Information Description
  32.     </a>
  33.   </h2>
  34.   <p>
  35.     On the root partition selection screen, you will see a window that
  36.     includes information about your hard disk. Each column is described
  37.     in more detail below.  In this dialog, you can select which partition
  38.     you wish to be the OpenLinux root partition.
  39.   </p>
  40.   <h3>
  41.     <a name="Device">
  42.       Device Name
  43.     </a>
  44.   </h3>
  45.   <p>
  46.     Each device name in the <strong>Device</strong> column refers to a hard
  47.     disk, CDROM drive, or other partitionable device. Partitions on each
  48.     device are also included.  Device names for drives and partitions in
  49.     OpenLinux are as follows:
  50.   </p>
  51.   <ul>
  52.     <li>
  53.       IDE/ATAPI devices
  54.     </li>
  55.     <ul>
  56.       <li>
  57.         <strong>/dev/hda</strong> = Primary IDE channel, Master Device
  58.       </li>
  59.       <li>
  60.         <strong>/dev/hdb</strong> = Primary IDE channel, Slave Device
  61.       </li>
  62.       <li>
  63.         <strong>/dev/hdc</strong> = Secondary IDE channel, Master Device
  64.       </li>
  65.       <li>
  66.         <strong>/dev/hdd</strong> = Secondary IDE channel, Slave Device
  67.       </li>
  68.     </ul>
  69.     <li>
  70.       SCSI devices
  71.     </li>
  72.     <ul>
  73.       <li>
  74.         <strong>/dev/sda</strong> = The first SCSI hard disk/CDROM drive
  75.       </li>
  76.       <li>
  77.         <strong>/dev/sdb</strong> = The second SCSI hard disk/CDROM drive
  78.       </li>
  79.       <li>
  80.         <strong>/dev/sdc</strong> = The third SCSI hard disk/CDROM drive
  81.       </li>
  82.       <li>
  83.         and so on.
  84.       </li>
  85.     </ul>
  86.   </ul>
  87.   <p>
  88.     Most pre-built systems include one IDE hard disk and one ATAPI CDROM
  89.     drive.  On those systems, the default is usually to have the IDE hard
  90.     disk as the Primary Master device, or <strong>/dev/hda</strong>, and the
  91.     CDROM drive as the Secondary Master device, or <strong>/dev/hdc</strong>.
  92.   </p>
  93.   <p>
  94.     Each drive can be divided into multiple partitions. However, before
  95.     using such partitions, they must be initialized, or formatted, in a
  96.     certain way depending on what system will be using it. 
  97.     Those system types are described in the
  98.     <a href="fdisk.qml#System">System</a> section below.
  99.   </p>
  100.   <p>
  101.     The convention for referencing paritions on each hard drive is to simply
  102.     append a number to the end of the disk's device name, starting with 1
  103.     (one).  For example, the first partition on the Primary Master IDE disk
  104.     is referenced by <strong>/dev/hda1</strong>, the second partition on
  105.     the same disk is <strong>/dev/hda2</strong>, and so on.
  106.   </p>
  107.   <h3>
  108.     <a name="System">
  109.       System (<strong>Used as</strong> column)
  110.     </a>
  111.   </h3>
  112.   <p>
  113.     The <strong>System</strong> column contains the type of system for
  114.     which the partition will be formatted. Before a partition can be used to 
  115.     store data or contain an operating system, it must be formatted.  The 
  116.     available types of formatting are:
  117.     <ul>
  118.       <li>
  119.         <a href="def_linux-native.qml">Linux Native</a>
  120.       </li>
  121.       <li>
  122.         <a href="def_linux-swap.qml">Linux Swap</a>
  123.       </li>
  124.       <li>
  125.         <a href="def_extended.qml">Extended</a>
  126.       </li>
  127.       <li>
  128.         <a href="def_doswin.qml">DOS / Windows</a>
  129.       </li>
  130.     </ul>
  131.   </p>
  132.   <h3>
  133.     <a name="Size">
  134.       Size
  135.     </a>
  136.   </h3>
  137.   <p>
  138.     The <strong>Size</strong> column contains the current size of the
  139.     corresponding partition in megabytes.
  140.   </p>
  141. </qml>
  142.