History log of /freebsd-10.2-release/sbin/growfs/growfs.8
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 276001 21-Dec-2014 trasz

MFC r274742:

Uniformly refer to a file system as "file system".

Sponsored by: The FreeBSD Foundation


# 276000 21-Dec-2014 trasz

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


# 275999 21-Dec-2014 trasz

MFC r274738:

Document growfs(8) feature apparently nobody knows about.

Sponsored by: The FreeBSD Foundation


# 275998 21-Dec-2014 trasz

MFC r274737:

Use proper ordering in EXAMPLES section in growfs(8).

Sponsored by: The FreeBSD Foundation


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 243248 18-Nov-2012 joel

Remove superfluous paragraph macro.


# 243246 18-Nov-2012 trasz

Make it possible to resize filesystems mounted read-write, using newly
introduced UFS write suspension mechanism.

Reviewed by: kib, mckusick
Sponsored by: FreeBSD Foundation


# 235336 12-May-2012 joel

mdoc: remove redundant paragraph macro.


# 234846 30-Apr-2012 trasz

Improve growfs(8) in a few ways; unfortunately, it's somewhat hard to untangle
them and commit separately.

1. Rewrite the way growfs(8) finds the device and mount point. This makes
it possible to use e.g. "growfs /mnt"; it's also used to display more
helpful messages.

2. Be more user-friendly, using descriptive messages, like this:

OK to grow filesystem on /dev/md0, mounted on /mnt, from 9.8GB to 20GB? [Yes/No]"

3. Allow to specify the size (-s option) just like with mdconfig(8), i.e. with
postfixes ("mdconfig -s 10g").

4. Reload read-only filesystem after growing.

Reviewed by: kib, mckusick (earlier version)
Sponsored by: The FreeBSD Foundation


# 223652 28-Jun-2011 trasz

Revert the mechanical change from 'file system' to 'filesystem', committed
in r223429. As bde@ pointed out, it was mostly backwards.


# 223429 22-Jun-2011 trasz

Cosmetic fixes; mostly s/file system/filesystem/g and removing weird indent
from messages.


# 221659 08-May-2011 gavin

We now have multiple filesystems (UFS, ZFS, ...), so for tools that only
operate on one type of filesystem, mention this.
While here, capitalise the use of "UFS" in growfs.8 to match other uses of
the term in other man pages.

MFC after: 1 week


# 140415 18-Jan-2005 ru

Sort sections.


# 139322 26-Dec-2004 jkoshy

Cross-reference ffsinfo(8).


# 124876 23-Jan-2004 blackend

Fix bogus "ffsinfo -c 0" example with "ffsinfo -g 0 -l 4".

PR: bin/61472
Submitted by: Alex Popa <razor@ldc.ro>
MFC after: 1 week


# 123868 26-Dec-2003 trhodes

Remove another instance of 'disklabel' which eluded me last time.

Noticed by: Andre Guibert de Bruet <andy@siliconlandmark.com> (via -doc)


# 123774 23-Dec-2003 trhodes

s/disklabel/bsdlabel

Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com> (via -doc)


# 116499 17-Jun-2003 brueffer

Remove references to ffsinfo(8) for now. It was disconnected from
the build almost a year ago.


# 107788 12-Dec-2002 ru

Uniformly refer to a file system as "file system".

Approved by: re


# 107129 21-Nov-2002 keramida

Typo fix that I brought in rev 1.16


# 102562 29-Aug-2002 keramida

Mention that fdisk(8) should be used to grow the containing slice
before growing partitions with growfs(8), if necessary.

PR: docs/42148
Submitted by: Chris S.J. Peron <maneo@bsdpro.com>


# 102231 21-Aug-2002 trhodes

s/filesystem/file system/g as discussed on -developers


# 101810 13-Aug-2002 ru

can not -> cannot.


# 99501 06-Jul-2002 charnier

The .Nm utility


# 96707 16-May-2002 trhodes

more file system > filesystem


# 90639 14-Feb-2002 keramida

Typo fix: Usally -> Usually.

PR: docs/34918
Submitted by: Harry Newton <harry_newton@telinco.co.uk>


# 90326 06-Feb-2002 markm

Minor grammar fixes.


# 81418 10-Aug-2001 ru

mdoc(7) police: spelling, punctuation and markup nits.


# 81311 08-Aug-2001 chm

fixing a bug in test mode (growfs -N)

Submitted by: Chris Boltwood <chris@hiendmedia.com>
Reviewed by: tomsoft
MFC after: 5 days


# 80898 01-Aug-2001 sheldonh

MFS: in HISTORY section, fix release number of first appearance


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


# 69999 13-Dec-2000 tomsoft

Fix a logical bug introduced by changing the formatting.

Submitted by: ru
Reviewed by: chm


# 69977 13-Dec-2000 ru

Mdoc(7)ify.


# 69926 12-Dec-2000 tomsoft

corrected spelling mistakes in comments
check a couple of mallocs
usage of errx
linebreaks of DBG_ macros,
correcting the usage of nroff macros

Submitted by: grog, charnier
Reviewed by: chm


# 69800 09-Dec-2000 tomsoft

added growfs(8) including ffsinfo(8) to the freebsd base system

Reviewed by: grog