geom.8 (925fa96b13301386e60b9f60aa99ddf1b4b8ceea) | geom.8 (b3530b8e7fae7249b3aa7cb4f106334793b9ee55) |
---|---|
1.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 70 unchanged lines hidden (view full) --- 79.Pp 80Currently available classes which are aware of 81.Xr geom 8 : 82.Pp 83.Bl -bullet -offset indent -compact 84.It 85CONCAT 86.It | 1.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 70 unchanged lines hidden (view full) --- 79.Pp 80Currently available classes which are aware of 81.Xr geom 8 : 82.Pp 83.Bl -bullet -offset indent -compact 84.It 85CONCAT 86.It |
87LABEL 88.It 89MIRROR 90.It |
|
87NOP 88.It | 91NOP 92.It |
93RAID3 94.It |
|
89STRIPE 90.El 91.Sh EXAMPLES 92The following example shows how to set up a stripe on three disks for automatic 93configuration: 94.Bd -literal -offset indent 95geom stripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2 96or: --- 29 unchanged lines hidden --- | 95STRIPE 96.El 97.Sh EXAMPLES 98The following example shows how to set up a stripe on three disks for automatic 99configuration: 100.Bd -literal -offset indent 101geom stripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2 102or: --- 29 unchanged lines hidden --- |