On Mon, 18 Sep 2017, Kris Lindgren wrote: > So I upgrade to 17.04 which is using the 4.10 kernel. > > Without any modification the filesystem fails to mount. > > Unloading the usb_storage module and reloading it with > quirks=0bc2:3332:w allows the drive to be succesfully mounted and used > without any errors. Okay, so it looks like what you need is the patch below. Let me know if it fixes the problem. Alan Stern Index: usb-4.x/drivers/usb/storage/unusual_devs.h =================================================================== --- usb-4.x.orig/drivers/usb/storage/unusual_devs.h +++ usb-4.x/drivers/usb/storage/unusual_devs.h @@ -1459,6 +1459,13 @@ UNUSUAL_DEV( 0x0bc2, 0x3010, 0x0000, 0x0 USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_SANE_SENSE ), +/* Reported by Kris Lindgren <kris.lindgren@xxxxxxxxx> */ +UNUSUAL_DEV( 0x0bc2, 0x3332, 0x0000, 0x9999, + "Seagate", + "External", + USB_SC_DEVICE, USB_PR_DEVICE, NULL, + US_FL_NO_WP_DETECT ), + UNUSUAL_DEV( 0x0d49, 0x7310, 0x0000, 0x9999, "Maxtor", "USB to SATA", -- 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