FreeBSD Bugzilla – Attachment 130366 Details for
Bug 174270
gpart(8) man page doesn't describe output of "show" command
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gpartmanpatch.diff
gpartmanpatch.diff (text/x-patch), 1.71 KB, created by
Bas Smeelen
on 2012-12-10 08:36:19 UTC
(
hide
)
Description:
gpartmanpatch.diff
Filename:
MIME Type:
Creator:
Bas Smeelen
Created:
2012-12-10 08:36:19 UTC
Size:
1.71 KB
patch
obsolete
>Index: sbin/geom/class/part/gpart.8 >=================================================================== >--- sbin/geom/class/part/gpart.8 (revision 244078) >+++ sbin/geom/class/part/gpart.8 (working copy) >@@ -455,6 +455,13 @@ > .It Cm show > Show the current partition information of the specified geoms > or all geoms if none are specified. >+Default output shows the following information: >+The first column shows the logical starting block of the >+partition. Blocksize is 512 bytes. >+The second column shows the partition size in blocks. >+The third column shows the partition index. >+The fourth column shows the partition type and a human readable >+partition size. > Additional options include: > .Bl -tag -width 10n > .It Fl l >@@ -979,14 +986,14 @@ > Exit status is 0 on success, and 1 if the command fails. > .Sh EXAMPLES > Create a GPT scheme on >-.Pa ad0 : >+.Pa ada0 : > .Bd -literal -offset indent >-/sbin/gpart create -s GPT ad0 >+/sbin/gpart create -s GPT ada0 > .Ed > .Pp > Embed GPT bootstrap code into a protective MBR: > .Bd -literal -offset indent >-/sbin/gpart bootcode -b /boot/pmbr ad0 >+/sbin/gpart bootcode -b /boot/pmbr ada0 > .Ed > .Pp > Create a dedicated >@@ -1011,15 +1018,15 @@ > offset or alignment. > The boot partition itself is aligned on a 4 kB boundary. > .Bd -literal -offset indent >-/sbin/gpart add -b 40 -s 88 -t freebsd-boot ad0 >-/sbin/gpart bootcode -p /boot/gptboot -i 1 ad0 >+/sbin/gpart add -b 40 -s 88 -t freebsd-boot ada0 >+/sbin/gpart bootcode -p /boot/gptboot -i 1 ada0 > .Ed > .Pp > Create a 512MB-sized > .Cm freebsd-ufs > partition to contain a UFS filesystem from which the system can boot. > .Bd -literal -offset indent >-/sbin/gpart add -s 512M -t freebsd-ufs ad0 >+/sbin/gpart add -s 512M -t freebsd-ufs ada0 > .Ed > .Pp > Create an MBR scheme on
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 174270
: 130366 |
130367