==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|the list of supported physical devices]]
==Command usage==
Aaru media-info -d [true/false] -i -v [true/false] -w [prefix]
-d, --debug=[true/false] shows debug output ''(default false'')
-i, --input= path to the physical device
-v, --verbose=[true/false] shows verbose output ''(default false'')
-w, --output-prefix=[prefix] writes binary responses from device to that prefix
==Example==
FreeBSD: Aaru media-info -i /dev/cd0
Linux: Aaru media-info -i /dev/sdb
Windows: Aaru media-info -i \\.\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
|}