| Summary: | Re: [patch] growfs man page -- document "panic: not enough space" | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Tom Rhodes <trhodes> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Misfiled followup to docs/94625; content migrated. Responsible Changed From-To: gnats-admin->freebsd-doc |
Hi Jeremy, > --- /archive/FreeBSD-current/src/sbin/growfs/growfs.8 2005-01-18 02:09:34.000000000 -0800 > +++ /home/reed/growfs.8 2006-03-17 15:41:38.000000000 -0800 > @@ -64,7 +64,10 @@ > before running > .Nm . > If you are using volumes you must enlarge them by using > -.Xr vinum 8 . > +.Xr gconcat 8 > +or > +.Xr vinum 8 , > +as appropriate. > The > .Nm > utility extends the size of the file system on the specified special file. About the panic, you mean this one: DBG_TRC; if(sblock.fs_ncg-osblock.fs_ncg < 2) { errx(2, "panic: not enough space"); ?? Also, I think that vinum.8 is gone in 6.X? I can check that, just want to double check this panic message. Thanks, -- Tom Rhodes