==Command description==
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]]
==Command usage==
DiscImageChef device-info -i -v [true/false] -d [true/false] -w [prefix]
-i, --input= path to the physical device
-v, --verbose=[true/false] shows verbose output ''(default false)''
-d, --debug=[true/false] shows debug output ''(default false)''
-w, --output-prefix=[prefix] writes binary responses from device to that prefix
==Example==
FreeBSD: DiscImageChef device-info -i /dev/cd0
Linux: DiscImageChef device-info -i /dev/sda
Windows: DiscImageChef device-info -i D:
==Operating system support==
{|
! OS
! SCSI Block device
! SCSI MultiMedia device
! SCSI Streaming device
! Parallel ATA
! Serial ATA
! USB
! FireWire
! PCMCIA
! SecureDigital / MultiMediaCard
|-
| FreeBSD
| Yes
| Yes
| Yes
| No [Not supported due to upstream bug]
| Yes
| Partial [USB descriptors are not retrieved]
| Partial [FireWire descriptors are not retrieved]
| Partial [PCMCIA CIS is not retrieved]
| Not yet [Support will come with FreeBSD 12-RELEASE]
|-
| macOS
| No [macOS only allows talking with MultiMedia devices]
| Not yet [Support for MultiMedia devices in macOS will be added if users require it]
| No
| No
| No
| Partial [Only MultiMedia devices can be supported and descriptors will not be retrieved]
| Partial [Only MultiMedia devices can be supported and descriptors will not be retrieved]
| Partial [Only MultiMedia devices can be supported and descriptors will not be retrieved]
| No
|-
| Linux
| Yes
| Yes
| Yes
| Yes
| Yes
| Yes
| Yes
| Yes
| Yes
|-
| Windows
| Yes
| Yes
| Yes
| Yes
| Yes
| Yes
| Partial [FireWire descriptors are not retrieved]
| Partial [PCMCIA CIS is not retrieved]
| Untested [Should work, untested due to not available hardware]
|}