2017-12-18 21:48:42 +00:00
==Command description==
2020-02-29 14:31:41 -07:00
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]].
2017-12-18 21:48:42 +00:00
==Command usage==
2020-03-02 16:10:25 -07:00
<code>Aaru -d [true/false] -v [true/false] media info -h [true/false] -w [prefix] <device-path></code>
2017-12-18 21:48:42 +00:00
2020-03-02 16:10:25 -07:00
<code>-d, --debug [true/false]</code> shows debug output ''(default false'')<br />
<code>-v, --verbose [true/false]</code> shows verbose output ''(default false'')<br />
<code>-h, --help [true/false]</code> shows help screen for the command instead of running it, ignores all other switches ''(default false)''<br />
<code>-w, --output-prefix [prefix]</code> writes binary responses from device to that prefix<br />
2017-12-18 21:48:42 +00:00
==Example==
2020-03-02 16:10:25 -07:00
FreeBSD: <code>Aaru media info /dev/cd0</code><br />
Linux: <code>Aaru media info /dev/sdb</code><br />
Windows: <code>Aaru media info \\.\PhysicalDrive3</code><br />
2017-12-18 21:48:42 +00:00
==Operating system support==
{|
2017-12-19 00:42:47 +00:00
! Device type
! FreeBSD
! macOS
! Linux
! Windows
2017-12-18 21:48:42 +00:00
|-
2017-12-19 00:42:47 +00:00
| SCSI Block device
2017-12-18 21:48:42 +00:00
| Yes
2017-12-19 00:42:47 +00:00
| No <ref name="macOS permissions">macOS only allows talking with MultiMedia devices</ref>
2017-12-18 21:48:42 +00:00
| Yes
| Yes
2017-12-19 00:42:47 +00:00
|-
| SCSI MultiMedia device
2017-12-18 21:48:42 +00:00
| Yes
2017-12-19 00:42:47 +00:00
| Not yet <ref name="macOS users">Support for MultiMedia devices in macOS will be added if users require it</ref>
2017-12-18 21:48:42 +00:00
| Yes
| Yes
|-
2017-12-19 00:42:47 +00:00
| SCSI Streaming device
2017-12-18 21:48:42 +00:00
| Yes
2017-12-19 00:42:47 +00:00
| No <ref name="macOS permissions"/>
2017-12-18 21:48:42 +00:00
| Yes
| Yes
2017-12-19 00:42:47 +00:00
|-
| Parallel ATA
| No <ref name="atamedia">Use device-info command</ref>
| No <ref name="atamedia"/>
2017-12-18 21:48:42 +00:00
| No <ref name="atamedia"/>
| No <ref name="atamedia"/>
2017-12-19 00:42:47 +00:00
|-
| Serial ATA
| No <ref name="atamedia"/>
| No <ref name="atamedia"/>
| No <ref name="atamedia"/>
| No <ref name="atamedia"/>
|-
| USB
| Yes
2017-12-18 21:48:42 +00:00
| Yes
| Yes
| Yes
|-
2017-12-19 00:42:47 +00:00
| FireWire
2017-12-18 21:48:42 +00:00
| Yes
| Yes
| Yes
2017-12-19 00:42:47 +00:00
| Yes
|-
| PCMCIA
| Yes
2017-12-18 21:48:42 +00:00
| Yes
| Yes
| Yes
2017-12-19 00:42:47 +00:00
|-
| SecureDigital / MultiMediaCard
| No <ref name="atamedia"/>
| No <ref name="atamedia"/>
| No <ref name="atamedia"/>
2017-12-18 21:48:42 +00:00
| No <ref name="atamedia"/>
|}
2020-02-29 13:01:32 -07:00
<references/>