==Command description==
This operation will request and show all information about the inserted media in 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] media 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 media info /dev/cd0
Linux: Aaru media info /dev/sdb
Windows: Aaru media info \\.\PhysicalDrive3
==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 [Use device-info command]
| No
| No
| No
|-
| Serial ATA
| No
| No
| No
| No
|-
| USB
| Yes
| Yes
| Yes
| Yes
|-
| FireWire
| Yes
| Yes
| Yes
| Yes
|-
| PCMCIA
| Yes
| Yes
| Yes
| Yes
|-
| SecureDigital / MultiMediaCard
| No
| No
| No
| No
|}