Deleted Added
full compact
growfs.8 (96707) growfs.8 (99501)
1.\" Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz
2.\" Copyright (c) 1980, 1989, 1993 The Regents of the University of California.
3.\" All rights reserved.
4.\"
5.\" This code is derived from software contributed to Berkeley by
6.\" Christoph Herrmann and Thomas-Henning von Kamptz, Munich and Frankfurt.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 21 unchanged lines hidden (view full) ---

30.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35.\" SUCH DAMAGE.
36.\"
37.\" $TSHeader: src/sbin/growfs/growfs.8,v 1.3 2000/12/12 19:31:00 tomsoft Exp $
1.\" Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz
2.\" Copyright (c) 1980, 1989, 1993 The Regents of the University of California.
3.\" All rights reserved.
4.\"
5.\" This code is derived from software contributed to Berkeley by
6.\" Christoph Herrmann and Thomas-Henning von Kamptz, Munich and Frankfurt.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 21 unchanged lines hidden (view full) ---

30.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35.\" SUCH DAMAGE.
36.\"
37.\" $TSHeader: src/sbin/growfs/growfs.8,v 1.3 2000/12/12 19:31:00 tomsoft Exp $
38.\" $FreeBSD: head/sbin/growfs/growfs.8 96707 2002-05-16 04:10:46Z trhodes $
38.\" $FreeBSD: head/sbin/growfs/growfs.8 99501 2002-07-06 19:34:18Z charnier $
39.\"
40.Dd September 8, 2000
41.Dt GROWFS 8
42.Os
43.Sh NAME
44.Nm growfs
45.Nd grow size of an existing ufs filesystem
46.Sh SYNOPSIS
47.Nm
48.Op Fl Ny
49.Op Fl s Ar size
50.Ar special
51.Sh DESCRIPTION
39.\"
40.Dd September 8, 2000
41.Dt GROWFS 8
42.Os
43.Sh NAME
44.Nm growfs
45.Nd grow size of an existing ufs filesystem
46.Sh SYNOPSIS
47.Nm
48.Op Fl Ny
49.Op Fl s Ar size
50.Ar special
51.Sh DESCRIPTION
52The
52.Nm
53.Nm
53extends the
54utility extends the
54.Xr newfs 8
55program.
56Before starting
57.Nm
58the disk must be labeled to a bigger size using
59.Xr disklabel 8 .
60If you are using volumes you must enlarge them by using
61.Xr vinum 8 .
55.Xr newfs 8
56program.
57Before starting
58.Nm
59the disk must be labeled to a bigger size using
60.Xr disklabel 8 .
61If you are using volumes you must enlarge them by using
62.Xr vinum 8 .
63The
62.Nm
64.Nm
63extends the size of the filesystem on the specified special file.
65utility extends the size of the filesystem on the specified special file.
64Currently
65.Nm
66can only enlarge unmounted filesystems.
67Do not try enlarging a mounted filesystem, your system may panic and you will
68not be able to use the filesystem any longer.
69Most of the
70.Xr newfs 8
71options can not be changed by

--- 33 unchanged lines hidden (view full) ---

105.Sh EXAMPLES
106.Dl growfs -s 4194304 /dev/vinum/testvol
107.Pp
108will enlarge
109.Pa /dev/vinum/testvol
110up to 2GB if there is enough space in
111.Pa /dev/vinum/testvol .
112.Sh BUGS
66Currently
67.Nm
68can only enlarge unmounted filesystems.
69Do not try enlarging a mounted filesystem, your system may panic and you will
70not be able to use the filesystem any longer.
71Most of the
72.Xr newfs 8
73options can not be changed by

--- 33 unchanged lines hidden (view full) ---

107.Sh EXAMPLES
108.Dl growfs -s 4194304 /dev/vinum/testvol
109.Pp
110will enlarge
111.Pa /dev/vinum/testvol
112up to 2GB if there is enough space in
113.Pa /dev/vinum/testvol .
114.Sh BUGS
115The
113.Nm
116.Nm
114works starting with
117utility works starting with
115.Fx
1163.x.
117There may be cases on
118.Fx
1193.x only, when
120.Nm
121does not recognize properly whether or not the filesystem is mounted and
122exits with an error message.

--- 54 unchanged lines hidden (view full) ---

177.Xr vinum 8
178.Sh AUTHORS
179.An Christoph Herrmann Aq chm@FreeBSD.org
180.An Thomas-Henning von Kamptz Aq tomsoft@FreeBSD.org
181.An The GROWFS team Aq growfs@Tomsoft.COM
182.Sh HISTORY
183The
184.Nm
118.Fx
1193.x.
120There may be cases on
121.Fx
1223.x only, when
123.Nm
124does not recognize properly whether or not the filesystem is mounted and
125exits with an error message.

--- 54 unchanged lines hidden (view full) ---

180.Xr vinum 8
181.Sh AUTHORS
182.An Christoph Herrmann Aq chm@FreeBSD.org
183.An Thomas-Henning von Kamptz Aq tomsoft@FreeBSD.org
184.An The GROWFS team Aq growfs@Tomsoft.COM
185.Sh HISTORY
186The
187.Nm
185command first appeared in
188utility first appeared in
186.Fx 4.4 .
189.Fx 4.4 .