답변:
system_profiler SPUSBDataType
(@kjs에서 제안 함) 외에도 다음을 사용할 수 있습니다 ioreg -p IOUSB
.
$ ioreg -p IOUSB
+-o Root <class IORegistryEntry, id 0x100000100, retain 10>
+-o EHCI Root Hub Simulation@1A,7 <class IOUSBRootHubDevice, id 0x100000227,$
| +-o HubDevice@fa100000 <class IOUSBHubDevice, id 0x10000027a, registered, $
| | +-o Apple Internal Keyboard / Trackpad@fa120000 <class IOUSBDevice, id 0$
| | +-o BRCM2070 Hub@fa110000 <class IOUSBHubDevice, id 0x1000002b4, registe$
| | +-o Bluetooth USB Host Controller@fa113000 <class IOUSBDevice, id 0x10$
| +-o FaceTime HD Camera (Built-in)@fa200000 <class IOUSBDevice, id 0x100000$
+-o EHCI Root Hub Simulation@1D,7 <class IOUSBRootHubDevice, id 0x100000228,$
+-o HubDevice@fd100000 <class IOUSBHubDevice, id 0x10000027b, registered, $
+-o IR Receiver@fd110000 <class IOUSBDevice, id 0x100000288, registered,$
기본적으로 창의 너비 (위 예에서는 80 자)로 클리핑되므로 -w0
전체 너비 표시를 위해 추가 할 수 있습니다. 또한 추가 -l
하면 각 장치에 대한 세부 정보 (아마도 필요한 것 이상)가 표시됩니다.
$ ioreg -p IOUSB -w0 -l
+-o Root <class IORegistryEntry, id 0x100000100, retain 10>
| {
| "IOKitBuildVersion" = "Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64"
| "OS Build Version" = "14B25"
| "OSKernelCPUSubtype" = 3
| "OSKernelCPUType" = 16777223
| "OSPrelinkKextCount" = 185
| "IOConsoleLocked" = No
| "IORegistryPlanes" = {"IOACPIPlane"="IOACPIPlane","IOPower"="IOPower","IODeviceTree"="IODeviceTree","IOService"="IOService","IOUSB"="IOUSB","IOFireWire"="IOFireWire"}
[...etc...]
[편집] : 장치 이름 만 원하면 기본 목록을 필터링하여 정크를 제거 할 수 있습니다.
$ ioreg -p IOUSB -w0 | sed 's/[^o]*o //; s/@.*$//' | grep -v '^Root.*'
EHCI Root Hub Simulation
HubDevice
Apple Internal Keyboard / Trackpad
BRCM2070 Hub
Bluetooth USB Host Controller
FaceTime HD Camera (Built-in)
EHCI Root Hub Simulation
HubDevice
IR Receiver
ioreg
연결된 것으로 표시되지만 diskutil list
표시하지 않는 구석이 있습니다. ioreg
구석을 마운트하는 데 사용할 수 있는 정보가 있습니까?
ioreg
당신이 알고 싶은 것을 말할 수 는 없다고 생각 합니다.
ioreg -p IOUSB -w0 -l | subl
. 이 ioreg 명령은 또한 내 가상 상자가 사용하는 장치를 보여줍니다.
이 명령을 실행하십시오 :
system_profiler SPUSBDataType
System Information
(아마도) 처럼 보이지만 너무 많은 세부 사항을 보여 주지만 알기가 편리합니다.
system_profiler -xml SPUSBDataType