Update to r47952:
Modify partition creation command to align partitions to 1M boundaries. Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D6328
This commit is contained in:
parent
0c222ccb2d
commit
28bc4b4af5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48803
1 changed files with 5 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/disks/chapter.xml,v 1.187 2012/04/26 19:32:48 bcr Exp $
|
||||
basiert auf: r47846
|
||||
basiert auf: r47952
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="disks">
|
||||
<info><title>Speichermedien</title>
|
||||
|
@ -137,10 +137,12 @@
|
|||
</note>
|
||||
|
||||
<para>Zuerst wird das Partitionsschema erstellt und dann eine
|
||||
einzelne Partition angefügt:</para>
|
||||
einzelne Partition angefügt. Zur Verbesserung der Leistung auf
|
||||
neueren Festplatten mit größeren Blockgrößen, wird die
|
||||
Partition an einer Megabyte-Grenze ausgerichtet:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>gpart create -s GPT ada1</userinput>
|
||||
&prompt.root; <userinput>gpart add -t freebsd-ufs ada1</userinput></screen>
|
||||
&prompt.root; <userinput>gpart add -t freebsd-ufs -a 1M ada1</userinput></screen>
|
||||
|
||||
<para>Je nach Anwendung kann es wünschenswert sein, mehrere
|
||||
kleinere Partitionen zu haben. In &man.gpart.8; finden Sie
|
||||
|
|
Loading…
Reference in a new issue