svn commit: r299382 - head/sbin/growfs

Edward Tomasz Napierala trasz at FreeBSD.org
Tue May 10 18:28:40 UTC 2016


Author: trasz
Date: Tue May 10 18:28:38 2016
New Revision: 299382
URL: https://svnweb.freebsd.org/changeset/base/299382

Log:
  Update the example growfs(8) manual page to include information on how
  to make the system "notice" the updated disk size.
  
  (Relnotes, since I've forget to set it for "camcontrol reprobe", and
  it's worth mentioning.)
  
  MFC after:	1 month
  Relnotes:	yes
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sbin/growfs/growfs.8

Modified: head/sbin/growfs/growfs.8
==============================================================================
--- head/sbin/growfs/growfs.8	Tue May 10 18:18:29 2016	(r299381)
+++ head/sbin/growfs/growfs.8	Tue May 10 18:28:38 2016	(r299382)
@@ -37,7 +37,7 @@
 .\" $TSHeader: src/sbin/growfs/growfs.8,v 1.3 2000/12/12 19:31:00 tomsoft Exp $
 .\" $FreeBSD$
 .\"
-.Dd November 20, 2014
+.Dd May 10, 2016
 .Dt GROWFS 8
 .Os
 .Sh NAME
@@ -99,16 +99,15 @@ will enlarge the file system to the size
 Expand root file system to fill up available space:
 .Dl growfs /
 .Pp
-Resize
-.Pa /dev/ada0p1
-partition to 2GB and expand the file system:
-.Dl gpart resize -i 1 -s 2G ada0
-.Dl growfs -s 2G /dev/ada0p1
+Refresh the LUN size, resize the partition to use all available
+capacity, and expand the filesystem accordingly:
+.Dl camcontrol reprobe da0
+.Dl gpart recover da0
+.Dl gpart resize -i 1 da0
+.Dl growfs /dev/da0p1
 .Sh SEE ALSO
-.Xr dumpfs 8 ,
-.Xr ffsinfo 8 ,
+.Xr camcontrol 8 ,
 .Xr fsck 8 ,
-.Xr fsdb 8 ,
 .Xr gpart 8 ,
 .Xr newfs 8 ,
 .Xr tunefs 8


More information about the svn-src-all mailing list