From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E02B121A0BA9C for ; Mon, 22 May 2017 01:37:42 -0700 (PDT) Received: by mail-oi0-x236.google.com with SMTP id b204so152562147oii.1 for ; Mon, 22 May 2017 01:37:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=xiGmpiJIPHzwDJG0NWkykIx3rIeY6K2gRJCHwdR8JEo=; b=VEj0ig0yVs+BWUcNy/MlDiOgqMyyx5+92XY58axc6OFapV3SgzPIADWmJp/kRyenwS OAEAgWdQH+9ToNSIRMW/8h+Q/hYV60luxlqKiiGakN8RsjXg2eXhC/r6egN5NJlemVBo vXzrF5bOqPxLpsHNg+J/bL4uRupoxnieP4hjLhOZjQDvkakZdI5eNVAq5bedeeXfFZFa 39WYCuwg3QDHqOfSyfnhShWoQq5Y5T6OeLUfptU2iv4zTCVZEXBxtrSfJGOnwkv5G7eV DSKVgDsXgb/PTNvdCSSCB5h1U+eRIaR46V+N3nAkBMeEriRCk/8CzLILMo/jcwr1FXa+ JRCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=xiGmpiJIPHzwDJG0NWkykIx3rIeY6K2gRJCHwdR8JEo=; b=adEEFWOzKaYLt9UvlVOwxDOAiI+1X0dC5d7fRlipHSPUin+m/Gqb2CpvXWfBS56aJv FQ1Oq2vj188cXkINbitN+699U98M+UfRDAs0esgp3x8CWJG80SaAOh5NOFH33KQeGWR4 TwT0NJ141zYNAgoP6LtsBMwWV/QH1zcYJMVBJAfrPqt0OQZDHIZjdmlXpSq9cAapFC2W 83k02ADgvAcqquQTkIBxZXOeIAS1kQddPCb6l4RTpMv/TN9t/erlk+UGYJULIfUKps+X talOTv4vFn6UQ730sIWkAV+BKwtnYdDgjNJILqxZe4D4BOVcTKa7Vhk80pESvxDEsoRI x/Cw== X-Gm-Message-State: AODbwcAQxewV1AriMqL6BU9Npat6MOuO6PJ0EeMlX01l1joSX8lY/CYs h6uRtv/VKJ+KYbJjqSVFKp5DR+CCwA== X-Received: by 10.157.11.173 with SMTP id 42mr11728500oth.144.1495442262232; Mon, 22 May 2017 01:37:42 -0700 (PDT) MIME-Version: 1.0 From: GN Keshava Date: Mon, 22 May 2017 08:37:31 +0000 Message-ID: To: "edk2-devel@lists.sourceforge.net" Cc: "edk2-devel@lists.01.org" , "edk2-devel@lists.01.org" X-Content-Filtered-By: Mailman/MimeDel 2.1.22 Subject: Strange issue in USB mass storage device X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2017 08:37:43 -0000 Content-Type: text/plain; charset="UTF-8" Hi all, I'm testing a USB mass storage device (A linux CDC gadget, which has serial and mass storage with FAT32 filesystem) which works fine with Windows. I'm booting to UEFI shell using another mass storage device (a thumb drive). My device under test (A linux CDC gadget, which has serial and mass storage) detects as file system (fsx: ) only if its device path is lesser than the thumb drive. Thumb drive detects always. Example: case 1: Thumb drive: PCI.../.../USB(*2,0*)/HD(MBR... Device under test: PCI.../.../USB(*6,2*) Result: Device under test doesn't mount. But it's just shown as Removable block device. Even if I use mount command, its not mounted. I cant access files. case 2: Thumb drive: PCI.../.../USB(*6,0*)/HD(MBR... Device under test: PCI.../.../USB(*2,2*) Result: Device under test mounts properly as fs2: . I can access files. Also, it can be noted that thumb drive is shown as "HD(MBR...)" whereas my DUT does not show this part. Any pointers would be much appreciated. Thanks and regards, Keshava