diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-08-06 06:25:07 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-08-06 06:25:07 +0000 |
commit | 2b43a0b4ec1ff19e2d93196795b83fbfc0ae3b9e (patch) | |
tree | da9cafeeac2cda7b293bba778ada91a627c18e53 /sbin/ccdconfig | |
parent | 29a7535fda2e7546c71a50e5610ae52f1a8571e8 (diff) | |
download | FreeBSD-src-2b43a0b4ec1ff19e2d93196795b83fbfc0ae3b9e.zip FreeBSD-src-2b43a0b4ec1ff19e2d93196795b83fbfc0ae3b9e.tar.gz |
Mention that CCD requires partitions of type FS_BSDFFS.
PR: docs/12985
Submitted by: Kiril Mitev <kiril@ideaglobal.com>
Diffstat (limited to 'sbin/ccdconfig')
-rw-r--r-- | sbin/ccdconfig/ccdconfig.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8 index cd0ffd4..59ce4d0 100644 --- a/sbin/ccdconfig/ccdconfig.8 +++ b/sbin/ccdconfig/ccdconfig.8 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ccdconfig.8,v 1.5 1998/06/04 06:41:26 charnier Exp $ +.\" $Id: ccdconfig.8,v 1.6 1998/11/19 20:22:10 asami Exp $ .\" .Dd July 17, 1995 .Dt CCDCONFIG 8 @@ -138,6 +138,12 @@ argument is optional. ccd0 16 none /dev/da2e /dev/da3e .Ed .Pp +The component devices need to name partitions of type +.Li FS_BSDFFS +(or +.Dq 4.2BSD +as shown by +.Xr disklabel 8 ). .Sh EXAMPLE The following command, executed from the command line, would configure ccd0 with 4 components (/dev/da2e, /dev/da3e, /dev/da4e, /dev/da5e), and an |