From owner-freebsd-current@FreeBSD.ORG Sat Aug 17 22:03:31 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 33ADC2E8; Sat, 17 Aug 2013 22:03:31 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id E31FD2E25; Sat, 17 Aug 2013 22:03:30 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 95E157A285; Sun, 18 Aug 2013 00:03:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 6E1828EEFC6; Sun, 18 Aug 2013 00:03:38 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EJquyEx-wGBi; Sun, 18 Aug 2013 00:03:37 +0200 (CEST) Received: from laptop015.hselasky.homeunix.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 937F78EEFC5; Sun, 18 Aug 2013 00:03:37 +0200 (CEST) Message-ID: <520FF37D.6050002@bitfrost.no> Date: Sun, 18 Aug 2013 00:04:45 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: Alexander Panyushkin 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> In-Reply-To: <520FF137.1020709@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Alexander Motin , 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: Sat, 17 Aug 2013 22:03:31 -0000 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 Hint: You can set the following knob to disable the USB waiting at reboot. hw.usb.no_shutdown_wait=1 --HPS