From owner-freebsd-usb@FreeBSD.ORG Tue Mar 17 02:10:21 2015 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DAA93AE6 for ; Tue, 17 Mar 2015 02:10:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 BD6DAA6C for ; Tue, 17 Mar 2015 02:10:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t2H2AKKB052810 for ; Tue, 17 Mar 2015 02:10:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 198647] MX-ES USB Drive by Mach Xtreme ILLEGAL REQUEST asc:21, 0 (Logical block address out of range) Date: Tue, 17 Mar 2015 02:10:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: usb X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: cmbaker82@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-usb@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2015 02:10:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198647 Bug ID: 198647 Summary: MX-ES USB Drive by Mach Xtreme ILLEGAL REQUEST asc:21,0 (Logical block address out of range) Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: usb Assignee: freebsd-usb@FreeBSD.org Reporter: cmbaker82@gmail.com I am trying to install FreeBSD 9.3, also tried 10.1 and 11.0, to an mx-ex 8gb flash drive. Here is a link to the specifications: http://mx-technology.com/h5/en/flash2.php?sid=38 It is a usb3 device, but plugged into usb2 ports. If I go to the shell and unplug the device then plug it back in here are the errors I get (partial, some scroll off screen): [CODE](da0:umass-sim0:0:0:0): Error 22, Unretryable error (da0:umass-sim0:0:0:0): Read(10). CDB: 28 00 00 ee 4f ff 00 00 01 00 (da0:umass-sim0:0:0:0): CAM status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI status Check Condition (da0:umass-sim0:0:0:0): SCSI sense: ILLEGAL REQUEST asc:21,0 (Logical block address out of range) [/CODE] and then it repeats the same error, I think I saw some flash by that said Write() instead of Read(10) during one of my attempts. I have tried reinitializing the disk using windows disk manager which seemed to work fine. Drive behaves as expected in my windows machines and linux CentOS. This has happened both on a Dell R610 and a HP touchsmart tx2 laptop. The dell R610 works with FreeBSD except for this memory stick. If I drop to shell during installation I can get the following information: [CODE]camcontrol inquiry da1: pass3: Removable Direct Access SCSI-6 device pass3: Serial Number 000000000000000133 pass3: 40.000MB/s transfers dmesg | grep ^da1 da1: at umass-sim1 bus 1 scbus 4 target 0 lun 0 da1: Removable Direct Access SCSI-6 device da1: Serial Number 000000000000000133 da1: 40.000MB/s transfers da1: 7626MB (15618048 512 byte secotrs: 255H 63S/T 972C) da1: quirks=0x2 [/CODE] Seems similar, but different to bug 194062 If from shell before trying to install I do a [CMD]sysctl kern.cam.da.1.minimum_cmd_size=16[/CMD] then I am able to get farther showing the "please review the disk setup" screen, and instead of giving read errors it gives the following error after hitting commit: [CODE]write(16). cdb: 8a 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 cam status: ccb request completed with an error error 5, retries exhausted[/CODE] -- You are receiving this mail because: You are the assignee for the bug.