1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224
|
<!-- retain these comments for translator revision tracking -->
<!-- $Id$ -->
<sect1 arch="linux-any" id="linuxdevices"><title>Linux Devices</title>
<para>
In Linux various special files can be found under the directory
<filename>/dev</filename>. These files are called device files and
behave unlike ordinary files. The most common types of device files
are for block devices and character devices. These files are an
interface to the actual driver (part of the Linux kernel) which in
turn accesses the hardware. Another, less common, type of device file
is the named <firstterm>pipe</firstterm>.
The most important device files are listed in the tables below.
</para><para>
<informaltable><tgroup cols="2"><tbody>
<row>
<entry><filename>sda</filename></entry>
<entry>First hard disk</entry>
</row><row>
<entry><filename>sdb</filename></entry>
<entry>Second hard disk</entry>
</row><row>
<entry><filename>sda1</filename></entry>
<entry>First partition of the first hard disk</entry>
</row><row>
<entry><filename>sdb7</filename></entry>
<entry>Seventh partition of the second hard disk</entry>
</row>
</tbody></tgroup></informaltable>
<informaltable><tgroup cols="2"><tbody>
<row>
<entry><filename>sr0</filename></entry>
<entry>First CD-ROM</entry>
</row><row>
<entry><filename>sr1</filename></entry>
<entry>Second CD-ROM</entry>
</row>
</tbody></tgroup></informaltable>
<informaltable><tgroup cols="2"><tbody>
<row>
<entry><filename>ttyS0</filename></entry>
<entry>Serial port 0, also referred to as COM1</entry>
</row><row>
<entry><filename>ttyS1</filename></entry>
<entry>Serial port 1, also referred to as COM2</entry>
</row><row>
<entry><filename>psaux</filename></entry>
<entry>PS/2 mouse device</entry>
</row><row>
<entry><filename>gpmdata</filename></entry>
<entry>Pseudo device, repeater data from GPM (mouse) daemon</entry>
</row>
</tbody></tgroup></informaltable>
<informaltable><tgroup cols="2"><tbody>
<row>
<entry><filename>cdrom</filename></entry>
<entry>Symbolic link to the CD-ROM drive</entry>
</row><row>
<entry><filename>mouse</filename></entry>
<entry>Symbolic link to the mouse device file</entry>
</row>
</tbody></tgroup></informaltable>
<informaltable><tgroup cols="2"><tbody>
<row>
<entry><filename>null</filename></entry>
<entry>Anything written to this device will disappear</entry>
</row><row>
<entry><filename>zero</filename></entry>
<entry>One can endlessly read zeros out of this device</entry>
</row>
</tbody></tgroup></informaltable>
</para>
<sect2 arch="not-s390" id="device-mouse">
<title>Setting Up Your Mouse</title>
<para>
The mouse can be used in both the Linux console (with gpm) and the X
window environment. Normally, this is a simple matter of installing
<filename>gpm</filename> and the X server itself. Both should be
configured to use <filename>/dev/input/mice</filename> as the mouse
device. The correct mouse protocol is named <userinput>exps2</userinput>
in gpm, and <userinput>ExplorerPS/2</userinput> in X. The respective
configuration files are <filename>/etc/gpm.conf</filename> and
<filename>/etc/X11/xorg.conf</filename>.
</para>
</sect2>
</sect1>
<sect1 id="tasksel-size-list">
<title>Disk Space Needed for Tasks</title>
<para>
A standard installation for the amd64 architecture, including all standard
packages and using the default kernel, takes up &std-system-size;MB of disk space.
A minimal base installation, without the <quote>Standard system utilities</quote>
task selected, will take &base-system-size;MB.
</para>
<important><para>
In both cases this is the actual disk space used <emphasis>after</emphasis>
the installation is finished and any temporary files deleted. It also does
not take into account overhead used by the file system, for example for
journal files. This means that significantly more disk space is needed both
<emphasis>during</emphasis> the installation and for normal system use.
</para></important>
<para>
The following table lists sizes reported by aptitude for the tasks listed
in tasksel. Note that some tasks have overlapping constituents, so the
total installed size for two tasks together may be less than the total
obtained by adding up the numbers.
</para><para>
By default the installer will install the GNOME desktop environment, but
alternative desktop environments can be selected either by using one
of the special installation images, or by specifying the desired desktop environment
during installation (see <xref linkend="pkgsel"/>).
</para><para>
Note that you will need to add the sizes listed in the table to the size
of the standard installation when determining the size of partitions.
Most of the size listed as <quote>Installed size</quote> will end up in
<filename>/usr</filename> and in <filename>/lib</filename>;
the size listed as <quote>Download size</quote>
is (temporarily) required in <filename>/var</filename>.
</para><para>
<informaltable><tgroup cols="4">
<thead>
<row>
<entry>Task</entry>
<entry>Installed size (MB)</entry>
<entry>Download size (MB)</entry>
<entry>Space needed to install (MB)</entry>
</row>
</thead>
<tbody>
<row>
<entry>Desktop environment</entry>
<entry> </entry>
<entry> </entry>
<entry> </entry>
</row>
<row>
<entry> • GNOME (default)</entry>
<entry>&task-desktop-gnome-inst;</entry>
<entry>&task-desktop-gnome-dl;</entry>
<entry>&task-desktop-gnome-tot;</entry>
</row>
<row>
<entry> • KDE Plasma</entry>
<entry>&task-desktop-kde-inst;</entry>
<entry>&task-desktop-kde-dl;</entry>
<entry>&task-desktop-kde-tot;</entry>
</row>
<row>
<entry> • Xfce</entry>
<entry>&task-desktop-xfce-inst;</entry>
<entry>&task-desktop-xfce-dl;</entry>
<entry>&task-desktop-xfce-tot;</entry>
</row>
<row>
<entry> • LXDE</entry>
<entry>&task-desktop-lxde-inst;</entry>
<entry>&task-desktop-lxde-dl;</entry>
<entry>&task-desktop-lxde-tot;</entry>
</row>
<row>
<entry> • MATE</entry>
<entry>&task-desktop-mate-inst;</entry>
<entry>&task-desktop-mate-dl;</entry>
<entry>&task-desktop-mate-tot;</entry>
</row>
<row>
<entry> • Cinnamon</entry>
<entry>&task-desktop-cinnamon-inst;</entry>
<entry>&task-desktop-cinnamon-dl;</entry>
<entry>&task-desktop-cinnamon-tot;</entry>
</row>
<row>
<entry>Web server</entry>
<entry>&task-web-inst;</entry>
<entry>&task-web-dl;</entry>
<entry>&task-web-tot;</entry>
</row>
<row>
<entry>SSH server</entry>
<entry>&task-ssh-inst;</entry>
<entry>&task-ssh-dl;</entry>
<entry>&task-ssh-tot;</entry>
</row>
</tbody>
</tgroup></informaltable>
</para><para>
If you install in a language other than English, <command>tasksel</command>
may automatically install a <firstterm>localization task</firstterm>, if one
is available for your language. Space requirements differ per language;
you should allow up to 350MB in total for download and installation.
</para>
</sect1>
|