Advertisement
Guest User

Untitled

a guest
Jun 7th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. Not detecting external USB hard drive or any usb stick
  2. -----------------------------------------------------------
  3.  
  4. Currently I have the HD and the USB stick plugged into different USB ports. This is what I guet:
  5.  
  6. ----------------------------------------------------------------------------------------------------
  7. $ sudo dmesg | grep usb
  8. [ 0.321289] usbcore: registered new interface driver usbfs
  9. [ 0.321298] usbcore: registered new interface driver hub
  10. [ 0.321356] usbcore: registered new device driver usb
  11. [ 5.283364] usb 5-5: new high-speed USB device number 8 using ehci-pci
  12. [ 7.947868] usb-storage 5-5:1.0: USB Mass Storage device detected
  13. [ 7.947949] scsi2 : usb-storage 5-5:1.0
  14. [ 7.948139] usbcore: registered new interface driver usb-storage
  15. [ 333.009683] usb 5-5: USB disconnect, device number 8
  16.  
  17.  
  18.  
  19. $ sudo fdisk -l
  20.  
  21. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  22. Units: sectors of 1 * 512 = 512 bytes
  23. Sector size (logical/physical): 512 bytes / 512 bytes
  24. I/O size (minimum/optimal): 512 bytes / 512 bytes
  25. Disklabel type: dos
  26. Disk identifier: 0x1549f232
  27.  
  28. Device Boot Start End Blocks Id System
  29. /dev/sda1 * 2048 97677828 48837890+ 83 Linux
  30. /dev/sda2 97677829 974814546 438568359 83 Linux
  31. /dev/sda3 974814547 976767119 976286+ 83 Linux
  32.  
  33.  
  34. $ lsusb
  35. Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  36. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  37. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  38. Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  39. Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement