svn commit: r217343 - head/sbin/geom/class/part

Maxim Konovalov maxim at FreeBSD.org
Thu Jan 13 06:18:00 UTC 2011


Author: maxim
Date: Thu Jan 13 06:18:00 2011
New Revision: 217343
URL: http://svn.freebsd.org/changeset/base/217343

Log:
  o Start each sentence on a new line.  No content changes.
  
  Suggested by:	jhb
  MFC after:	1 week

Modified:
  head/sbin/geom/class/part/gpart.8

Modified: head/sbin/geom/class/part/gpart.8
==============================================================================
--- head/sbin/geom/class/part/gpart.8	Thu Jan 13 06:10:47 2011	(r217342)
+++ head/sbin/geom/class/part/gpart.8	Thu Jan 13 06:18:00 2011	(r217343)
@@ -422,8 +422,9 @@ about its use.
 .It Cm restore
 Restore the partition table from backup previously created by
 .Cm backup
-action and given from standard input. Only partition table
-may be restored. This action does not affect content of partitions.
+action and given from standard input.
+Only partition table may be restored.
+This action does not affect content of partitions.
 This mean that you should copy your data from backup after restoring
 partition table and write bootcode again if it is needed. 
 .Pp
@@ -703,20 +704,23 @@ action.
 .Sh RECOVERING
 The GEOM class PART supports recovering of partition tables only for GPT.
 The GUID partition table has a primary and secondary (backup) copy of
-metadata for redundance. They are stored in the begining and in the end
-of device respectively. Therefore it is acceptable to have some corruptions
-in the metadata that are not fatal to work with GPT. When kernel detects
-corrupt metadata it marks this table as corrupt and reports about corruption.
+metadata for redundance.
+They are stored in the begining and in the end of device respectively.
+Therefore it is acceptable to have some corruptions in the metadata that
+are not fatal to work with GPT.
+When kernel detects corrupt metadata it marks this table as corrupt and
+reports about corruption.
 Any changes in corrupt table are prohibited except
 .Cm destroy
 and
 .Cm recover . 
 .Pp
 In case when only first sector is corrupt kernel can not detect GPT even
-if partition table is not corrupt. You can write protective MBR with
+if partition table is not corrupt.
+You can write protective MBR with
 .Xr dd 1
-command to restore ability of GPT detection. The copy of protective MBR is
-usually located in the
+command to restore ability of GPT detection.
+The copy of protective MBR is usually located in the
 .Pa /boot/pmbr
 file.
 .Pp
@@ -743,25 +747,27 @@ and
 will report about corrupt table.
 .Pp
 In case when the size of device has changed (e.g. volume expansion) the 
-secondary GPT header will become located not in the last sector. This is 
-not a metadata corruption, but it is dangerous because any corruption of 
-the primary GPT will lead to lost of partition table. Kernel reports about 
-this problem with message:
+secondary GPT header will become located not in the last sector.
+This is not a metadata corruption, but it is dangerous because any
+corruption of the primary GPT will lead to lost of partition table.
+Kernel reports about this problem with message:
 .Bd -literal -offset indent
 GEOM: provider: the secondary GPT header is not in the last LBA.
 .Ed
 .Pp
 A corrupt table can be recovered with 
 .Cm gpart recover 
-command. This command does reconstruction of corrupt metadata using 
-known valid metadata. Also it can relocate secondary GPT to the end of 
-device.
+command.
+This command does reconstruction of corrupt metadata using 
+known valid metadata.
+Also it can relocate secondary GPT to the end of device.
 .Pp
 .Pa NOTE :
 The GEOM class PART can detect the same partition table on different GEOM 
-providers and some of them will be marked as corrupt. Be careful when choosing 
-a provider for recovering. If you choose incorrectly you can destroy the
-metadata of another GEOM class, e.g. GEOM MIRROR or GEOM LABEL.
+providers and some of them will be marked as corrupt.
+Be careful when choosing a provider for recovering.
+If you choose incorrectly you can destroy the metadata of another GEOM class,
+e.g. GEOM MIRROR or GEOM LABEL.
 .Sh EXIT STATUS
 Exit status is 0 on success, and 1 if the command fails.
 .Sh EXAMPLES


More information about the svn-src-head mailing list