Advertisement
Guest User

Untitled

a guest
Jun 8th, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. $ sudo fdisk -l
  2.  
  3. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  4. Units: sectors of 1 * 512 = 512 bytes
  5. Sector size (logical/physical): 512 bytes / 512 bytes
  6. I/O size (minimum/optimal): 512 bytes / 512 bytes
  7. Disklabel type: dos
  8. Disk identifier: 0x1549f232
  9.  
  10. Device Boot Start End Blocks Id System
  11. /dev/sda1 * 2048 97677828 48837890+ 83 Linux
  12. /dev/sda2 97677829 974814546 438568359 83 Linux
  13. /dev/sda3 974814547 976767119 976286+ 83 Linux
  14.  
  15.  
  16. $ sudo dmesg | grep usb
  17. [sudo] password for marduk:
  18. [ 0.320505] usbcore: registered new interface driver usbfs
  19. [ 0.320515] usbcore: registered new interface driver hub
  20. [ 0.320566] usbcore: registered new device driver usb
  21.  
  22.  
  23. $ lsusb
  24. Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  25. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  26. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  27. Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  28. Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement