From owner-freebsd-geom@FreeBSD.ORG Tue May 16 19:47:21 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3911E16A486 for ; Tue, 16 May 2006 19:47:21 +0000 (UTC) (envelope-from rik@inse.ru) Received: from mail.inse.ru (inse.ru [144.206.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBAB643D49 for ; Tue, 16 May 2006 19:47:20 +0000 (GMT) (envelope-from rik@inse.ru) Received: from [127.0.0.1] (www.inse.ru [144.206.128.1]) by mail.inse.ru (Postfix) with ESMTP id B3D4C33C27 for ; Tue, 16 May 2006 23:47:19 +0400 (MSD) Message-ID: <446A2D11.2020805@inse.ru> Date: Tue, 16 May 2006 23:50:41 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.7.12) Gecko/20060103 ASPLinux/1.7.12-1.5.1.1asp X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: Problems with removable devices. X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 19:47:21 -0000 Hi, I am not sure if this list is right for my question but ... Due to a hardware failure of one of my disks I use it via usb box to be able to turn off/on and try again to read some new portion of data from it. But with some probabilty I get the following problem after turning off device: da0 is gone as it should be from /dev, but all da0* devices are not. After turning power on (on usb box) system tells me that I have da1 device, but there is no any da1* devices in /dev. Any request to unmount other filesystems are waiting for smth and do not return control. System does not turns off after this situation. After attempt to enter debug mode it turns to the debuger but there is no any response from the system any more. I do not mount da0s1a filesystem, and I use da0 for reading only raw data. The system is almost 6.1 RELEASE. That is all information that I have for now. Is this problem known? rik