Update to r41811:
Clarify some language relating to how disks are laid out in FreeBSD.
This commit is contained in:
parent
070b3a11ec
commit
ba8735b4aa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47359
1 changed files with 6 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
$FreeBSDde$
|
$FreeBSDde$
|
||||||
basiert auf: r41810
|
basiert auf: r41811
|
||||||
-->
|
-->
|
||||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="basics">
|
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="basics">
|
||||||
<info><title>Grundlagen des UNIX Betriebssystems</title>
|
<info><title>Grundlagen des UNIX Betriebssystems</title>
|
||||||
|
@ -1388,10 +1388,11 @@ Old Password:</screen>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
|
|
||||||
<para>Jede Partition, die ein Dateisystem enthält,
|
<para>In &os; werden Festplatten in Slices, welche in &windows;
|
||||||
wird in einer <firstterm>Slice</firstterm> angelegt.
|
als Partitionen bekannt sind, aufgeteilt und von
|
||||||
Slice ist der Begriff, den &os; für &ms-dos;-Partitionen
|
1 bis 4 durchnummeriert. Diese werden dann in Partitionen
|
||||||
verwendet. Slices werden von eins bis vier durchnummeriert.</para>
|
unterteilt, welche wiederum Dateisysteme enthalten und mit
|
||||||
|
Buchstaben benannt werden.</para>
|
||||||
|
|
||||||
<indexterm><primary>Slices</primary></indexterm>
|
<indexterm><primary>Slices</primary></indexterm>
|
||||||
<indexterm><primary>Partitionen</primary></indexterm>
|
<indexterm><primary>Partitionen</primary></indexterm>
|
||||||
|
|
Loading…
Reference in a new issue