On Sat, Mar 30, 2013 at 8:21 PM, Andy Lutomirski <luto@xxxxxxxxxxxxxx> wrote: > I have a Corsair Flash Voyager GT and a Lenovo x220 running Fedora's > 3.8.2 kernel. It doesn't work very well, and the problems vary > depending on whether I'm using usb2 or usb3. > > - On usb3, the device node can't be opened with O_DIRECT (using, for > example, dd oflag=direct). It returns -EINVAL. (On usb2, O_DIRECT > works.) > - Also on usb3, if I dd if=/dev/zero of=/dev/sdb bs=1M, dd finishes > in a second or two and no I/O occurs. This system only has 2GB of RAM > -- caching shouldn't be that extreme. *facepalm*. The issue is that one of the I/O errors caused the sdb block device to get sufficiently wedged that it still exists in /sys, but udev removed sdb (and I replaced it with a file). If I manually recreate the sdb device node, ejecting it gets an IO error. (It's not plugged in any more.) rmmoding and modprobing usb_storage got rid of the bogus sdb device. > > On either usb version, if I mount an NTFS partition and write a few GB > of data, I get tons of buffer I/O errors. The point at which they > happen varies, but this is entirely repeatable. Oddly, dd > if=/dev/zero of=/dev/sdc oflag=direct bs=1M works fine and > successfully zeroes the whole device. > > Other computers (running Windows or OS X) seem fine with this USB > stick. I don't think the stick is bad. > > Any ideas? > > --Andy -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html