From owner-freebsd-current@FreeBSD.ORG Sun Aug 18 18:40:34 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0730B20E for ; Sun, 18 Aug 2013 18:40:34 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-lb0-x22c.google.com (mail-lb0-x22c.google.com [IPv6:2a00:1450:4010:c04::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7EBAC2596 for ; Sun, 18 Aug 2013 18:40:33 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id o7so2475040lbv.17 for ; Sun, 18 Aug 2013 11:40:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=KOneafVClo/cKc0g+x5gMODV3ZFs2808/FchzliQPJg=; b=gUYNHOzAa70nBTDjgiLtB4uYSrB9u8kdMIKTE0b4WJA53JwkMg0ox1R1xVWbJVaRQw 1DzRkmQYbD7tge22SyEtXdrDsu9AEppQ8U0f6viY2Rhxx2QCAhwOHPt4SUHNAbX9m3VW BuUYnGn0tN7+QeCcyN4uz6IqGQPmQgPZGtSZALkEV8idDZPQh5PyNoSDDp6vEDiorq49 /DtDrH3RIfl5zRxS05kZLUhY5NAUjW2+LBu9UZngFT/ulY4DUHz3+P8aphRuDLdPqAZ1 EHSNFlX6AImeaVTnXDjf3iGzLBFI5yG81u//ubK+8V/1WDDUjBaNhDqW/f+Ml2TzD7y5 YTIg== X-Received: by 10.152.26.72 with SMTP id j8mr8580971lag.19.1376851231302; Sun, 18 Aug 2013 11:40:31 -0700 (PDT) Received: from mavbook.mavhome.dp.ua ([91.198.175.1]) by mx.google.com with ESMTPSA id ua4sm3044107lbb.17.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 18 Aug 2013 11:40:30 -0700 (PDT) Sender: Alexander Motin Message-ID: <5211151B.2070006@FreeBSD.org> Date: Sun, 18 Aug 2013 21:40:27 +0300 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130616 Thunderbird/17.0.6 MIME-Version: 1.0 To: Hans Petter Selasky Subject: Re: USB no proper work References: <520E8602.5050408@gmail.com> <520E8842.4020609@bitfrost.no> <520E8DE1.1090609@gmail.com> <520F16B6.1070106@bitfrost.no> <520FA7C3.2060708@FreeBSD.org> <520FF137.1020709@gmail.com> <520FF37D.6050002@bitfrost.no> In-Reply-To: <520FF37D.6050002@bitfrost.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Alexander Panyushkin , FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 18:40:34 -0000 On 18.08.2013 01:04, Hans Petter Selasky wrote: > On 08/17/13 23:55, Alexander Panyushkin wrote: >> 17.08.2013 19:41, Alexander Motin пишет: >>> On 17.08.2013 09:22, Hans Petter Selasky wrote: > >> >> On USB device FAT-32 file system. When I removed flash drive, the file >> system has been unmounted. > > Hi, > > The problem might be in the GELI module then. Did you test that Alexander ? > > Aug 16 23:23:43 scorpion kernel: GEOM_ELI: Device gpt/swap0.eli created. > Aug 16 23:23:43 scorpion kernel: GEOM_ELI: Encryption: AES-XTS 128 > Aug 16 23:23:43 scorpion kernel: GEOM_ELI: Crypto: software That seems like encrypted swap. It is probably not on the flash drive. Swap disconnect is a known problem since system may loose part of its kernel address space that may cause immediate panic if we handle disconnect too pedantic. But any way this I think is not our case. -- Alexander Motin