Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2014 11:25:27 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r276000 - stable/10/sbin/growfs
Message-ID:  <201412211125.sBLBPRwU069569@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sun Dec 21 11:25:26 2014
New Revision: 276000
URL: https://svnweb.freebsd.org/changeset/base/276000

Log:
  MFC r274741:
  
  Add example on how to use gpart before growfs.  While here, reorder examples
  so that the simplest one comes first.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/sbin/growfs/growfs.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/growfs/growfs.8
==============================================================================
--- stable/10/sbin/growfs/growfs.8	Sun Dec 21 11:23:59 2014	(r275999)
+++ stable/10/sbin/growfs/growfs.8	Sun Dec 21 11:25:26 2014	(r276000)
@@ -96,14 +96,14 @@ This value defaults to the size of the r
 will enlarge the file system to the size of the entire partition).
 .El
 .Sh EXAMPLES
-Enlarge
+Expand root filesystem to fill up available space:
+.Dl growfs /
+.Pp
+Resize
 .Pa /dev/ada0p1
-up to 2GB if there is enough space in
-.Pa /dev/ada0p1 :
+partition to 2GB and expand the filesystem:
+.Dl gpart resize -i 1 -s 2G ada0
 .Dl growfs -s 2G /dev/ada0p1
-.Pp
-Enlarge root filesystem to fill up available space:
-.Dl growfs /
 .Sh SEE ALSO
 .Xr dumpfs 8 ,
 .Xr ffsinfo 8 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412211125.sBLBPRwU069569>