From owner-svn-doc-head@FreeBSD.ORG Thu Mar 14 02:49:47 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 68757CFB; Thu, 14 Mar 2013 02:49:47 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5AC0DC27; Thu, 14 Mar 2013 02:49:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2E2nlHO081607; Thu, 14 Mar 2013 02:49:47 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2E2nlEB081606; Thu, 14 Mar 2013 02:49:47 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201303140249.r2E2nlEB081606@svn.freebsd.org> From: Eitan Adler Date: Thu, 14 Mar 2013 02:49:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41200 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Mar 2013 02:49:47 -0000 Author: eadler Date: Thu Mar 14 02:49:46 2013 New Revision: 41200 URL: http://svnweb.freebsd.org/changeset/doc/41200 Log: People using ccd should migrate to other, modern alternatives Noted by: ak Approved by: bcr (mentor, implicit) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Wed Mar 13 17:52:57 2013 (r41199) +++ head/en_US.ISO8859-1/books/faq/book.xml Thu Mar 14 02:49:46 2013 (r41200) @@ -3306,27 +3306,6 @@ kern.sched.name: ULE - - What is inappropriate about my &man.ccd.4;? - - - - The symptom of this is: - - &prompt.root; ccdconfig -C -ccdconfig: ioctl (CCDIOCSET): /dev/ccd0c: Inappropriate file type or format - - This usually happens when you are trying to concatenate - the c partitions, which default to type - unused. The &man.ccd.4; driver requires - the underlying partition type to be - FS_BSDFFS. Edit the disk label of the - disks you are trying to concatenate and change the types of - partitions to 4.2BSD. - - - - Why can I not edit the disk label on my &man.ccd.4;?