diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-08-29 08:12:09 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-08-29 08:12:09 +0000 |
| commit | b504cef7c51cbdd614b7d10c817e6d30aa0b5607 (patch) | |
| tree | 8b965875ba738cb4a6af946c04b5171b9ef7efe4 | |
| parent | bafbd49201cc9cba4c0b2273d2f1c95b1650bc49 (diff) | |
Notes
| -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 59bf016c8d0b..d9a5b441d67f 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 , |
