回答:
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
nookをマウントするために使用できる情報はありますか?
ioreg
が、あなたが知りたいことをあなたに伝えることができるとは思いません。
ioreg -p IOUSB -w0 -l | subl
。このioregコマンドは、仮想ボックスが使用しているデバイスも表示します。これは非常に役立ちます。
次のコマンドを実行します:
system_profiler SPUSBDataType
System Information
(それはおそらくある)が、あまりにも多くの詳細を示しているが、知っていると便利です
system_profiler -xml SPUSBDataType