I want to rule out other problems, before returning the drive as defective. Already tried a different USB cable and on a different port - same results.
This is a dmesg output from plugging the drive in, creating a partition on it and started formatting it (used -cc with mkfs.ext4 to force IO):
http://pastebin.com/qfj1f3bT
lsusb:
Code: Select all
# lsusb
###
Bus 002 Device 002: ID 1058:1140 Western Digital Technologies, Inc. My Book Essential USB3.0
###
http://pastebin.com/yUywKEzD
kernel version and USB modules:
Code: Select all
# uname -a
Linux Xecutor 3.13.6-hardened-r3 #1 SMP PREEMPT Sat Apr 19 02:10:43 BST 2014 x86_64 Intel(R) Core(TM) i7-3740QM CPU @ 2.70GHz GenuineIntel GNU/Linux
# grep -i usb /usr/src/linux/.config | grep -v 'is not set'
# USB Network Adapters
CONFIG_MOUSE_SYNAPTICS_USB=m
# USB HID support
CONFIG_USB_HID=m
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=m
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=m
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
# Miscellaneous USB options
CONFIG_USB_DEFAULT_PERSIST=y
# USB Host Controller Drivers
CONFIG_USB_XHCI_HCD=m
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_PCI=m
CONFIG_USB_EHCI_HCD_PLATFORM=m
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_OHCI_HCD_PCI=m
CONFIG_USB_UHCI_HCD=m
# USB Device Class drivers
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
# also be needed; see USB_STORAGE Help for more info
CONFIG_USB_STORAGE=m
# USB Imaging devices
# USB port drivers
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
# USB Miscellaneous drivers
# USB Physical Layer drivers
CONFIG_USB_PHY=y
CONFIG_SAMSUNG_USBPHY=m
CONFIG_SAMSUNG_USB2PHY=m
CONFIG_SAMSUNG_USB3PHY=m

