==Command description==
This operation will request and show all information about a physical device. For information about supported physical devices check [[Supported-devices.mediawiki|the list of supported physical devices]].
==Command usage==
Aaru -d [true/false] -v [true/false] device info -h [true/false] -w [prefix]
-d, --debug [true/false] shows debug output ''(default false)''
-v, --verbose [true/false] shows verbose output ''(default false)''
-h, --help [true/false] shows help screen for the command instead of running it, ignores all other switches ''(default false)''
-w, --output-prefix [prefix] writes binary responses from device to that prefix
connects to an Aaru Remote Host with aaru:///
==Example==
FreeBSD: Aaru device info /dev/cd0
Linux: Aaru device info /dev/sda
Windows: Aaru device info D:
==Operating system support==
{|
! Device type
! FreeBSD
! macOS
! Linux
! Windows
|-
| SCSI Block device
| Yes
| No [macOS only allows talking with MultiMedia devices]
| Yes
| Yes
|-
| SCSI MultiMedia device
| Yes
| Not yet [Support for MultiMedia devices in macOS will be added if users require it]
| Yes
| Yes
|-
| SCSI Streaming device
| Yes
| No
| Yes
| Yes
|-
| Parallel ATA
| No [Not supported due to upstream bug]
| No
| Yes
| Yes
|-
| Serial ATA
| Yes
| No
| Yes
| Yes
|-
| USB
| Partial [USB descriptors are not retrieved]
| Partial [Only MultiMedia devices can be supported and descriptors will not be retrieved]
| Yes
| Yes
|-
| FireWire
| Partial [FireWire descriptors are not retrieved]
| Partial
| Yes
| Partial [FireWire descriptors are not retrieved]
|-
| PCMCIA
| Partial [PCMCIA CIS is not retrieved]
| Partial
| Yes
| Partial [PCMCIA CIS is not retrieved]
|-
| SecureDigital / MultiMediaCard
| Not yet [Support will come with FreeBSD 12-RELEASE]
| No
| Yes
| Untested [Should work, untested due to not available hardware]
|}