From owner-freebsd-usb@freebsd.org Thu Feb 16 21:45:29 2017 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7606BCE2F58 for ; Thu, 16 Feb 2017 21:45:29 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EDEA1685 for ; Thu, 16 Feb 2017 21:45:29 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 2CC401FE025; Thu, 16 Feb 2017 22:45:11 +0100 (CET) Subject: Re: I'm experiencing g_vfs_done() error = 5 with more than one USB/HDD storage device on 11-STABLE when heavy writing. To: Jakub Lach , freebsd-usb@freebsd.org References: <1486574307023-6166271.post@n6.nabble.com> <1486576714123-6166280.post@n6.nabble.com> <1486586486956-6166339.post@n6.nabble.com> <69849996-b3a0-8a3f-1647-f7b49b3455dc@selasky.org> <1486590017635-6166351.post@n6.nabble.com> <1486628358271-6166438.post@n6.nabble.com> <1486670714530-6166615.post@n6.nabble.com> <1486717929246-6166729.post@n6.nabble.com> From: Hans Petter Selasky Message-ID: Date: Thu, 16 Feb 2017 22:44:45 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1486717929246-6166729.post@n6.nabble.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 21:45:29 -0000 On 02/10/17 10:12, Jakub Lach wrote: > Adding back "options USB_DEBUG # enable debug msgs" > to my STRIPPED config (as I had it commented out lately) was what > restored the behaviour to GENERIC (working one) (sic!). > Finishing now 4th? dump. > > http://pastebin.ca/3766145 > Does it make any difference with usbtest ? It might be a timing issue in the USB firmware in your USB HDD. --HPS