Advertisement
Guest User

Untitled

a guest
Aug 17th, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.85 KB | None | 0 0
  1. emmanuel@manu-laptop ~ $ sudo tail  /var/log/kern.log
  2. Aug 17 18:30:07 manu-laptop kernel: [22064.784156] usb 2-3: new high-speed USB device number 4 using ehci_hcd
  3. Aug 17 18:30:07 manu-laptop kernel: [22064.919632] usb 2-3: New USB device found, idVendor=0bc2, idProduct=ab10
  4. Aug 17 18:30:07 manu-laptop kernel: [22064.919641] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  5. Aug 17 18:30:07 manu-laptop kernel: [22064.919649] usb 2-3: Product: Slim  SL
  6. Aug 17 18:30:07 manu-laptop kernel: [22064.919654] usb 2-3: Manufacturer: Seagate
  7. Aug 17 18:30:07 manu-laptop kernel: [22064.919659] usb 2-3: SerialNumber: NA4Q6Q7X
  8. Aug 17 18:30:07 manu-laptop kernel: [22064.932223] scsi7 : uas
  9.  
  10. emmanuel@manu-laptop ~ $ sudo tail -f /var/log/messages
  11. Aug 17 18:30:07 manu-laptop mtp-probe: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-3"
  12. Aug 17 18:30:07 manu-laptop mtp-probe: bus: 2, device: 4 was not an MTP device
  13. Aug 17 18:30:28 manu-laptop kernel: [22085.856065] scsi 7:0:0:0: uas_eh_abort_handler tag -1
  14. Aug 17 18:30:28 manu-laptop kernel: [22085.856079] scsi 7:0:0:0: uas_eh_device_reset_handler tag -1
  15. Aug 17 18:30:28 manu-laptop kernel: [22085.856087] scsi 7:0:0:0: uas_eh_target_reset_handler tag -1
  16. Aug 17 18:30:28 manu-laptop kernel: [22085.856094] scsi 7:0:0:0: uas_eh_bus_reset_handler tag -1
  17. Aug 17 18:30:28 manu-laptop kernel: [22085.968146] usb 2-3: reset high-speed USB device number 4 using ehci_hcd
  18. Aug 17 18:30:29 manu-laptop kernel: [22086.115332] scsi 7:0:0:0: Device offlined - not ready after error recovery
  19.  
  20.  
  21. emmanuel@manu-laptop ~ sudo lsusb
  22. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  23. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  24. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  25. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  26. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  27. Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  28. Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  29. Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  30. Bus 002 Device 002: ID 04f2:b106 Chicony Electronics Co., Ltd
  31. Bus 002 Device 004: ID 0bc2:ab10 Seagate RSS LLC
  32.  
  33.  
  34. emmanuel@manu-laptop ~ $ sudo fdisk -l
  35.  
  36. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  37. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  38. Units = sectors of 1 * 512 = 512 bytes
  39. Sector size (logical/physical): 512 bytes / 512 bytes
  40. I/O size (minimum/optimal): 512 bytes / 512 bytes
  41. Disk identifier: 0x97646c29
  42.  
  43.    Device Boot      Start         End      Blocks   Id  System
  44. /dev/sda1   *        2048    48828415    24413184   83  Linux
  45. /dev/sda2        48830462   976771071   463970305    5  Extended
  46. /dev/sda5        48830464    56827903     3998720   82  Linux swap / Solaris
  47. /dev/sda6        56829952   976771071   459970560   83  Linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement