diff options
author | keramida <keramida@FreeBSD.org> | 2002-08-29 08:12:09 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-08-29 08:12:09 +0000 |
commit | c4270b40c016de5aff1de8d99a1321cb338cb765 (patch) | |
tree | 8b965875ba738cb4a6af946c04b5171b9ef7efe4 /sbin/growfs | |
parent | 821a548da75eefa18540bb668624292c4408fd33 (diff) | |
download | FreeBSD-src-c4270b40c016de5aff1de8d99a1321cb338cb765.zip FreeBSD-src-c4270b40c016de5aff1de8d99a1321cb338cb765.tar.gz |
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>
Diffstat (limited to 'sbin/growfs')
-rw-r--r-- | sbin/growfs/growfs.8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8 index 59bf016..d9a5b44 100644 --- a/sbin/growfs/growfs.8 +++ b/sbin/growfs/growfs.8 @@ -58,6 +58,11 @@ Before starting .Nm the disk must be labeled to a bigger size using .Xr disklabel 8 . +If you wish to grow a filesystem beyound the boundary of +the slice it resides in, you must re-size the slice using +.Xr fdisk 8 +before running +.Nm . If you are using volumes you must enlarge them by using .Xr vinum 8 . The @@ -173,6 +178,7 @@ mode. .Sh SEE ALSO .Xr disklabel 8 , .Xr dumpfs 8 , +.Xr fdisk 8 , .Xr ffsinfo 8 , .Xr fsck 8 , .Xr newfs 8 , |