svn commit: r48805 - head/de_DE.ISO8859-1/books/handbook/disks
Bjoern Heidotting
bhd at FreeBSD.org
Wed May 11 21:53:05 UTC 2016
Author: bhd
Date: Wed May 11 21:53:04 2016
New Revision: 48805
URL: https://svnweb.freebsd.org/changeset/doc/48805
Log:
Update to r48568:
Add a small demonstration of how to see partition table information.
Modified:
head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml
Modified: head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml Wed May 11 21:40:08 2016 (r48804)
+++ head/de_DE.ISO8859-1/books/handbook/disks/chapter.xml Wed May 11 21:53:04 2016 (r48805)
@@ -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>
More information about the svn-doc-all
mailing list