NoPaste

lsusb

von paul1234
SNIPPET_DESC:
lsusb
SNIPPET_CREATION_TIME:
08.09.2019 16:13:58
SNIPPET_PRUNE_TIME:
Unendlich

SNIPPET_TEXT:
  1. $ lsusb
  2. Bus 002 Device 004: ID 0bdb:1911 Ericsson Business Mobile Networks BV
  3. Bus 002 Device 003: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
  4. Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  5. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  6. Bus 001 Device 006: ID 04f2:b217 Chicony Electronics Co., Ltd Lenovo Integrated Camera (0.3MP)
  7. Bus 001 Device 005: ID 0a5c:217f Broadcom Corp. BCM2045B (BDC-2.1)
  8. Bus 001 Device 004: ID 147e:2016 Upek Biometric Touchchip/Touchstrip Fingerprint Sensor
  9. Bus 001 Device 008: ID ffff:5678  
  10. Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  11. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  12.  
  13. # /etc/fstab: static file system information.
  14. #
  15. # Use 'blkid' to print the universally unique identifier for a
  16. # device; this may be used with UUID= as a more robust way to name devices
  17. # that works even if disks are added and removed. See fstab(5).
  18. #
  19. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  20. # / was on /dev/sda1 during installation
  21. UUID=cec7ac9d-c305-4cb6-879c-3dd61427f9d3 /               ext4    errors=remount-ro 0       1
  22. # swap was on /dev/sda5 during installation
  23. UUID=0a983cea-548a-43a6-8ce6-97aa1cc778f4 none            swap    sw              0       0
  24. #/dev/sr0        /media/cdrom0   udf,iso9660 user,auto     0       0
  25. 192.168.1.13:/volume1/Video /home/ecki63/nas_video nfs noauto,users,rw,suid,dev,exec
  26. 192.168.1.13:/volume1/music /home/ecki63/nas_music nfs noauto,users,rw,suid,dev,exec
  27. 192.168.1.13:/volume1/Daten /home/ecki63/nas_daten nfs noauto,users,rw,suid,dev,exec
  28. 192.168.1.13:/volume1/Bilder /home/ecki63/nas_bilder nfs noauto,users,rw,suid,dev,exec
  29.  
  30.  
  31. # tail -f /var/log/syslog
  32. Sep  8 12:31:52 eckiTP520 mtp-probe: bus: 1, device: 24 was not an MTP device
  33. Sep  8 12:31:53 eckiTP520 kernel: [27926.224219] scsi 16:0:0:0: Direct-Access     VendorCo ProductCode      2.00 PQ: 0 ANSI: 4
  34. Sep  8 12:31:53 eckiTP520 kernel: [27926.225170] sd 16:0:0:0: Attached scsi generic sg2 type 0
  35. Sep  8 12:31:53 eckiTP520 kernel: [27926.225759] sd 16:0:0:0: [sdb] 7864320 512-byte logical blocks: (4.02 GB/3.75 GiB)
  36. Sep  8 12:31:53 eckiTP520 kernel: [27926.226483] sd 16:0:0:0: [sdb] Write Protect is off
  37. Sep  8 12:31:53 eckiTP520 kernel: [27926.226487] sd 16:0:0:0: [sdb] Mode Sense: 03 00 00 00
  38. Sep  8 12:31:53 eckiTP520 kernel: [27926.227254] sd 16:0:0:0: [sdb] No Caching mode page found
  39. Sep  8 12:31:53 eckiTP520 kernel: [27926.227260] sd 16:0:0:0: [sdb] Assuming drive cache: write through
  40. Sep  8 12:31:53 eckiTP520 kernel: [27926.231142]  sdb: sdb1
  41. Sep  8 12:31:53 eckiTP520 kernel: [27926.235634] sd 16:0:0:0: [sdb] Attached SCSI removable disk
  42.  
  43. # parted -l
  44. Model: ATA KINGSTON SV200S3 (scsi)
  45. Disk /dev/sda: 256GB
  46. Sector size (logical/physical): 512B/512B
  47. Partition Table: msdos
  48. Disk Flags:
  49.  
  50. Number  Start   End    Size    Type      File system     Flags
  51.  1      1049kB  248GB  248GB   primary   ext4            boot
  52.  2      248GB   256GB  8344MB  extended
  53.  5      248GB   256GB  8344MB  logical   linux-swap(v1)
  54.  
  55.  
  56. Model: VendorCo ProductCode (scsi)
  57. Disk /dev/sdb: 4027MB
  58. Sector size (logical/physical): 512B/512B
  59. Partition Table: msdos
  60. Disk Flags:
  61.  
  62. Number  Start   End     Size    Type     File system  Flags
  63.  1      32,8kB  4027MB  4026MB  primary  fat32        boot
  64.  
  65.  
  66. Model: SD SU32G (sd/mmc)
  67. Disk /dev/mmcblk0: 31,9GB
  68. Sector size (logical/physical): 512B/512B
  69. Partition Table: msdos
  70. Disk Flags:
  71.  
  72. Number  Start   End     Size    Type     File system  Flags
  73.  1      4194kB  31,9GB  31,9GB  primary  fat32        lba

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN