From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 12:36:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E90616A417 for ; Mon, 21 Jan 2008 12:36:07 +0000 (UTC) (envelope-from martin.laabs@mailbox.tu-dresden.de) Received: from mailout2.zih.tu-dresden.de (mailout2.zih.tu-dresden.de [141.30.67.73]) by mx1.freebsd.org (Postfix) with ESMTP id C8CF513C4EF for ; Mon, 21 Jan 2008 12:36:06 +0000 (UTC) (envelope-from martin.laabs@mailbox.tu-dresden.de) Received: from rmc67-31.zih.tu-dresden.de ([141.30.67.31] helo=server-n) by mailout2.zih.tu-dresden.de with esmtp (Exim 4.63) (envelope-from ) id 1JGvsh-00026p-Nc for freebsd-questions@freebsd.org; Mon, 21 Jan 2008 13:36:05 +0100 Received: from martin (p5B0EDB27.dip.t-dialin.net [91.14.219.39]) by server-n (Postfix) with ESMTP id 525B8100A08E for ; Mon, 21 Jan 2008 13:36:03 +0100 (CET) Date: Mon, 21 Jan 2008 13:36:02 +0100 To: "freebsd-questions@freebsd.org" From: "Martin Laabs" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 References: <20080121132614.N2201@wojtek.tensor.gdynia.pl> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <20080121132614.N2201@wojtek.tensor.gdynia.pl> User-Agent: Opera Mail/9.25 (Linux) X-TUD-Virus-Scanned: mailout2.zih.tu-dresden.de Subject: Re: update /dev files with slices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 12:36:07 -0000 On Mon, 21 Jan 2008 13:26:42 +0100, Wojciech Puchar = wrote: >> reason - it is a test for my backup system) >> This slices are ufs formated and gbde encrypted. However - >> if I insert the DVD the device nodes acd0a and acd0b are not > > FreeBSD doesn't know that you inserted DVD until you will read it Yes - you are right. I forgot to mention that I actually made a read access i.e. with 'dd if=3D/dev/acd0 of=3D/dev/null bs=3D2k' But this didn't solved the problem with the missing device nodes. Thank you, Martin L.