freebsd-dev/sbin/growfs
Edward Tomasz Napierala e35497f13b 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
2012-04-30 16:08:02 +00:00
..
debug.c Remove FSIRAND and FSMAXSWAP ifdefs, removing code unconditionally. 2012-04-15 15:13:29 +00:00
debug.h Parenthesised string literals are invalid in initialisers for character arrays. 2004-07-06 17:48:34 +00:00
growfs.8 Improve growfs(8) in a few ways; unfortunately, it's somewhat hard to untangle 2012-04-30 16:08:02 +00:00
growfs.c Improve growfs(8) in a few ways; unfortunately, it's somewhat hard to untangle 2012-04-30 16:08:02 +00:00
Makefile Improve growfs(8) in a few ways; unfortunately, it's somewhat hard to untangle 2012-04-30 16:08:02 +00:00