Update to r48568:
Add a small demonstration of how to see partition table information.
This commit is contained in:
parent
2ea75c23e6
commit
e7b729894f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48805
1 changed files with 11 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: r48259
|
||||
basiert auf: r48568
|
||||
-->
|
||||
<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>
|
||||
|
@ -148,8 +148,16 @@
|
|||
kleinere Partitionen zu haben. In &man.gpart.8; finden Sie
|
||||
Optionen zum Erstellen von kleineren Partitionen.</para>
|
||||
|
||||
<para>Ein Dateisystem wird auf der neuen, leeren Festplatte
|
||||
erstellt:</para>
|
||||
<para>Informationen über die Partitionen der Festplatte werden mit
|
||||
<command>gpart show</command> angezeigt:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>gpart show ada1</userinput>
|
||||
=> 34 1465146988 ada1 GPT (699G)
|
||||
34 2014 - free - (1.0M)
|
||||
2048 1465143296 1 freebsd-ufs (699G)
|
||||
1465145344 1678 - free - (839K)</screen>
|
||||
|
||||
<para>Ein Dateisystem wird in der neuen Partition erstellt:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>newfs -U /dev/ada1p1</userinput></screen>
|
||||
|
||||
|
|
Loading…
Reference in a new issue