I have got this (or similar, can’t remember) error on latest version and as a result external USB drive is not mounted.
I can’t even mount it manually.
Please not I have a modified /etc/fstab where this drive is listed: I don’t know if this could conflict with latest update.
My logs are in
Http://paste.osmc.io/safepadiwe
You appear to have a hardware problem with your external drive, the log below says that there are read errors over the USB bus and that it is unable to enumerate the device:
Jun 28 09:19:43 osmc kernel: usb 1-1.3: new high-speed USB device number 4 using dwc_otg
Jun 28 09:19:43 osmc kernel: usb 1-1.3: device descriptor read/64, error 18
Jun 28 09:19:43 osmc kernel: usb 1-1.3: device descriptor read/64, error 18
Jun 28 09:19:43 osmc kernel: usb 1-1.3: new high-speed USB device number 5 using dwc_otg
Jun 28 09:19:43 osmc kernel: usb 1-1.3: device descriptor read/64, error 18
Jun 28 09:19:43 osmc kernel: usb 1-1.3: device descriptor read/64, error 18
Jun 28 09:19:43 osmc kernel: usb 1-1.3: new high-speed USB device number 6 using dwc_otg
Jun 28 09:19:43 osmc kernel: usb 1-1.3: Invalid ep0 maxpacket: 5
Jun 28 09:19:43 osmc kernel: usb 1-1.3: new high-speed USB device number 7 using dwc_otg
Jun 28 09:19:43 osmc kernel: usb 1-1.3: Invalid ep0 maxpacket: 5
Jun 28 09:19:43 osmc kernel: usb 1-1-port3: unable to enumerate USB device
Later on we see that sdb1 is unable to mount:
Jun 28 09:21:23 osmc systemd[1]: Job dev-sdb1.device/start timed out.
Jun 28 09:21:23 osmc systemd[1]: Timed out waiting for device dev-sdb1.device.
Jun 28 09:21:23 osmc systemd[1]: Dependency failed for /home/osmc/USB_DISK.
Please describe what this external drive is (spinning 2.5" disk ?) how it is connected (directly or through a USB hub) and how it is powered ?
It looks as if it is connected directly to the Pi, yet I don’t see max_usb_current=1 in your config.txt, so unless it is powered by it’s own power adaptor you should be using the above setting.
Also note that most external drives with their own power adaptor will try to power themselves off the USB port if the power adaptor fails or is not connected, so double check your power adaptor for the drive if it has one, if it doesn’t have one add max_usb_current=1 to config.txt.
Also check the USB cable and if possible try substituting a different USB cable.
you were definitely right: my USB hub is now in the garbage bin and substituted with another one.
so strange it happened when i upgrade OSMC.
Also before replacing the USB hub i tried to connect my USB drive (2.5" powered by USB cable) directly from the Pi2 which is powered by a 2A supplier adding the line in the config.txt as you suggested: this did not work as the Pi2 was not able to power the USB drive (not spinning properly).