2017-12-18 20:38:19 +00:00
==Command description==
2020-02-29 13:33:37 -07:00
This operation will request and show all information about a physical device. For information about supported physical devices check [[Supported-devices|the list of supported physical devices]]
2017-12-18 20:38:19 +00:00
==Command usage==
2020-02-29 13:01:32 -07:00
<code>Aaru device-info -d [true/false] -i <device> -v [true/false] -w [prefix]</code>
2017-12-18 20:38:19 +00:00
2018-06-24 12:36:04 +01:00
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
2017-12-18 20:38:19 +00:00
<code>-i, --input=<dump></code> path to the physical device<br />
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
<code>-w, --output-prefix=[prefix]</code> writes binary responses from device to that prefix
==Example==
2020-02-29 13:01:32 -07:00
FreeBSD: <code>Aaru device-info -i /dev/cd0</code><br />
Linux: <code>Aaru device-info -i /dev/sda</code><br />
Windows: <code>Aaru device-info -i D:</code><br />
2017-12-18 20:38:19 +00:00
==Operating system support==
{|
2017-12-19 00:42:26 +00:00
! Device type
! FreeBSD
! macOS
! Linux
! Windows
2017-12-18 20:38:19 +00:00
|-
2017-12-19 00:42:26 +00:00
| SCSI Block device
2017-12-18 20:38:19 +00:00
| Yes
2017-12-19 00:42:26 +00:00
| No <ref name="macOS permissions">macOS only allows talking with MultiMedia devices</ref>
2017-12-18 20:38:19 +00:00
| Yes
| Yes
|-
2017-12-19 00:42:26 +00:00
| SCSI MultiMedia device
2017-12-18 20:38:19 +00:00
| Yes
2017-12-19 00:42:26 +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 20:38:19 +00:00
| Yes
| Yes
2017-12-19 00:42:26 +00:00
|-
| SCSI Streaming device
2017-12-18 20:38:19 +00:00
| Yes
2017-12-19 00:42:26 +00:00
| No <ref name="macOS permissions"/>
2017-12-18 20:38:19 +00:00
| Yes
| Yes
2017-12-19 00:42:26 +00:00
|-
| Parallel ATA
| No <ref name="FreeBSD bug">Not supported due to upstream bug</ref>
| No <ref name="macOS permissions"/>
2017-12-18 20:38:19 +00:00
| Yes
| Yes
|-
2017-12-19 00:42:26 +00:00
| Serial ATA
2017-12-18 20:38:19 +00:00
| Yes
2017-12-19 00:42:26 +00:00
| No <ref name="macOS permissions"/>
2017-12-18 20:38:19 +00:00
| Yes
| Yes
2017-12-19 00:42:26 +00:00
|-
| USB
| Partial <ref name="usb">USB descriptors are not retrieved</ref>
| Partial <ref name="macOS">Only MultiMedia devices can be supported and descriptors will not be retrieved</ref>
2017-12-18 20:38:19 +00:00
| Yes
| Yes
2017-12-19 00:42:26 +00:00
|-
| FireWire
| Partial <ref name="firewire">FireWire descriptors are not retrieved</ref>
| Partial <ref name="macOS"/>
2017-12-18 20:38:19 +00:00
| Yes
| Partial <ref name="firewire">FireWire descriptors are not retrieved</ref>
2017-12-19 00:42:26 +00:00
|-
| PCMCIA
| Partial <ref name="pcmcia">PCMCIA CIS is not retrieved</ref>
| Partial <ref name="macOS"/>
| Yes
2017-12-18 20:38:19 +00:00
| Partial <ref name="pcmcia">PCMCIA CIS is not retrieved</ref>
2017-12-19 00:42:26 +00:00
|-
| SecureDigital / MultiMediaCard
| Not yet <ref name="FreeBSD sd">Support will come with FreeBSD 12-RELEASE</ref>
| No <ref name="macOS permissions"/>
| Yes
2017-12-18 20:38:19 +00:00
| Untested <ref name="Windows sd">Should work, untested due to not available hardware</ref>
|}
2020-02-29 13:01:32 -07:00
<references/>