Slow writes with dd on Lexar JumpDrive P20 64GB flash drives connected via Intel USB 3.0 host controllers

2016-05-18 Thread Michael Schaller
[1.] One line summary of the problem: Slow writes with dd on Lexar JumpDrive P20 64GB flash drives connected via Intel USB 3.0 host controllers. [2.] Full description of the problem/report: Writes on Lexar JumpDrive P20 64GB flash drives are unexpectedly slow. With dd we are seeing 45 MB/s while

Re: Slow writes with dd on Lexar JumpDrive P20 64GB flash drives connected via Intel USB 3.0 host controllers

2016-05-30 Thread Michael Schaller
Is there anything else I can do to debug this issue further? Are there any quirks I could try? On Wed, May 18, 2016 at 3:41 PM, Michael Schaller wrote: > [1.] One line summary of the problem: > Slow writes with dd on Lexar JumpDrive P20 64GB flash drives connected > via Intel USB

Re: Slow writes with dd on Lexar JumpDrive P20 64GB flash drives connected via Intel USB 3.0 host controllers

2016-06-17 Thread Michael Schaller
records out 268435456 bytes (268 MB, 256 MiB) copied, 5,84305 s, 45,9 MB/s On Tue, May 31, 2016 at 5:15 PM, Alan Stern wrote: > On Tue, 31 May 2016, Michael Schaller wrote: > >> Is there anything else I can do to debug this issue further? >> Are there any quirks I could try? &

Re: Slow writes with dd on Lexar JumpDrive P20 64GB flash drives connected via Intel USB 3.0 host controllers

2016-06-17 Thread Michael Schaller
: > On Fri, 17 Jun 2016, Michael Schaller wrote: > >> Alan, here is the requested information. Sorry for the delay. >> >> Started usbmon log with no connected USB devices: >> $ sudo cat /sys/kernel/debug/usb/usbmon/0u | tee usbmon.txt >> ... >> >> S

Re: Slow writes with dd on Lexar JumpDrive P20 64GB flash drives connected via Intel USB 3.0 host controllers

2016-06-17 Thread Michael Schaller
MB/s (~1/6th). If someone is interested into digging deeper into this issue I can look into shipping one of these flash drives... On Fri, Jun 17, 2016 at 8:30 PM, Michael Schaller wrote: > Greg, for my initial tests I did a sync afterwards and it finished > immediately on Linux and Mac OS X.

Re: Slow writes with dd on Lexar JumpDrive P20 64GB flash drives connected via Intel USB 3.0 host controllers

2016-06-17 Thread Michael Schaller
:30:47PM +0200, Michael Schaller wrote: >> Greg, for my initial tests I did a sync afterwards and it finished >> immediately on Linux and Mac OS X. Sorry for not mentioning that >> earlier. > > That's really odd, and is not normal for either OS. > >> Furthermor

Re: Slow writes with dd on Lexar JumpDrive P20 64GB flash drives connected via Intel USB 3.0 host controllers

2016-06-17 Thread Michael Schaller
Great tip, Alan. I'll look into capturing USB traffic with Wireshark as well. Both fio and Wireshark should be available for Linux and Windows. On Fri, Jun 17, 2016 at 10:11 PM, Alan Stern wrote: > On Fri, 17 Jun 2016, Michael Schaller wrote: > >> Alan, thank you for the ana