ffsinfo.8 (db8c0973d87b181a607bdee6e67153b35b492fc2) ffsinfo.8 (6087df9e8b0853475378c8ffa0d7f60590343e34)
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

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

114is provided, output will be sent to stdout.
115.El
116.Sh EXAMPLES
117.Dl ffsinfo -l 1023 /dev/vinum/testvol
118.Pp
119will dump
120.Pa /dev/vinum/testvol
121with all available information.
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

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

114is provided, output will be sent to stdout.
115.El
116.Sh EXAMPLES
117.Dl ffsinfo -l 1023 /dev/vinum/testvol
118.Pp
119will dump
120.Pa /dev/vinum/testvol
121with all available information.
122.Sh BUGS
123Snapshots are handled like plain files.
124They should get their own level to provide for independent control of the
125amount of what gets dumped.
126It probably also makes sense to some extend to dump the snapshot as a
127file system.
128.Sh SEE ALSO
129.Xr disklabel 8 ,
130.Xr dumpfs 8 ,
131.Xr fsck 8 ,
132.Xr growfs 8 ,
133.Xr newfs 8 ,
134.Xr tunefs 8 ,
135.Xr vinum 8
122.Sh SEE ALSO
123.Xr disklabel 8 ,
124.Xr dumpfs 8 ,
125.Xr fsck 8 ,
126.Xr growfs 8 ,
127.Xr newfs 8 ,
128.Xr tunefs 8 ,
129.Xr vinum 8
136.Sh AUTHORS
137.An Christoph Herrmann Aq chm@FreeBSD.org
138.An Thomas-Henning von Kamptz Aq tomsoft@FreeBSD.org
139.An The GROWFS team Aq growfs@Tomsoft.COM
140.Sh HISTORY
141The
142.Nm
143utility first appeared in
144.Fx 4.4 .
130.Sh HISTORY
131The
132.Nm
133utility first appeared in
134.Fx 4.4 .
135.Sh AUTHORS
136.An Christoph Herrmann Aq chm@FreeBSD.org
137.An Thomas-Henning von Kamptz Aq tomsoft@FreeBSD.org
138.An The GROWFS team Aq growfs@Tomsoft.COM
139.Sh BUGS
140Snapshots are handled like plain files.
141They should get their own level to provide for independent control of the
142amount of what gets dumped.
143It probably also makes sense to some extend to dump the snapshot as a
144file system.